Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h164 #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 Dtest_main.c596 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 Dpathname.h55 typedef struct pathname { struct
60 extern void pn_alloc(struct pathname *); argument
/freebsd/crypto/openssl/fuzz/
H A Dtest-corpus.c37 static void testfile(const char *pathname) in testfile()
69 char *pathname = NULL; in main() local
/freebsd/contrib/libarchive/libarchive_fe/
H A Dline_reader.c53 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 Dmain.c461 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 Dtest_read_format_isojoliet_long.c62 char pathname[104]; DEFINE_TEST() local
[all...]
/freebsd/usr.bin/procstat/
H A Dprocstat_bin.c47 static char pathname[PATH_MAX]; in procstat_bin() local
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_fflags.c14 clear_fflags(const char *pathname) in clear_fflags()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in161 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 Dlesskey.c145 char *pathname; in mkpathname() local
160 char *pathname; in homefile() local
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c65 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 Dsanitizer_common_nolibc.cpp28 bool CreateDir(const char *pathname) { return false; } in CreateDir()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c84 char pathname[PATH_MAX * 2]; in main() local
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c129 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 Dtrace.c67 Trace_Init(const char *pathname) in Trace_Init()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath()
/freebsd/contrib/mtree/
H A Dexcludes.c62 int pathname; member
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c741 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 Dcapsicum-test.cc32 std::string pathname(p); in TmpFile() local
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c321 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 Dmci.c1180 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 Daio_kqueue_test.c60 char *file, pathname[sizeof(PATH_TEMPLATE)+1]; in main() local
/freebsd/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c33 const char * pathname in DestroyPath()
/freebsd/usr.bin/sdiff/
H A Dedit.c39 editit(const char *pathname) in editit()

1234