Home
last modified time | relevance | path

Searched defs:max_fd (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe07.c60 int pipes[2], max_fd = 0; in main() local
159 static void close_test_fds(int max_fd) in close_test_fds()
/external/strace/tests/
Dpipe_maxfd.c61 int max_fd = (rlim.rlim_cur > 0 && rlim.rlim_cur < INT_MAX) in pipe_maxfd() local
/external/strace/tests-m32/
Dpipe_maxfd.c61 int max_fd = (rlim.rlim_cur > 0 && rlim.rlim_cur < INT_MAX) in pipe_maxfd() local
/external/strace/tests-mx32/
Dpipe_maxfd.c61 int max_fd = (rlim.rlim_cur > 0 && rlim.rlim_cur < INT_MAX) in pipe_maxfd() local
/external/libcups/cups/
Dhttp-addrlist.c74 int max_fd = -1; /* Highest file descriptor */ in httpAddrConnect2() local
/external/libmicrohttpd/src/microspdy/
Ddaemon.c441 int max_fd = -1; in SPDYF_get_fdset() local
/external/dnsmasq/src/
Dhelper.c53 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) in create_helper()
Ddnsmasq.c78 long i, max_fd = sysconf(_SC_OPEN_MAX); in main() local
/external/syslinux/gpxe/src/util/
Dhijack.c300 int max_fd; in run_hijacker() local
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c741 MHD_socket *max_fd, in add_to_fd_set()
792 MHD_socket *max_fd) in MHD_get_fdset()
825 MHD_socket *max_fd, in MHD_get_fdset2()
/external/openssh/
Dserverloop.c355 int max_fd; in server_loop2() local
Dssh-agent.c129 int max_fd = 0; variable
Dclientloop.c1506 int r, max_fd = 0, max_fd2 = 0, len; in client_loop() local
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1636 #define MHD_get_fdset(daemon,read_fd_set,write_fd_set,except_fd_set,max_fd) \ argument
/external/wpa_supplicant_8/src/utils/
Deloop.c88 int max_fd; member
/external/curl/lib/
Dmulti.c926 fd_set *exc_fd_set, int *max_fd) in curl_multi_fdset()