Searched refs:pathb (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_union.c | 28 char pathb[MAXPATHLEN]; in xput_tfile() local 31 strcpy(pathb, mp); in xput_tfile() 32 strcat(pathb, "/"); in xput_tfile() 33 strcat(pathb, path); in xput_tfile() 35 RL(fd = rump_sys_open(pathb, O_CREAT | O_RDWR, 0777)); in xput_tfile() 44 char pathb[MAXPATHLEN]; in xread_tfile() local 48 strcpy(pathb, mp); in xread_tfile() 49 strcat(pathb, "/"); in xread_tfile() 50 strcat(pathb, path); in xread_tfile() 52 fd = rump_sys_open(pathb, O_RDONLY); in xread_tfile()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 167 #define assertEqualFflags(patha, pathb) \ argument 168 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 0) 257 #define assertUnequalFflags(patha, pathb) \ argument 258 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 1)
|
H A D | test_main.c | 2205 const char *pathb, int nomatch) in assertion_compare_fflags() argument 2214 if (stat(pathb, &sb) < 0) in assertion_compare_fflags() 2218 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2225 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2256 fd = open(pathb, O_RDONLY | O_NONBLOCK); in assertion_compare_fflags() 2258 failure_start(file, line, "Can't open %s\n", pathb); in assertion_compare_fflags() 2271 failure_start(file, line, "Can't get flags %s\n", pathb); in assertion_compare_fflags() 2277 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2283 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2289 (void)pathb; /* UNUSED */ in assertion_compare_fflags()
|