Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 25 of 59) sorted by relevance

123

/third_party/ltp/include/
Dtst_safe_file_at.h12 #define SAFE_OPENAT(dirfd, path, oflags, ...) \ argument
16 #define SAFE_FILE_READAT(dirfd, path, buf, nbyte) \ argument
21 #define SAFE_FILE_PRINTFAT(dirfd, path, fmt, ...) \ argument
25 #define SAFE_UNLINKAT(dirfd, path, flags) \ argument
/third_party/ltp/lib/
Dtst_safe_file_at.c36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat()
58 const int dirfd, const char *const path, in safe_file_readat()
83 int tst_file_vprintfat(const int dirfd, const char *const path, in tst_file_vprintfat()
104 int tst_file_printfat(const int dirfd, const char *const path, in tst_file_printfat()
118 const int dirfd, const char *const path, in safe_file_vprintfat()
158 const int dirfd, const char *const path, in safe_file_printfat()
172 const int dirfd, const char *const path, const int flags) in safe_unlinkat()
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h64 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat()
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat()
105 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat64()
117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64()
/third_party/NuttX/fs/vfs/
Dfs_readlink.c35 ssize_t do_readlink(int dirfd, const char *path, char *buf, size_t bufsize) in do_readlink()
103 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat()
Dfs_unlink.c72 int do_unlink(int dirfd, const char *pathname) in do_unlink()
176 int unlinkat(int dirfd, const char *pathname, int flag) in unlinkat()
Dfs_mkdir.c38 int do_mkdir(int dirfd, const char *pathname, mode_t mode) in do_mkdir()
176 int mkdirat(int dirfd, const char *pathname, mode_t mode) in mkdirat()
Dfs_open.c142 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open()
297 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open()
Dfs_rmdir.c91 int do_rmdir(int dirfd, const char *pathname) in do_rmdir()
/third_party/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat()
68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat()
/third_party/musl/src/dirent/
Ddirfd.c4 int dirfd(DIR *d) in dirfd() function
/third_party/musl/compat/time32/
Dfutimesat_time32.c7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32()
/third_party/ltp/include/lapi/
Dmkdirat.h14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat()
Dreadlinkat.h14 static inline int readlinkat(int dirfd, const char *pathname, in readlinkat()
Dexecveat.h14 static inline int execveat(int dirfd, const char *pathname, in execveat()
Dfsmount.h41 static inline int fspick(int dirfd, const char *pathname, unsigned int flags) in fspick()
58 static inline int open_tree(int dirfd, const char *pathname, unsigned int flags) in open_tree()
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat.h29 int mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in mknodat()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat()
/third_party/musl/src/stat/
Dfutimesat.c7 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) in __futimesat()
/third_party/musl/src/linux/
Dname_to_handle_at.c5 int name_to_handle_at(int dirfd, const char *pathname, in name_to_handle_at()
/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat.h29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, in fchownat()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c46 int dirfd; member
102 static inline int sys_utimensat(int dirfd, const char *pathname, in sys_utimensat()
108 static inline int sys_utimensat_time64(int dirfd, const char *pathname, in sys_utimensat_time64()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dname_to_handle_at.c33 int mount_id, fhsize, flags, dirfd; in name_to_handle_at_0100() local
/third_party/toybox/toys/other/
Dlspci.c44 int dirfd; local
/third_party/ltp/testcases/kernel/syscalls/open_tree/
Dopen_tree02.c14 int dirfd; member
/third_party/ltp/testcases/kernel/syscalls/fspick/
Dfspick02.c14 int dirfd; member

123