Home
last modified time | relevance | path

Searched refs:unix_socket (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/tests/
Dhttpserver.pl43 my $unix_socket; # location to place a listening Unix socket
92 $unix_socket = $ARGV[1];
145 $flags .= "--unix-socket '$unix_socket' ";
/third_party/glib/gio/tests/
Dsocket-server.c17 gboolean unix_socket = FALSE; variable
34 {"unix", 'U', 0, G_OPTION_ARG_NONE, &unix_socket,
74 if (unix_socket && argc != 2) in main()
116 if (unix_socket) in main()
132 if (unix_socket) in main()
Dsocket-client.c17 gboolean unix_socket = FALSE; variable
30 {"unix", 'U', 0, G_OPTION_ARG_NONE, &unix_socket,
130 if (unix_socket) in make_connection()
142 if (unix_socket) in make_connection()
/third_party/curl/tests/server/
Dsws.c1874 const char *unix_socket = NULL; in main() local
1951 unix_socket = argv[arg]; in main()
1952 if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) { in main()
1959 location_str = unix_socket; in main()
2072 strncpy(me.sau.sun_path, unix_socket, sizeof(me.sau.sun_path) - 1); in main()
2081 unix_socket, error, strerror(error)); in main()
2090 unix_socket, error, strerror(error)); in main()
2096 rc = curlx_win32_stat(unix_socket, &statbuf); in main()
2098 rc = lstat(unix_socket, &statbuf); in main()
2102 unix_socket, errno, strerror(errno)); in main()
[all …]
/third_party/toybox/toys/pending/
Dsyslogd.c59 char *unix_socket;
413 if ((toys.optflags & FLAG_p) && (strlen(TT.unix_socket) > 108)) in syslogd_main()
421 tsd->path = (toys.optflags & FLAG_p) ? TT.unix_socket : "/dev/log"; // DEFLOGSOCK in syslogd_main()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_server.cc1224 auto unix_socket = PortToUnixSocketPath(port_); in IpcResourceCleanup() local
1244 Path p(unix_socket); in IpcResourceCleanup()
/third_party/toybox/generated/
Dglobals.h836 char *unix_socket; member