| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 175 llvm::SmallString<0> socket_model, socket_path; in DebugProcess() local 179 llvm::sys::fs::createUniquePath(socket_model, socket_path, false); in DebugProcess() 180 } while (FileSystem::Instance().Exists(socket_path)); in DebugProcess() 182 Args args({qemu.GetPath(), "-g", socket_path}); in DebugProcess() 230 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
|
| /openbsd-src/usr.sbin/nsd/dnstap/ |
| H A D | dnstap.c | 508 check_socket_file(const char* socket_path) in check_socket_file() argument 512 if(stat(socket_path, &statbuf) < 0) { in check_socket_file() 514 socket_path, strerror(errno)); in check_socket_file() 519 dt_create(const char *socket_path, char* ip, unsigned num_workers, in dt_create() argument 536 socket_path)); in dt_create() 537 assert(socket_path != NULL); in dt_create() 538 check_socket_file(socket_path); in dt_create() 560 fstrm_unix_writer_options_set_socket_path(fuwopt, socket_path); in dt_create()
|
| H A D | dnstap.h | 96 dt_create(const char *socket_path, char* ip, unsigned num_workers,
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | server.c | 117 size = strlcpy(sa.sun_path, socket_path, sizeof sa.sun_path); in server_create_socket() 151 xasprintf(cause, "error creating %s (%s)", socket_path, in server_create_socket() 344 if (stat(socket_path, &sb) != 0) in server_update_socket() 356 chmod(socket_path, mode); in server_update_socket()
|
| H A D | proc.c | 187 setproctitle("%s (%s)", name, socket_path); in proc_start() 193 (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION); in proc_start()
|
| H A D | client.c | 285 fd = client_connect(base, socket_path, client_flags); in client_main() 289 socket_path); in client_main() 292 socket_path, strerror(errno)); in client_main()
|
| H A D | tmux.c | 46 const char *socket_path; variable 543 socket_path = path; in main()
|
| H A D | environ.c | 271 environ_set(env, "TMUX", 0, "%s,%ld,%d", socket_path, (long)getpid(), in environ_for_session()
|
| H A D | tmux.h | 2170 extern const char *socket_path;
|
| H A D | format.c | 2309 /* Callback for socket_path. */ 2313 return (xstrdup(socket_path)); in format_cb_active_window_index() 3189 { "socket_path", FORMAT_TABLE_STRING,
|
| /openbsd-src/usr.sbin/unbound/dnstap/ |
| H A D | dtstream.c | 324 free(dtio->socket_path); in dt_io_thread_delete() 366 free(dtio->socket_path); in dt_io_thread_apply_cfg() 367 dtio->socket_path = strdup(nm); in dt_io_thread_apply_cfg() 368 if(!dtio->socket_path) { in dt_io_thread_apply_cfg() 741 char* to = dtio->socket_path; in dtio_check_nb_connect() 752 else if(dtio->socket_path) in dtio_check_nb_connect() 754 dtio->socket_path); 965 char* to = dtio->socket_path; in receive_bytes() 1970 (void)strlcpy(s.sun_path, dtio->socket_path, sizeof(s.sun_path)); in dtio_open_output_tcp() 1974 char* to = dtio->socket_path; in dtio_open_output_tcp() [all...] |
| H A D | dtstream.h | 218 char* socket_path; member
|
| H A D | dnstap.c | 145 check_socket_file(const char* socket_path) in dt_create() 149 if(stat(socket_path, &statbuf) < 0) { in dt_create() 151 socket_path, strerror(errno)); in dt_create() 120 check_socket_file(const char * socket_path) check_socket_file() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 583 llvm::SmallString<128> socket_path; in GetDomainSocketPath() local 591 socket_path); in GetDomainSocketPath() 592 return FileSpec(socket_path.c_str()); in GetDomainSocketPath()
|