/external/python/cffi/demo/ |
D | readdir_ctypes.py | 37 fdopendir = C.fdopendir variable 38 fdopendir.argtypes = [ctypes.c_int] 39 fdopendir.restype = DIR_p 52 dir = fdopendir(dirfd)
|
D | readdir.py | 18 dir = lib.fdopendir(dirfd)
|
D | readdir2.py | 18 dir = lib.fdopendir(dirfd)
|
/external/python/cpython3/Misc/ |
D | coverity_model.c | 116 DIR *fdopendir(int fd) in fdopendir() function
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | read.c | 110 dd = fdopendir(fd); in f()
|
D | fd-003-kthread.c | 101 d = fdopendir(fd); in test_readdir()
|
/external/igt-gpu-tools/tests/ |
D | debugfs_test.c | 43 dir = fdopendir(path_fd); in read_and_discard_sysfs_entries()
|
D | vgem_basic.c | 266 DIR *dirp = fdopendir(dir); in test_sysfs_read() 294 DIR *dirp = fdopendir(dir); in test_debugfs_read()
|
/external/rust/crates/nix/src/ |
D | dir.rs | 56 let d = unsafe { libc::fdopendir(fd) }; in from_fd()
|
/external/toybox/lib/ |
D | dirtree.c | 150 else if (node->dirfd != -1) dir = fdopendir(node->dirfd); in dirtree_recurse()
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 182 DIR *fdopendir(int fd);
|
/external/toybox/toys/net/ |
D | netstat.c | 223 if (!(dp = fdopendir(dirfd))) close(dirfd); in scan_pids()
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 273 DIR *fdopendir(int fd) in fdopendir() function
|
/external/libbrillo/brillo/files/ |
D | safe_fd.cc | 481 ScopedDIR dir(fdopendir(dup_fd)); in Rmdir()
|
/external/toybox/toys/posix/ |
D | find.c | 336 DIR *dfd = fdopendir(fd); in do_find()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rpm.c | 584 dir = fdopendir(sysfs_card_fd); in find_i2c_path() 604 dir = fdopendir(connector_fd); in find_i2c_path()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 489 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() function
|
/external/igt-gpu-tools/runner/ |
D | runner_tests.c | 121 d = fdopendir(dirfd); in clear_directory_fd()
|
/external/kmod/tools/ |
D | depmod.c | 1286 subdir = fdopendir(fd); in depmod_modules_search_dir() 2726 subdir = fdopendir(fd); in depfile_up_to_date_dir()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1399 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 109 # define HAVE_FDOPENDIR_RUNTIME (fdopendir != NULL) 4044 dirp = fdopendir(fd); in _posix_listdir() 14046 iterator->dirp = fdopendir(fd); in os_scandir_impl()
|
/external/python/cpython3/ |
D | pyconfig.h.in | 341 /* Define to 1 if you have the `fdopendir' function. */
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 461 - Added a `dir` module for reading directories (wraps `fdopendir`, `readdir`, and `rewinddir`).
|
/external/toybox/toys/pending/ |
D | sh.c | 321 DIR *X = fdopendir(fd); in debug_show_fds()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3872 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() function
|