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 | 170 #define assertEqualFflags(patha, pathb) \ argument 171 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 0) 260 #define assertUnequalFflags(patha, pathb) \ argument 261 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 1)
|
| H A D | test_main.c | 2252 const char *pathb, int nomatch) in assertion_compare_fflags() argument 2261 if (stat(pathb, &sb) < 0) in assertion_compare_fflags() 2265 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2272 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2303 fd = open(pathb, O_RDONLY | O_NONBLOCK); in assertion_compare_fflags() 2305 failure_start(file, line, "Can't open %s\n", pathb); in assertion_compare_fflags() 2318 failure_start(file, line, "Can't get flags %s\n", pathb); in assertion_compare_fflags() 2324 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2330 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2336 (void)pathb; /* UNUSED */ in assertion_compare_fflags()
|