tag | line | file | source code |
__FD_ZERO | 39 | include/asm-alpha/posix_types.h | #define __FD_ZERO(set) \ |
__FD_ZERO | 74 | include/asm-alpha/posix_types.h | #undef __FD_ZERO |
__FD_ZERO | 75 | include/asm-alpha/posix_types.h | static __inline__ void __FD_ZERO(__kernel_fd_set *p) |
__FD_ZERO | 48 | include/asm-i386/posix_types.h | #undef __FD_ZERO |
__FD_ZERO | 49 | include/asm-i386/posix_types.h | #define __FD_ZERO(fdsetp) \ |
__FD_ZERO | 39 | include/asm-m68k/posix_types.h | #undef __FD_ZERO |
__FD_ZERO | 40 | include/asm-m68k/posix_types.h | #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) |
__FD_ZERO | 136 | include/asm-mips/types.h | #undef __FD_ZERO |
__FD_ZERO | 137 | include/asm-mips/types.h | static __inline__ void __FD_ZERO(fd_set *p) |
__FD_ZERO | 106 | include/asm-ppc/types.h | #undef __FD_ZERO |
__FD_ZERO | 107 | include/asm-ppc/types.h | static __inline__ void __FD_ZERO(fd_set *p) |
__FD_ZERO | 65 | include/asm-sparc/posix_types.h | #undef __FD_ZERO |
__FD_ZERO | 66 | include/asm-sparc/posix_types.h | static __inline__ void __FD_ZERO(__kernel_fd_set *p) |