MCPcopy Create free account
hub / github.com/acl-dev/acl / proctl_init

Function proctl_init

lib_acl/src/proctl/acl_proctl.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17char *var_progname = NULL;
18
19static void proctl_init(const char *progname)
20{
21 acl_socket_init();
22}
23
24static void proctl_start_init(const char *progname)
25{

Callers 2

proctl_start_initFunction · 0.85
proctl_client_openFunction · 0.85

Calls 1

acl_socket_initFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…