/third_party/musl/src/dirent/ |
H A D | dirfd.c | 4 int dirfd(DIR *d) in dirfd() function
|
/third_party/ltp/include/lapi/ |
H A D | mkdirat.h | 14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat() argument
|
H A D | execveat.h | 14 static inline int execveat(int dirfd, const char *pathname, in execveat() argument
|
H A D | faccessat.h | 16 int faccessat2(int dirfd, const char *pathname, int mode, int flags) in faccessat2() argument
|
H A D | readlinkat.h | 14 static inline int readlinkat(int dirfd, const char *pathname, in readlinkat() argument
|
/third_party/musl/compat/time32/ |
H A D | futimesat_time32.c | 7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32() argument
|
/third_party/musl/src/stat/ |
H A D | futimesat.c | 7 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) in __futimesat() argument
|
/third_party/musl/src/linux/ |
H A D | name_to_handle_at.c | 5 int name_to_handle_at(int dirfd, const char *pathname, in name_to_handle_at() argument
|
H A D | statx.c | 9 int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx) in statx() argument
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat.h | 29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
|
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
H A D | fchownat.h | 29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, in fchownat() argument
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
H A D | mknodat.h | 29 int mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in mknodat() argument
|
/third_party/libfuse/example/ |
H A D | passthrough_helpers.h | 30 static int mknod_wrapper(int dirfd, const char *path, const char *link, in mknod_wrapper() argument
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_mkdir.c | 38 int do_mkdir(int dirfd, const char *pathname, mode_t mode) in do_mkdir() argument 180 int mkdirat(int dirfd, const char *pathname, mode_t mode) in mkdirat() argument
|
H A D | fs_rmdir.c | 91 int do_rmdir(int dirfd, const char *pathname) in do_rmdir() argument
|
H A D | fs_readlink.c | 35 ssize_t do_readlink(int dirfd, const char *path, char *buf, size_t bufsize)
in do_readlink() argument 106 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize)
in readlinkat() argument
|
H A D | fs_unlink.c | 72 int do_unlink(int dirfd, const char *pathname) in do_unlink() argument 176 int unlinkat(int dirfd, const char *pathname, int flag) in unlinkat() argument
|
H A D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath)
in follow_symlink() argument
|
/third_party/ltp/testcases/kernel/syscalls/open_tree/ |
H A D | open_tree02.c | 14 int dirfd; member
|
/third_party/ltp/testcases/kernel/syscalls/fspick/ |
H A D | fspick02.c | 14 int dirfd; member
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
H A D | mkdirat02.c | 26 int *dirfd; member
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | name_to_handle_at.c | 33 int mount_id, fhsize, flags, dirfd; in name_to_handle_at_0100() local
|
/third_party/toybox/toys/other/ |
H A D | lspci.c | 44 int dirfd; in do_lspci() local
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | readdir.rs | 82 let mut dirfd = File::open(tmpdir.path()).expect("open tempdir as file"); in test_raw_dir() variables [all...] |
/third_party/musl/src/misc/ |
H A D | nftw.c | 22 #undef dirfd macro 23 #define dirfd(d) (*(int *)d) macro
|