Searched refs:pathb (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/fs/vfs/ |
| HD | 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-11-stable/contrib/libarchive/test_utils/ |
| HD | test_common.h | 176 #define assertEqualFflags(patha, pathb) \ argument 177 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 0) 264 #define assertUnequalFflags(patha, pathb) \ argument 265 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 1)
|
| HD | test_main.c | 2176 const char *pathb, int nomatch) in assertion_compare_fflags() argument 2185 if (stat(pathb, &sb) < 0) in assertion_compare_fflags() 2189 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2196 "%s=%#010x %s=%#010x", patha, sa.st_flags, pathb, in assertion_compare_fflags() 2227 fd = open(pathb, O_RDONLY | O_NONBLOCK); in assertion_compare_fflags() 2229 failure_start(file, line, "Can't open %s\n", pathb); in assertion_compare_fflags() 2242 failure_start(file, line, "Can't get flags %s\n", pathb); in assertion_compare_fflags() 2248 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2254 "%s=%#010x %s=%#010x", patha, flagsa, pathb, flagsb); in assertion_compare_fflags() 2260 (void)pathb; /* UNUSED */ in assertion_compare_fflags()
|