Home
last modified time | relevance | path

Searched refs:getdents (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/kernfs/
H A Dt_basic.c25 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 Dgetdents.c34 getdents(int fd, char *buf, size_t nbytes) in getdents() function
H A DMakefile.inc23 getdents.c \
H A DSymbol.map60 getdents;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp184 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 Dsanitizer_linux.cpp901 return internal_syscall(SYSCALL(getdents), fd, (uptr)dirp, count); in internal_getdents()
H A Dsanitizer_common_syscalls.inc1866 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 Ddirent.h111 ssize_t getdents(int, char *, size_t);
/freebsd/lib/libc/include/
H A Dcompat.h57 __sym_compat(getdents, freebsd11_getdents, FBSD_1.0);
/freebsd/tests/sys/capsicum/
H A Dsyscalls.h21 return getdents(fd, (char*)dirp, count); in getdents_()
/freebsd/contrib/file/src/
H A Dseccomp.c102 ALLOW_RULE(getdents); in enable_sandbox()
/freebsd/stand/ficl/
H A Dloader.c637 bufsz = getdents(fd, buf, blksz); in pfreaddir()
640 bufsz = getdents(fd, buf, blksz); in pfreaddir()
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c309 ATF_REQUIRE(getdents(dfd, buf, sizeof(buf)) < 0); in ATF_TC_BODY()
/freebsd/lib/libsys/
H A DMakefile.sys451 MLINKS+=getdirentries.2 getdents.2
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c650 if (getdents(fd, buf, sizeof(buf)) >= 0) { in check_getdents()
/freebsd/contrib/openbsm/etc/
H A Daudit_event184 193:AUE_GETDENTS:getdents(2):no
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c342 …{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CA…
/freebsd/sys/kern/
H A Dinit_sysent.c341 …{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CA…