/third_party/NuttX/fs/vfs/ |
H A D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath)
in follow_symlink() argument
|
H A D | fs_open.c | 145 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open() argument 318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open() argument
|
/third_party/musl/src/misc/ |
H A D | nftw.c | 22 #undef dirfd macro 23 #define dirfd(d) (*(int *)d) macro
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | nftw.c | 19 #undef dirfd macro 20 #define dirfd(d) (*(int *)d) macro
|
/third_party/toybox/toys/other/ |
H A D | acpi.c | 32 static int read_int_at(int dirfd, char *name) in read_int_at() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | pmu.c | 76 int fd, dirfd; in setup_pmu_alias_list() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | fullpath.c | 305 int vfs_normalize_pathat(int dirfd, const char *filename, char **pathname) in vfs_normalize_pathat() argument
|
/test/xts/hats/kernel/syscalls/fileio/fchownat/ |
H A D | FchownatApiTest.cpp | 75 int dirfd = open(TEST_FILE_PATH, O_RDONLY | O_DIRECTORY); in HWTEST_F() local
|
/test/xts/hats/kernel/syscalls/fileio/fchmodat/ |
H A D | FchmodatApiTest.cpp | 89 int dirfd = open(TEST_FILE_PATH, O_RDONLY | O_DIRECTORY); in HWTEST_F() local
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify14.c | 277 int dirfd = AT_FDCWD; in do_test() local
|
/third_party/ltp/testcases/kernel/syscalls/fstatat/ |
H A D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() argument 68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() argument 73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() argument
|
/third_party/ltp/testcases/kernel/syscalls/futimesat/ |
H A D | futimesat01.c | 59 int myfutimesat(int dirfd, const char *filename, struct timeval *times) in myfutimesat() argument
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 67 static void open_tmpfile_supported(int dirfd) in open_tmpfile_supported() argument
|
/third_party/toybox/lib/ |
H A D | dirtree.c | 134 dirtree_recurse(struct dirtree *node, int (*callback)(struct dirtree *node), int dirfd, int flags) dirtree_recurse() argument [all...] |
/third_party/toybox/porting/liteos_a/lib/ |
H A D | dirtree.c | 141 dirtree_recurse(struct dirtree *node, int (*callback)(struct dirtree *node), int dirfd, int flags) dirtree_recurse() argument [all...] |
/third_party/ltp/lib/ |
H A D | tst_safe_file_at.c | 86 int tst_file_vprintfat(const int dirfd, const char *const path, in tst_file_vprintfat() argument 35 safe_openat(const char *const file, const int lineno, const int dirfd, const char *const path, const int oflags, ...) safe_openat() argument 60 safe_file_readat(const char *const file, const int lineno, const int dirfd, const char *const path, char *const buf, const size_t nbyte) safe_file_readat() argument 107 tst_file_printfat(const int dirfd, const char *const path, const char *const fmt, ...) tst_file_printfat() argument 120 safe_file_vprintfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, va_list va) safe_file_vprintfat() argument 160 safe_file_printfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, ...) safe_file_printfat() argument 174 safe_unlinkat(const char *const file, const int lineno, const int dirfd, const char *const path, const int flags) safe_unlinkat() argument 202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument 222 safe_fstatat(const char *const file, const int lineno, const int dirfd, const char *const path, struct stat *statbuf, int flags) safe_fstatat() argument [all...] |
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs05_make_tree.c | 128 int i, k, fd, dirfd, ret; in thread_fn() local
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_fcntl.cpp | 270 int dirfd = AT_FDCWD; in Bm_function_Utimensat_Normal() local 284 int dirfd = AT_FDCWD; in Bm_function_Utimensat_Nofollow() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 245 int uv__statx(int dirfd, in uv__statx() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 248 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 407 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
|