/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 164 #define assertChmod(pathname, mode) \ argument 192 #define assertEmptyFile(pathname) \ argument 195 #define assertNonEmptyFile(pathname) \ argument 197 #define assertFileAtime(pathname, sec, nsec) \ argument 199 #define assertFileAtimeRecent(pathname) \ argument 201 #define assertFileBirthtime(pathname, sec, nsec) \ argument 203 #define assertFileBirthtimeRecent(pathname) \ argument 206 #define assertFileExists(pathname) \ argument 209 #define assertFileNotExists(pathname) \ argument 212 #define assertFileContents(data, data_size, pathname) \ argument [all …]
|
H A D | test_main.c | 596 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 609 assertion_chmod(const char *file, int line, const char *pathname, int mode) in assertion_chmod() 1222 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1345 const char *pathname, const char *strings[]) in assertion_file_contains_no_invalid_strings() 1446 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1552 const char *pathname, long t, long nsec) in assertion_file_atime() 1559 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1567 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1575 const char *pathname) in assertion_file_birthtime_recent() 1582 assertion_file_mode(const char *file, int line, const char *pathname, int expected_mode) in assertion_file_mode() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | pathname.h | 55 typedef struct pathname { struct 60 extern void pn_alloc(struct pathname *); argument
|
/freebsd/crypto/openssl/fuzz/ |
H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() 69 char *pathname = NULL; in main() local
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | line_reader.c | 53 char *pathname; global() member 59 lafe_line_reader(const char * pathname,int nullSeparator) lafe_line_reader() argument [all...] |
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 461 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 1059 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1174 const char *pathname, const char *strings[]) in assertion_file_contains_no_invalid_strings() 1275 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1381 const char *pathname, long t, long nsec) in assertion_file_atime() 1388 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1396 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1404 const char *pathname) in assertion_file_birthtime_recent() 1411 assertion_file_mode(const char *file, int line, const char *pathname, int expected_mode) in assertion_file_mode() 1441 const char *pathname, long t, long nsec) in assertion_file_mtime() [all …]
|
H A D | test_read_format_isojoliet_long.c | 62 char pathname[104]; DEFINE_TEST() local [all...] |
/freebsd/usr.bin/procstat/ |
H A D | procstat_bin.c | 47 static char pathname[PATH_MAX]; in procstat_bin() local
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_fflags.c | 14 clear_fflags(const char *pathname) in clear_fflags()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 161 def __init__(self, pathname, identifier=None, outputdir=None, argument 421 def __init__(self, pathname, argument 521 def __init__(self, pathname, tests=None, **kwargs): argument 679 def addtest(self, pathname, options): argument 964 def verify_file(pathname): argument
|
/freebsd/contrib/less/ |
H A D | lesskey.c | 145 char *pathname; in mkpathname() local 160 char *pathname; in homefile() local [all...] |
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 65 struct archive_mstring pathname; member 351 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() 365 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() 417 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() 431 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() 592 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() 711 path_excluded(struct archive_match *a, int mbs, const void *pathname) in path_excluded() 956 const char *pathname) in archive_match_include_file_time() 969 const wchar_t *pathname) in archive_match_include_file_time_w() 1395 const void *pathname; in add_entry() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_nolibc.cpp | 28 bool CreateDir(const char *pathname) { return false; } in CreateDir()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zfs_ids_to_path.c | 84 char pathname[PATH_MAX * 2]; in main() local
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcpl_gprof.c | 129 const char *pathname; in pmcstat_gmon_create_file() local 205 const char *pathname; in pmcstat_gmon_map_file() local 240 const char *pathname; in pmcstat_gmon_append_arc() local
|
/freebsd/contrib/bmake/ |
H A D | trace.c | 67 Trace_Init(const char *pathname) in Trace_Init()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath()
|
/freebsd/contrib/mtree/ |
H A D | excludes.c | 62 int pathname; member
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 741 static int pathnameHas2Dots(const char *pathname) in pathnameHas2Dots() 804 static void convertPathnameToDirName(char *pathname) in convertPathnameToDirName() 835 static const char* trimLeadingRootChar(const char *pathname) in trimLeadingRootChar() 844 static const char* trimLeadingCurrentDirConst(const char *pathname) in trimLeadingCurrentDirConst() 853 trimLeadingCurrentDir(char *pathname) in trimLeadingCurrentDir() 865 static const char * trimPath(const char *pathname) in trimPath() 902 char* pathname = NULL; in UTIL_createMirroredDestDirName() local
|
/freebsd/contrib/capsicum-test/ |
H A D | capsicum-test.cc | 32 std::string pathname(p); in TmpFile() local
|
/freebsd/contrib/libarchive/unzip/ |
H A D | bsdunzip.c | 321 accept_pathname(const char *pathname) in accept_pathname() 529 extract2fd(struct archive *a, char *pathname, int fd) in extract2fd() 761 char *pathname, *realpathname; in extract() local 829 char *pathname; in extract_stdout() local
|
/freebsd/contrib/sendmail/src/ |
H A D | mci.c | 1180 char *pathname; variable 1360 mci_print_persistent(pathname, hostname) in mci_print_persistent() argument 1461 mci_purge_persistent(pathname, hostname) in mci_purge_persistent() argument
|
/freebsd/tests/sys/aio/ |
H A D | aio_kqueue_test.c | 60 char *file, pathname[sizeof(PATH_TEMPLATE)+1]; in main() local
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | fileHandlingTest.c | 33 const char * pathname in DestroyPath()
|
/freebsd/usr.bin/sdiff/ |
H A D | edit.c | 39 editit(const char *pathname) in editit()
|