Home
last modified time | relevance | path

Searched defs:ou (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dcompress.c511 mode_t ou = umask(0); in file_pipe2file() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h485 #define __sanitizer_syscall_pre_compat_50_select(nd, in, ou, ex, tv) \ argument
489 #define __sanitizer_syscall_post_compat_50_select(res, nd, in, ou, ex, tv) \ argument
1992 #define __sanitizer_syscall_pre_compat_50_pselect(nd, in, ou, ex, ts, mask) \ argument
1996 #define __sanitizer_syscall_post_compat_50_pselect(res, nd, in, ou, ex, ts, \ argument
2259 #define __sanitizer_syscall_pre___select50(nd, in, ou, ex, tv) \ argument
2263 #define __sanitizer_syscall_post___select50(res, nd, in, ou, ex, tv) \ argument
2388 #define __sanitizer_syscall_pre___pselect50(nd, in, ou, ex, ts, mask) \ argument
2392 #define __sanitizer_syscall_post___pselect50(res, nd, in, ou, ex, ts, mask) \ argument
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c1341 rump___sysimpl_select(int nd, fd_set * in, fd_set * ou, fd_set * ex, struct timeval * tv) in rump___sysimpl_select() argument
3987 rump___sysimpl_pselect(int nd, fd_set * in, fd_set * ou, fd_set * ex, const struct timespec * ts, const sigset_t * mask) in rump___sysimpl_pselect() argument
4936 rump___sysimpl_select50(int nd, fd_set * in, fd_set * ou, fd_set * ex, struct timeval * tv) in rump___sysimpl_select50() argument
5366 rump___sysimpl_pselect50(int nd, fd_set * in, fd_set * ou, fd_se argument
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h489 #define __sanitizer_syscall_pre_compat_50_select(nd, in, ou, ex, tv) \ argument
493 #define __sanitizer_syscall_post_compat_50_select(res, nd, in, ou, ex, tv) \ argument
2019 #define __sanitizer_syscall_pre_compat_50_pselect(nd, in, ou, ex, ts, mask) \ argument
2023 #define __sanitizer_syscall_post_compat_50_pselect(res, nd, in, ou, ex, ts, \ argument
2287 #define __sanitizer_syscall_pre___select50(nd, in, ou, ex, tv) \ argument
2291 #define __sanitizer_syscall_post___select50(res, nd, in, ou, ex, tv) \ argument
2416 #define __sanitizer_syscall_pre___pselect50(nd, in, ou, ex, ts, mask) \ argument
2420 #define __sanitizer_syscall_post___pselect50(res, nd, in, ou, ex, ts, mask) \ argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h489 #define __sanitizer_syscall_pre_compat_50_select(nd, in, ou, ex, tv) \ argument
493 #define __sanitizer_syscall_post_compat_50_select(res, nd, in, ou, ex, tv) \ argument
2019 #define __sanitizer_syscall_pre_compat_50_pselect(nd, in, ou, ex, ts, mask) \ argument
2023 #define __sanitizer_syscall_post_compat_50_pselect(res, nd, in, ou, ex, ts, \ argument
2287 #define __sanitizer_syscall_pre___select50(nd, in, ou, ex, tv) \ argument
2291 #define __sanitizer_syscall_post___select50(res, nd, in, ou, ex, tv) \ argument
2416 #define __sanitizer_syscall_pre___pselect50(nd, in, ou, ex, ts, mask) \ argument
2420 #define __sanitizer_syscall_post___pselect50(res, nd, in, ou, ex, ts, mask) \ argument
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c158 bool ou = is_uinteger(otp->t_tspec); ic_cvt() local