| /src/external/bsd/libpcap/dist/testprogs/ |
| selpolltest.c | 204 struct timeval *timeoutp; local 220 timeoutp = &seltimeout; 223 timeoutp = &seltimeout; 225 timeoutp = NULL; 229 timeoutp);
|
| /src/crypto/external/bsd/openssh/dist/ |
| misc.c | 308 * Wait up to *timeoutp milliseconds for events on fd. Updates 309 * *timeoutp with time remaining. 313 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) 320 if (timeoutp && *timeoutp == -1) 321 timeoutp = NULL; 325 if (timeoutp != NULL) 326 ptimeout_deadline_ms(&timeout, *timeoutp); 329 for (; timeoutp == NULL || *timeoutp >= 0;) [all...] |
| ssh-agent.c | 2061 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) 2128 ptimeout_deadline_sec(timeoutp, deadline);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tests.c | 359 char *timeoutp; local 362 timeoutp = getenv ("MPFR_TESTS_TIMEOUT"); 363 timeout = timeoutp != NULL ? atoi (timeoutp) : MPFR_TESTS_TIMEOUT;
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 814 struct timeval timeout, *timeoutp; local 2727 timeoutp = &timeout; 2729 timeoutp = NULL; 2823 NULL, timeoutp); 2827 NULL, timeoutp);
|
| s_server.c | 2342 struct timeval *timeoutp; local 2560 timeoutp = &timeout; 2562 timeoutp = NULL; 2564 i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_client.c | 910 struct timeval timeout, *timeoutp; local 2775 timeoutp = &timeout; 2777 timeoutp = NULL; 2872 NULL, timeoutp); 2876 NULL, timeoutp);
|
| s_server.c | 2274 struct timeval *timeoutp; local 2480 timeoutp = &timeout; 2482 timeoutp = NULL; 2484 i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_client.c | 961 struct timeval timeout, *timeoutp; local 2974 timeoutp = &timeout; 2976 timeoutp = NULL; 3113 NULL, timeoutp); 3117 NULL, timeoutp); 3126 if (timeoutp != NULL) {
|
| s_server.c | 2550 struct timeval *timeoutp; local 2768 timeoutp = &timeout; 2770 timeoutp = NULL; 2772 i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
|