Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 - 25 of 71) sorted by relevance

123

/third_party/musl/src/dirent/
H A Ddirfd.c4 int dirfd(DIR *d) in dirfd() function
/third_party/ltp/include/lapi/
H A Dmkdirat.h14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat() argument
H A Dexecveat.h14 static inline int execveat(int dirfd, const char *pathname, in execveat() argument
H A Dfaccessat.h16 int faccessat2(int dirfd, const char *pathname, int mode, int flags) in faccessat2() argument
H A Dreadlinkat.h14 static inline int readlinkat(int dirfd, const char *pathname, in readlinkat() argument
/third_party/musl/compat/time32/
H A Dfutimesat_time32.c7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32() argument
/third_party/musl/src/stat/
H A Dfutimesat.c7 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) in __futimesat() argument
/third_party/musl/src/linux/
H A Dname_to_handle_at.c5 int name_to_handle_at(int dirfd, const char *pathname, in name_to_handle_at() argument
H A Dstatx.c9 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 Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat.h29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, in fchownat() argument
/third_party/ltp/testcases/kernel/syscalls/mknodat/
H A Dmknodat.h29 int mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in mknodat() argument
/third_party/libfuse/example/
H A Dpassthrough_helpers.h30 static int mknod_wrapper(int dirfd, const char *path, const char *link, in mknod_wrapper() argument
/third_party/NuttX/fs/vfs/
H A Dfs_mkdir.c38 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 Dfs_rmdir.c91 int do_rmdir(int dirfd, const char *pathname) in do_rmdir() argument
H A Dfs_readlink.c35 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 Dfs_unlink.c72 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 Dfs_symlink.c36 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 Dopen_tree02.c14 int dirfd; member
/third_party/ltp/testcases/kernel/syscalls/fspick/
H A Dfspick02.c14 int dirfd; member
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
H A Dmkdirat02.c26 int *dirfd; member
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dname_to_handle_at.c33 int mount_id, fhsize, flags, dirfd; in name_to_handle_at_0100() local
/third_party/toybox/toys/other/
H A Dlspci.c44 int dirfd; in do_lspci() local
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs82 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 Dnftw.c22 #undef dirfd macro
23 #define dirfd(d) (*(int *)d) macro

Completed in 5 milliseconds

123