| /src/external/bsd/openldap/dist/include/ |
| sd-notify.h | 25 const char *socket_path; local 29 socket_path = getenv("NOTIFY_SOCKET"); 30 if (!socket_path) 41 if (socket_path[0] != '/' && socket_path[0] != '@') 44 path_length = strlen(socket_path); 49 memcpy(socket_addr.sun.sun_path, socket_path, path_length);
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap.h | 82 * @param socket_path: path to dnstap logging socket, must be non-NULL if used. 96 dt_create(const char *socket_path, char* ip, unsigned num_workers,
|
| dnstap.c | 512 check_socket_file(const char* socket_path) 516 if(stat(socket_path, &statbuf) < 0) { 518 socket_path, strerror(errno)); 523 dt_create(const char *socket_path, char* ip, unsigned num_workers, 540 socket_path)); 541 assert(socket_path != NULL); 542 check_socket_file(socket_path); 564 fstrm_unix_writer_options_set_socket_path(fuwopt, socket_path);
|
| /src/external/bsd/tmux/dist/fuzz/ |
| input-fuzzer.c | 93 socket_path = xstrdup("dummy");
|
| /src/external/bsd/unbound/dist/dnstap/ |
| dtstream.h | 218 char* socket_path; member in struct:dt_io_thread
|
| dtstream.c | 324 free(dtio->socket_path); 366 free(dtio->socket_path); 367 dtio->socket_path = strdup(nm); 368 if(!dtio->socket_path) { 741 char* to = dtio->socket_path; 752 else if(dtio->socket_path) 754 dtio->socket_path); 965 char* to = dtio->socket_path; 1970 (void)strlcpy(s.sun_path, dtio->socket_path, sizeof(s.sun_path)); 1974 char* to = dtio->socket_path; [all...] |
| dnstap.c | 145 check_socket_file(const char* socket_path) 149 if(stat(socket_path, &statbuf) < 0) { 151 socket_path, strerror(errno));
|
| /src/external/ibm-public/postfix/dist/src/xsasl/ |
| xsasl_dovecot_server.c | 154 char *socket_path; member in struct:__anon23266 274 path = xp->socket_path; 284 xp->socket_path); 289 CA_VSTREAM_CTL_PATH(xp->socket_path), 404 xp->socket_path = mystrdup(path_info); 418 myfree(xp->socket_path);
|
| /src/crypto/external/bsd/heimdal/dist/kcm/ |
| kcm_locl.h | 169 extern char *socket_path;
|
| config.c | 44 char *socket_path = NULL; variable 125 "socket-path", 's', arg_string, &socket_path,
|
| /src/external/bsd/tmux/dist/ |
| server.c | 116 size = strlcpy(sa.sun_path, socket_path, sizeof sa.sun_path); 150 xasprintf(cause, "error creating %s (%s)", socket_path, 350 if (stat(socket_path, &sb) != 0) 362 chmod(socket_path, mode);
|
| client.c | 290 fd = client_connect(base, socket_path, client_flags); 294 socket_path); 297 socket_path, strerror(errno));
|
| proc.c | 185 setproctitle("%s (%s)", name, socket_path); 191 (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION);
|
| tmux.c | 42 const char *socket_path; variable 535 socket_path = path;
|
| environ.c | 283 environ_set(env, "TMUX", 0, "%s,%ld,%d", socket_path, (long)getpid(),
|
| tmux.h | 2257 extern const char *socket_path;
|
| format.c | 2520 /* Callback for socket_path. */ 2524 return (xstrdup(socket_path)); 3440 { "socket_path", FORMAT_TABLE_STRING,
|
| /src/external/bsd/wpa/dist/hostapd/ |
| hlr_auc_gw.c | 62 static const char *socket_path; variable 953 if (socket_path) 954 unlink(socket_path); 1014 socket_path = default_socket_path; 1046 socket_path = optarg; 1074 serv_sock = open_socket(socket_path); 1078 printf("Listening for requests on %s\n", socket_path); 1088 socket_path = NULL;
|
| /src/external/bsd/tmux/dist/compat/ |
| systemd.c | 66 socket_path = xstrdup(sa.sun_path);
|