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.c1946 const char *unix_socket = NULL; in main() local
2010 unix_socket = argv[arg]; in main()
2011 if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) { in main()
2018 location_str = unix_socket; in main()
2132 strncpy(me.sau.sun_path, unix_socket, sizeof(me.sau.sun_path)); in main()
2141 unix_socket, error, strerror(error)); in main()
2150 unix_socket, error, strerror(error)); in main()
2155 rc = lstat(unix_socket, &statbuf); in main()
2158 unix_socket, errno, strerror(errno)); in main()
2163 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