/netbsd-src/usr.bin/showmount/ |
H A D | showmount.c | 112 struct exportslist *exp; in main() local 244 struct timeval timeout; in tcp_callrpc() local 379 xdr_exports(XDR *xdrsp, struct exportslist **exp) in xdr_exports()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kinit.c | 846 time_t timeout; in ticket_lifetime() local 892 update_siginfo_msg(time_t exp, const char *srv) in update_siginfo_msg() 939 krb5_deltat timeout; member 1471 time_t timeout; in main() local
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tests.c | 360 int timeout; in tests_limit_start() local 471 union fpc_csr exp; in mpfr_test_init() local
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | netmgr_test.c |
|
/netbsd-src/tests/dev/audio/ |
H A D | audiotest.c | 503 rump_or_poll(struct pollfd *fds, nfds_t nfds, int timeout) in rump_or_poll() 535 const struct timespec *timeout) in rump_or_kevent() 804 #define XP_EQ(exp, act) xp_eq(__LINE__, exp, act, #act) argument 805 bool xp_eq(int line, int exp, int act, const char *varname) in xp_eq() 815 #define XP_EQ_STR(exp, act) xp_eq_str(__LINE__, exp, act, #act) argument 816 bool xp_eq_str(int line, const char *exp, const char *act, const char *varname) in xp_eq_str() 828 #define XP_NE(exp, act) xp_ne(__LINE__, exp, act, #act) argument 829 bool xp_ne(int line, int exp, int act, const char *varname) in xp_ne() 854 #define XP_SYS_EQ(exp, act) xp_sys_eq(__LINE__, exp, act, #act) argument 855 bool xp_sys_eq(int line, int exp, int act, const char *varname) in xp_sys_eq() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 761 timeout) \ argument 766 timeout) \ argument 1156 #define __sanitizer_syscall_pre_recvmmsg(fd, msg, vlen, flags, timeout) \ argument 1159 #define __sanitizer_syscall_post_recvmmsg(res, fd, msg, vlen, flags, timeout) \ argument 1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument 1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument 1187 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument 1190 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument 1211 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \ argument 1215 timeout) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 760 timeout) \ argument 765 timeout) \ argument 1156 #define __sanitizer_syscall_pre_recvmmsg(fd, msg, vlen, flags, timeout) \ argument 1159 #define __sanitizer_syscall_post_recvmmsg(res, fd, msg, vlen, flags, timeout) \ argument 1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument 1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument 1187 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument 1190 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument 1211 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \ argument 1215 timeout) \ argument [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 762 timeout) \ argument 767 timeout) \ argument 1158 #define __sanitizer_syscall_pre_recvmmsg(fd, msg, vlen, flags, timeout) \ argument 1161 #define __sanitizer_syscall_post_recvmmsg(res, fd, msg, vlen, flags, timeout) \ argument 1184 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument 1186 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument 1189 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument 1192 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument 1213 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \ argument 1217 timeout) \ argument [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | adb.c | 450 #define EXPIRE_OK(exp, now) ((exp == INT_MAX) || (exp < now)) argument 4304 maybe_adjust_quota(dns_adb_t *adb, dns_adbaddrinfo_t *addr, bool timeout) { in maybe_adjust_quota()
|
H A D | zone.c | 1077 int timeout; member 8442 isc_stdtime_t exp = expire; in dns__zone_updatesigs() local 10230 uint32_t exp = (sig.timeexpire - now) / 2; in refresh_time() local 10247 uint32_t exp = (sig.timeexpire - now) / 10; in refresh_time() local 12591 unsigned int options, timeout; in notify_send_toaddr() local 14464 int timeout; in soa_query() local 14685 int timeout; in ns_query() local 21113 unsigned int options, timeout; in checkds_send_toaddr() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | adb.c | 456 EXPIRE_OK(exp,now) global() argument 4285 maybe_adjust_quota(dns_adb_t * adb,dns_adbaddrinfo_t * addr,bool timeout) maybe_adjust_quota() argument
|
H A D | zone.c | 1090 int timeout; global() member 8337 isc_stdtime_t exp = expire; dns__zone_updatesigs() local 10224 uint32_t exp = (sig.timeexpire - now) / 2; refresh_time() local 10241 uint32_t exp = (sig.timeexpire - now) / 10; refresh_time() local 12605 unsigned int options, timeout; notify_send_toaddr() local 14510 int timeout; soa_query() local 14754 int timeout; ns_query() local 21152 unsigned int options, timeout; checkds_send_toaddr() local [all...] |