Lines Matching defs:path
36 const int dirfd, const char *const path, const int oflags, ...)
49 fd = openat(dirfd, path, oflags, mode);
55 dirfd, tst_decode_fd(dirfd), path, oflags, mode);
61 const int dirfd, const char *const path,
64 int fd = safe_openat(file, lineno, dirfd, path, O_RDONLY);
80 nbyte, dirfd, tst_decode_fd(dirfd), path);
86 int tst_file_vprintfat(const int dirfd, const char *const path,
89 const int fd = openat(dirfd, path, O_WRONLY);
107 int tst_file_printfat(const int dirfd, const char *const path,
114 rval = tst_file_vprintfat(dirfd, path, fmt, va);
121 const int dirfd, const char *const path,
130 rval = tst_file_vprintfat(dirfd, path, fmt, va);
145 dirfd, tst_decode_fd(dirfd), path, fmt, buf);
154 dirfd, tst_decode_fd(dirfd), path);
161 const int dirfd, const char *const path,
168 rval = safe_file_vprintfat(file, lineno, dirfd, path, fmt, va);
175 const int dirfd, const char *const path, const int flags)
177 const int rval = unlinkat(dirfd, path, flags);
197 dirfd, tst_decode_fd(dirfd), path, flags_sym);
203 const int dirfd, const char *const path, uid_t owner, gid_t group, int flags)
207 rval = fchownat(dirfd, path, owner, group, flags);
212 tst_decode_fd(dirfd), path, owner, group, flags);
216 dirfd, tst_decode_fd(dirfd), path, owner, group, flags, rval);
223 const int dirfd, const char *const path, struct stat *statbuf, int flags)
227 rval = fstatat(dirfd, path, statbuf, flags);
232 tst_decode_fd(dirfd), path, statbuf, flags);
236 dirfd, tst_decode_fd(dirfd), path, statbuf, flags, rval);