Home
last modified time | relevance | path

Searched refs:fpathp (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/regression/priv/
H A Dmain.c401 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 Dpriv_vfs_chflags.c57 getflags(char *fpathp) in getflags() argument
61 if (stat(fpathp, &sb) < 0) in getflags()
62 err(-1, "stat(%s)", fpathp); in getflags()
H A Dpriv_vfs_read_write.c60 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 Dmain.h49 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,