Home
last modified time | relevance | path

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

/external/curl/tests/
Dhttpserver.pl39 my $unix_socket; # location to place a listening Unix socket
81 $unix_socket = $ARGV[1];
129 $flags .= "--unix-socket '$unix_socket' ";
/external/curl/tests/server/
Dsws.c1952 const char *unix_socket = NULL; in main() local
2016 unix_socket = argv[arg]; in main()
2017 if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) { in main()
2024 location_str = unix_socket; in main()
2138 strncpy(me.sau.sun_path, unix_socket, sizeof(me.sau.sun_path)); in main()
2147 unix_socket, error, strerror(error)); in main()
2156 unix_socket, error, strerror(error)); in main()
2161 rc = lstat(unix_socket, &statbuf); in main()
2164 unix_socket, errno, strerror(errno)); in main()
2169 unix_socket, error, strerror(error)); in main()
[all …]
/external/toybox/toys/pending/
Dsyslogd.c60 char *unix_socket;
414 if ((toys.optflags & FLAG_p) && (strlen(TT.unix_socket) > 108)) in syslogd_main()
422 tsd->path = (toys.optflags & FLAG_p) ? TT.unix_socket : "/dev/log"; // DEFLOGSOCK in syslogd_main()
/external/toybox/generated/
Dglobals.h744 char *unix_socket; member