Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A 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()
/third_party/musl/porting/linux/user/src/dirent/
H A Dfdopendir.c11 DIR *fdopendir(int fd) in fdopendir() function
/third_party/musl/src/dirent/
H A Dfdopendir.c11 DIR *fdopendir(int fd) in fdopendir() function
/third_party/musl/libc-test/src/api/
H A Ddirent.c22 {DIR*(*p)(int) = fdopendir;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h25 DIR *fdopendir(int);
/third_party/musl/include/
H A Ddirent.h25 DIR *fdopendir(int);
/third_party/python/Misc/
H A Dcoverity_model.c114 /* Coverity doesn't understand that fdopendir() may take ownership of fd. */
116 DIR *fdopendir(int fd) in fdopendir() function
/third_party/musl/Benchmark/musl/
H A Dlibc_dirent.cpp93 perror("open fdopendir"); in Bm_function_Fdopendir()
96 DIR *dir = fdopendir(fd); in Bm_function_Fdopendir()
98 perror("fdopendir proc"); in Bm_function_Fdopendir()
/third_party/musl/src/misc/
H A Dnftw.c106 DIR *d = fdopendir(dfd); in do_nftw()
/third_party/toybox/lib/
H A Ddirtree.c142 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) { in dirtree_recurse()
/third_party/toybox/porting/liteos_a/lib/
H A Ddirtree.c149 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) { in dirtree_recurse()
/third_party/rust/crates/nix/src/
H A Ddir.rs63 #[doc(alias("fdopendir"))]
65 let d = ptr::NonNull::new(unsafe { libc::fdopendir(fd) }).ok_or_else( in from_fd()
/third_party/eudev/src/udev/
H A Dudevadm-info.c214 dir2 = fdopendir(openat(dirfd(dir), dent->d_name, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC)); in cleanup_dir()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs76 // our call to `fdopendir`. To prevent this, we obtain an independent in _read_from()
83 let libc_dir = c::fdopendir(raw);
/third_party/toybox/toys/net/
H A Dnetstat.c247 if (!(dp = fdopendir(dirfd))) { in scan_pids()
/third_party/toybox/toys/posix/
H A Dfind.c338 DIR *dfd = fdopendir(fd); in do_find()
/third_party/libfuse/example/
H A Dpassthrough_hp.cc665 d->dp = fdopendir(fd); in sfs_opendir()
H A Dpassthrough_ll.c611 d->dp = fdopendir(fd); in lo_opendir()
/third_party/rust/crates/libc/src/
H A Dwasi.rs603 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1448 link_name = "fdopendir$INODE64")]
1450 link_name = "fdopendir$INODE64$UNIX2003")]
1451 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() functions
/third_party/python/Modules/
H A Dposixmodule.c138 # define HAVE_FDOPENDIR_RUNTIME (fdopendir != NULL)
4158 dirp = fdopendir(fd); in _posix_listdir()
14517 iterator->dirp = fdopendir(fd); in os_scandir_impl()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3892 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() functions

Completed in 43 milliseconds