Home
last modified time | relevance | path

Searched refs:fdopendir (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
Dfdopendir.c37 dir = fdopendir(fd); in fdopendir_0100()
48 DIR *dir = fdopendir(0); in fdopendir_0200()
62 dir = fdopendir(fd); in fdopendir_0300()
75 dir = fdopendir(fd); in fdopendir_0400()
Dtest_src_functionalext_supplement_dirent.gni16 "fdopendir",
/third_party/musl/src/dirent/
Dfdopendir.c8 DIR *fdopendir(int fd) in fdopendir() function
/third_party/musl/libc-test/src/api/
Ddirent.c22 {DIR*(*p)(int) = fdopendir;} in f()
/third_party/musl/ndk_musl_include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h25 DIR *fdopendir(int);
/third_party/python/Misc/
Dcoverity_model.c116 DIR *fdopendir(int fd) in fdopendir() function
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/fuzzlib/
Dfuzzlib.c106 DIR* d = fdopendir(fd); in visit_dir()
/third_party/toybox/porting/liteos_a/lib/
Ddirtree.c149 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) { in dirtree_recurse()
/third_party/toybox/lib/
Ddirtree.c142 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) { in dirtree_recurse()
/third_party/eudev/src/udev/
Dudevadm-info.c214 … dir2 = fdopendir(openat(dirfd(dir), dent->d_name, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC)); in cleanup_dir()
/third_party/toybox/toys/net/
Dnetstat.c247 if (!(dp = fdopendir(dirfd))) { in scan_pids()
/third_party/e2fsprogs/contrib/
Dspd_readdir.c273 DIR *fdopendir(int fd) in fdopendir() function
/third_party/toybox/toys/posix/
Dfind.c336 DIR *dfd = fdopendir(fd); in do_find()
/third_party/musl/
Dlibc.map.txt630 fdopendir;
DWHATSNEW326 - fdopendir failure to set errno
2073 - fdopendir wrongly succeeded with O_PATH file descriptors
Dmusl_src.gni330 "src/dirent/fdopendir.c",
/third_party/glib/gio/
Dglocalfile.c2874 dirp = fdopendir (fd); in g_local_file_measure_size_of_contents()
/third_party/python/Modules/
Dposixmodule.c122 # define HAVE_FDOPENDIR_RUNTIME (fdopendir != NULL)
4124 dirp = fdopendir(fd); in _posix_listdir()
14312 iterator->dirp = fdopendir(fd); in os_scandir_impl()
/third_party/python/
Dpyconfig.h.in359 /* Define to 1 if you have the `fdopendir' function. */
Dconfigure.ac3712 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \

12