Searched refs:fpathp (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/regression/priv/ |
H A D | main.c | 401 setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid, mode_t mode) in setup_file() argument 405 strcpy(fpathp, "/tmp/priv.XXXXXXXXXXX"); in setup_file() 406 fd = mkstemp(fpathp); in setup_file() 411 err(-1, "test %s: fchown(%s, %d, %d)", test, fpathp, uid, in setup_file() 415 err(-1, "test %s: chmod(%s, 0%o)", test, fpathp, mode); in setup_file()
|
H A D | priv_vfs_chflags.c | 57 getflags(char *fpathp) in getflags() argument 61 if (stat(fpathp, &sb) < 0) in getflags() 62 err(-1, "stat(%s)", fpathp); in getflags()
|
H A D | priv_vfs_read_write.c | 60 try_io(const char *label, const char *fpathp, int asroot, int injail, in try_io() argument 65 fd = open(fpathp, flags); in try_io()
|
H A D | main.h | 49 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,
|