Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/libarchive/test_utils/
H A Dtest_common.h192 #define assertEmptyFile(pathname) \ argument
196 assertion_non_empty_file(__FILE__, __LINE__, (pathname)) argument
198 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec) argument
200 assertion_file_atime_recent(__FILE__, __LINE__, pathname) argument
161 assertChmod(pathname,mode) global() argument
189 assertEmptyFile(pathname) global() argument
194 assertFileAtime(pathname,sec,nsec) global() argument
203 assertFileExists(pathname) global() argument
206 assertFileNotExists(pathname) global() argument
209 assertFileContents(data,data_size,pathname) global() argument
212 assertFileContainsNoInvalidStrings(pathname,strings) global() argument
214 assertFileMtime(pathname,sec,nsec) global() argument
216 assertFileMtimeRecent(pathname) global() argument
218 assertFileNLinks(pathname,nlinks) global() argument
220 assertFileSize(pathname,size) global() argument
222 assertFileMode(pathname,mode) global() argument
224 assertTextFileContents(text,pathname) global() argument
226 assertFileContainsLinesAnyOrder(pathname,lines) global() argument
228 assertIsDir(pathname,mode) global() argument
234 assertIsReg(pathname,mode) global() argument
236 assertIsSymlink(pathname,contents,isdir) global() argument
256 assertUtimes(pathname,atime,atime_nsec,mtime,mtime_nsec) global() argument
[all...]
H A Dtest_main.c589 assertion_chdir(const char * file,int line,const char * pathname) assertion_chdir() argument
602 assertion_chmod(const char * file,int line,const char * pathname,int mode) assertion_chmod() argument
1215 assertion_file_contains_lines_any_order(const char * file,int line,const char * pathname,const char * lines[]) assertion_file_contains_lines_any_order() argument
1332 assertion_file_contains_no_invalid_strings(const char * file,int line,const char * pathname,const char * strings[]) assertion_file_contains_no_invalid_strings() argument
1433 assertion_file_time(const char * file,int line,const char * pathname,long t,long nsec,char type,int recent) assertion_file_time() argument
1539 assertion_file_atime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_atime() argument
1546 assertion_file_atime_recent(const char * file,int line,const char * pathname) assertion_file_atime_recent() argument
1554 assertion_file_birthtime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_birthtime() argument
1562 assertion_file_birthtime_recent(const char * file,int line,const char * pathname) assertion_file_birthtime_recent() argument
1569 assertion_file_mode(const char * file,int line,const char * pathname,int expected_mode) assertion_file_mode() argument
1599 assertion_file_mtime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_mtime() argument
1606 assertion_file_mtime_recent(const char * file,int line,const char * pathname) assertion_file_mtime_recent() argument
1614 assertion_file_nlinks(const char * file,int line,const char * pathname,int nlinks) assertion_file_nlinks() argument
1645 assertion_file_size(const char * file,int line,const char * pathname,long size) assertion_file_size() argument
1674 assertion_is_dir(const char * file,int line,const char * pathname,int mode) assertion_is_dir() argument
1712 assertion_is_reg(const char * file,int line,const char * pathname,int mode) assertion_is_reg() argument
1752 is_symlink(const char * file,int line,const char * pathname,const char * contents,int isdir) is_symlink() argument
2087 assertion_utimes(const char * file,int line,const char * pathname,long at,long at_nsec,long mt,long mt_nsec) assertion_utimes() argument
2284 assertion_set_nodump(const char * file,int line,const char * pathname) assertion_set_nodump() argument
[all...]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dpathname.h55 typedef struct pathname { struct
60 extern void pn_alloc(struct pathname *); argument
/freebsd-src/crypto/openssl/fuzz/
H A Dtest-corpus.c37 static void testfile(const char *pathname) in testfile()
69 char *pathname = NULL; in main() local
/freebsd-src/contrib/libarchive/libarchive_fe/
H A Dline_reader.c51 char *pathname; member
57 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader()
/freebsd-src/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.c61 char pathname[104]; in DEFINE_TEST() local
/freebsd-src/usr.bin/procstat/
H A Dprocstat_bin.c47 static char pathname[PATH_MAX]; in procstat_bin() local
/freebsd-src/contrib/libarchive/tar/test/
H A Dtest_option_fflags.c32 clear_fflags(const char * pathname) clear_fflags() argument
/freebsd-src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in161 def __init__(self, pathname, identifier=None, outputdir=None, argument
409 __init__(self, pathname, pre=None, pre_user=None, post=None, post_user=None, failsafe=None, failsafe_user=None, tags=None, **kwargs) global() argument
509 __init__(self, pathname, tests=None, **kwargs) global() argument
667 addtest(self, pathname, options) global() argument
952 verify_file(pathname) global() argument
[all...]
/freebsd-src/contrib/less/
H A Dlesskey.c145 char *pathname; in mkpathname() local
160 char *pathname; in homefile() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp28 bool CreateDir(const char *pathname) { return false; } in CreateDir()
/freebsd-src/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c84 char pathname[PATH_MAX * 2]; in main() local
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h74 FilePath(const std::string & pathname) FilePath() argument
[all...]
/freebsd-src/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() argument
365 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument
417 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument
431 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument
592 add_pattern_from_file(struct archive_match * a,struct match_list * mlist,int mbs,const void * pathname,int nullSeparator) add_pattern_from_file() argument
711 path_excluded(struct archive_match * a,int mbs,const void * pathname) path_excluded() argument
956 archive_match_include_file_time(struct archive * _a,int flag,const char * pathname) archive_match_include_file_time() argument
969 archive_match_include_file_time_w(struct archive * _a,int flag,const wchar_t * pathname) archive_match_include_file_time_w() argument
1395 const void *pathname; add_entry() local
1466 const void *pathname; time_excluded() local
[all...]
/freebsd-src/contrib/bmake/
H A Dtrace.c67 Trace_Init(const char *pathname) in Trace_Init()
/freebsd-src/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-src/contrib/mtree/
H A Dexcludes.c62 int pathname; member
/freebsd-src/contrib/capsicum-test/
H A Dcapsicum-test.cc32 std::string pathname(p); in TmpFile() local
/freebsd-src/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-src/contrib/libarchive/unzip/
H A Dbsdunzip.c353 accept_pathname(const char * pathname) accept_pathname() argument
558 extract2fd(struct archive * a,char * pathname,int fd) extract2fd() argument
790 char *pathname, *realpathname; extract() local
858 char *pathname; extract_stdout() local
[all...]
/freebsd-src/tests/sys/aio/
H A Daio_kqueue_test.c59 char *file, pathname[sizeof(PATH_TEMPLATE)+1]; main() local
/freebsd-src/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-src/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c33 const char * pathname in DestroyPath()
/freebsd-src/usr.bin/sdiff/
H A Dedit.c39 editit(const char *pathname) in editit()

1234