Home
last modified time | relevance | path

Searched defs:getdents (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/nacl/
H A Dgetdents.c12 int getdents(int desc, struct dirent *buf, size_t count) { in getdents() function
H A Dsys_private.c199 int getdents(int fd, struct dirent *buf, size_t count) { in getdents() function
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dgetdir.c42 #define getdents(a, b, c) __getdents64(a, b, c) macro
49 #define getdents(a, b, c) getdirentries((a), (char *)(b), (c), &(db->g_offs)) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/3d/
H A Dgetdents3d.c55 NoN(getdents) in NoN() argument
H A Ddir3d.c491 #define getdents getdents64 macro
/dports/shells/ksh93/ast-93u/src/cmd/3d/
H A Dgetdents3d.c55 NoN(getdents) in NoN() argument
H A Ddir3d.c491 #define getdents getdents64 macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/compat/sys/
H A Dcompat_getdents.c51 getdents(int fd, char *buf, size_t nbytes) in getdents() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc26 GetDentsHelper* getdents; member
438 GetDentsHelper getdents; in GetDents() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/irt/
H A Dirt_dev.h44 int (*getdents)(int fd, struct dirent *, size_t count, size_t *nread); member
62 int (*getdents)(int fd, struct dirent *, size_t count, size_t *nread); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/shared/platform/linux/
H A Dnacl_host_dir.c50 int getdents(unsigned int fd, struct dirent* dirp, unsigned int count) { in getdents() function
/dports/x11-fm/deforaos-browser/Browser-0.5.1/src/plugins/
H A Dundelete.c199 static int getdents(int fd, char * buf, unsigned int count) in getdents() function
/dports/security/klee/klee-2.2/runtime/POSIX/
H A Dfd_32.c171 ssize_t getdents(int fd, struct dirent *dirp, size_t nbytes) { function
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dreaddir.c271 SYSCALL_DEFINE3(getdents, unsigned int, fd, in SYSCALL_DEFINE3() argument
522 COMPAT_SYSCALL_DEFINE3(getdents, unsigned int, fd, in COMPAT_SYSCALL_DEFINE3() argument
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dreaddir.c271 SYSCALL_DEFINE3(getdents, unsigned int, fd, in SYSCALL_DEFINE3() argument
522 COMPAT_SYSCALL_DEFINE3(getdents, unsigned int, fd, in COMPAT_SYSCALL_DEFINE3() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dreaddir.c271 SYSCALL_DEFINE3(getdents, unsigned int, fd, in SYSCALL_DEFINE3() argument
522 COMPAT_SYSCALL_DEFINE3(getdents, unsigned int, fd, in COMPAT_SYSCALL_DEFINE3() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc134 int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) { in WRAP() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp177 DECLARE__REAL_AND_INTERNAL64(uptr, getdents, fd_t fd, struct linux_dirent *dirp, in DECLARE__REAL_AND_INTERNAL64() argument

12345678910>>...42