Searched refs:timeoutp (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/libpcap/dist/testprogs/ |
H A D | selpolltest.c | 204 struct timeval *timeoutp; in main() local 220 timeoutp = &seltimeout; in main() 223 timeoutp = &seltimeout; in main() 225 timeoutp = NULL; in main() 229 timeoutp); in main()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | misc.c | 285 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() argument 292 if (timeoutp && *timeoutp == -1) in waitfd() 293 timeoutp = NULL; in waitfd() 297 if (timeoutp != NULL) in waitfd() 298 ptimeout_deadline_ms(&timeout, *timeoutp); in waitfd() 301 for (; timeoutp == NULL || *timeoutp >= 0;) { in waitfd() 315 if (timeoutp) in waitfd() 316 *timeoutp = ptimeout_get_ms(&timeout); in waitfd() 336 waitrfd(int fd, int *timeoutp, volatile sig_atomic_t *stop) { in waitrfd() argument 337 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd() [all …]
|
H A D | ssh-agent.c | 2061 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) in prepare_poll() argument 2128 ptimeout_deadline_sec(timeoutp, deadline); in prepare_poll()
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tests.c | 359 char *timeoutp; in tests_limit_start() local 362 timeoutp = getenv ("MPFR_TESTS_TIMEOUT"); in tests_limit_start() 363 timeout = timeoutp != NULL ? atoi (timeoutp) : MPFR_TESTS_TIMEOUT; in tests_limit_start()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_client.c | 814 struct timeval timeout, *timeoutp; in s_client_main() local 2727 timeoutp = &timeout; in s_client_main() 2729 timeoutp = NULL; in s_client_main() 2823 NULL, timeoutp); in s_client_main() 2827 NULL, timeoutp); in s_client_main()
|
H A D | s_server.c | 2342 struct timeval *timeoutp; in sv_body() local 2560 timeoutp = &timeout; in sv_body() 2562 timeoutp = NULL; in sv_body() 2564 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_client.c | 910 struct timeval timeout, *timeoutp; in s_client_main() local 2775 timeoutp = &timeout; in s_client_main() 2777 timeoutp = NULL; in s_client_main() 2872 NULL, timeoutp); in s_client_main() 2876 NULL, timeoutp); in s_client_main()
|
H A D | s_server.c | 2274 struct timeval *timeoutp; in sv_body() local 2480 timeoutp = &timeout; in sv_body() 2482 timeoutp = NULL; in sv_body() 2484 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|