Home
last modified time | relevance | path

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

12345678910>>...50

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/dir/
H A Ddirlib.h34 __STDPP__directive pragma pp:hide getdents getdirentries
36 #undef getdents
37 #define getdents ______getdents
162 __STDPP__directive pragma pp:nohide getdents getdirentries
164 #undef getdents
172 extern ssize_t getdents(int, void*, size_t);
/dports/shells/ksh93/ast-93u/src/lib/libast/dir/
H A Ddirlib.h34 __STDPP__directive pragma pp:hide getdents getdirentries
36 #undef getdents
37 #define getdents ______getdents
162 __STDPP__directive pragma pp:nohide getdents getdirentries
164 #undef getdents
172 extern ssize_t getdents(int, void*, size_t);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/dir/
H A Ddirlib.h34 __STDPP__directive pragma pp:hide getdents getdirentries
36 #undef getdents
37 #define getdents ______getdents
162 __STDPP__directive pragma pp:nohide getdents getdirentries
164 #undef getdents
172 extern ssize_t getdents(int, void*, size_t);
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc23 FillDirInfo(GetDentsHelper* getdents, size_t num_bytes) in FillDirInfo()
24 : getdents(getdents), num_bytes(num_bytes), wrote_offset(false) {} in FillDirInfo()
26 GetDentsHelper* getdents; member
438 GetDentsHelper getdents; in GetDents() local
439 FillDirInfo fill_info(&getdents, count); in GetDents()
454 error = getdents.GetDents(offs, pdir, count, out_bytes); in GetDents()
487 fill_info->getdents->AddDirent(ino, name, strlen(name)); in FillDirCallback()
492 fill_info->getdents->AddDirent(ino, name, strlen(name)); in FillDirCallback()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/replace/
H A Drepdir.m450 # try to replace with getdents() if needed
53 AC_CHECK_FUNCS(getdents)
54 AC_CACHE_CHECK([for replacing readdir using getdents()],libreplace_cv_READDIR_GETDENTS,[
67 AC_DEFINE(REPLACE_READDIR_GETDENTS,1,[replace readdir using getdents()])
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dgetdir.c42 #define getdents(a, b, c) __getdents64(a, b, c) macro
44 extern int getdents(int, struct dirent *, size_t);
49 #define getdents(a, b, c) getdirentries((a), (char *)(b), (c), &(db->g_offs)) macro
130 db->g_num = getdents(db->g_fd, in getdir()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/dirent/
H A D__getdents.c10 weak_alias(__getdents, getdents);
12 LFS64(getdents);
/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
14 int error = __libnacl_irt_fdio.getdents(desc, buf, count, &nread); in getdents()
/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
12 weak_alias(getdents, getdents64);
/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
12 weak_alias(getdents, getdents64);
/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
12 weak_alias(getdents, getdents64);
/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
12 weak_alias(getdents, getdents64);
/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
12 weak_alias(getdents, getdents64);
/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
12 weak_alias(getdents, getdents64);
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/shared/platform/linux/
H A Dnacl_host_dir.c45 _syscall3(int, getdents, uint, fd, struct dirent *, dirp, uint, count)
47 int getdents(unsigned int fd, struct dirent* dirp, unsigned int count);
50 int getdents(unsigned int fd, struct dirent* dirp, unsigned int count) { in getdents() function
246 retval = getdents(d->fd, in NaClStreamDirents()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/posix/
H A Dreaddir.c42 extern int getdents (int fd, void *dp, int count);
59 dirp->dd_size = getdents (dirp->dd_fd,
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/posix/
H A Dreaddir.c42 extern int getdents (int fd, void *dp, int count);
62 dirp->dd_size = getdents (dirp->dd_fd,
H A Dreaddir_r.c46 extern int getdents (int fd, void *dp, int count);
70 dirp->dd_size = getdents (dirp->dd_fd,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/posix/
H A Dreaddir.c42 extern int getdents (int fd, void *dp, int count);
62 dirp->dd_size = getdents (dirp->dd_fd,
H A Dreaddir_r.c46 extern int getdents (int fd, void *dp, int count);
70 dirp->dd_size = getdents (dirp->dd_fd,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Ddirent.h64 int getdents(int, struct dirent *, size_t);
82 #define getdents64 getdents

12345678910>>...50