| /freebsd/contrib/netbsd-tests/fs/kernfs/ |
| H A D | t_basic.c | 25 ATF_TC(getdents); 26 ATF_TC_HEAD(getdents, tc) in ATF_TC_HEAD() argument 44 ATF_TC_BODY(getdents, tc) in ATF_TC_BODY() argument 130 ATF_TP_ADD_TC(tp, getdents); in ATF_TP_ADD_TCS()
|
| /freebsd/lib/libc/sys/ |
| H A D | getdents.c | 34 getdents(int fd, char *buf, size_t nbytes) in getdents() function
|
| H A D | Makefile.inc | 23 getdents.c \
|
| H A D | Symbol.map | 60 getdents;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 184 DECLARE__REAL_AND_INTERNAL64(uptr, getdents, fd_t fd, struct linux_dirent *dirp, in DECLARE__REAL_AND_INTERNAL64() argument 186 return _REAL64(getdents)(fd, dirp, count); in DECLARE__REAL_AND_INTERNAL64()
|
| H A D | sanitizer_linux.cpp | 901 return internal_syscall(SYSCALL(getdents), fd, (uptr)dirp, count); in internal_getdents()
|
| H A D | sanitizer_common_syscalls.inc | 1866 PRE_SYSCALL(getdents)(long fd, void *dirent, long count) {} 1868 POST_SYSCALL(getdents)(long res, long fd, void *dirent, long count) {
|
| /freebsd/include/ |
| H A D | dirent.h | 111 ssize_t getdents(int, char *, size_t);
|
| /freebsd/lib/libc/include/ |
| H A D | compat.h | 57 __sym_compat(getdents, freebsd11_getdents, FBSD_1.0);
|
| /freebsd/tests/sys/capsicum/ |
| H A D | syscalls.h | 21 return getdents(fd, (char*)dirp, count); in getdents_()
|
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 102 ALLOW_RULE(getdents); in enable_sandbox()
|
| /freebsd/stand/ficl/ |
| H A D | loader.c | 637 bufsz = getdents(fd, buf, blksz); in pfreaddir() 640 bufsz = getdents(fd, buf, blksz); in pfreaddir()
|
| /freebsd/contrib/netbsd-tests/lib/libc/c063/ |
| H A D | t_o_search.c | 309 ATF_REQUIRE(getdents(dfd, buf, sizeof(buf)) < 0); in ATF_TC_BODY()
|
| /freebsd/lib/libsys/ |
| H A D | Makefile.sys | 451 MLINKS+=getdirentries.2 getdents.2
|
| /freebsd/tools/regression/security/open_to_operation/ |
| H A D | open_to_operation.c | 650 if (getdents(fd, buf, sizeof(buf)) >= 0) { in check_getdents()
|
| /freebsd/contrib/openbsm/etc/ |
| H A D | audit_event | 184 193:AUE_GETDENTS:getdents(2):no
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 342 …{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CA…
|
| /freebsd/sys/kern/ |
| H A D | init_sysent.c | 341 …{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CA…
|