Home
last modified time | relevance | path

Searched refs:FD_CLR (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/headers/posix/
Dsys_select_h.c47 #if !defined(FD_CLR) in sys_select_h()
48 #error FD_CLR in sys_select_h()
Dsys_time_h.c51 #if !defined(FD_CLR) in sys_time_h()
52 #error FD_CLR in sys_time_h()
/bionic/libc/include/sys/
Dselect.h85 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set)) macro
94 #define FD_CLR(fd, set) __FD_CLR(fd, set) macro
/bionic/tests/
Dsys_select_test.cpp42 FD_CLR(0, &fds); in TEST()
45 FD_CLR(1, &fds); in TEST()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h205 #undef FD_CLR
206 #define FD_CLR(fd, maskp) \ macro
/bionic/libc/tools/
Dposix-2013.txt1 FD_CLR