Home
last modified time | relevance | path

Searched refs:getdents (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetdents.c35 int result = getdents(fd, &buf, INT_MAX); in getdents_0100()
47 int fd = open("/getdents", O_RDONLY); in getdents_0200()
48 int result = getdents(fd, &buf, INT_MAX); in getdents_0200()
62 int result = getdents(fd, NULL, INT_MAX); in getdents_0300()
/third_party/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);
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
67 #define getdents64 getdents
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/third_party/musl/include/
H A Ddirent.h52 int getdents(int, struct dirent *, size_t);
68 #define getdents64 getdents
/third_party/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents.h133 return getdents(fd, dirp, size); in tst_getdents()
155 tst_res(TINFO, "Testing libc getdents()"); in getdents_info()
157 tst_brk(TCONF, "libc getdents() is not implemented"); in getdents_info()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 15 milliseconds