/minix3/external/bsd/libarchive/dist/tar/test/ |
H A D | test.h | 160 #define assertFileAtime(pathname, sec, nsec) \ argument 162 #define assertFileAtimeRecent(pathname) \ argument 164 #define assertFileBirthtime(pathname, sec, nsec) \ argument 166 #define assertFileBirthtimeRecent(pathname) \ argument 177 #define assertFileMtime(pathname, sec, nsec) \ argument 179 #define assertFileMtimeRecent(pathname) \ argument 181 #define assertFileNLinks(pathname, nlinks) \ argument 183 #define assertFileSize(pathname, size) \ argument 187 #define assertFileContainsLinesAnyOrder(pathname, lines) \ argument 189 #define assertIsDir(pathname, mode) \ argument [all …]
|
H A D | main.c | 399 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 859 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1029 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1127 const char *pathname, long t, long nsec) in assertion_file_atime() 1134 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1142 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1150 const char *pathname) in assertion_file_birthtime_recent() 1158 const char *pathname, long t, long nsec) in assertion_file_mtime() 1165 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1173 const char *pathname, int nlinks) in assertion_file_nlinks() [all …]
|
/minix3/external/bsd/libarchive/dist/cpio/test/ |
H A D | test.h | 160 #define assertFileAtime(pathname, sec, nsec) \ argument 162 #define assertFileAtimeRecent(pathname) \ argument 164 #define assertFileBirthtime(pathname, sec, nsec) \ argument 166 #define assertFileBirthtimeRecent(pathname) \ argument 177 #define assertFileMtime(pathname, sec, nsec) \ argument 179 #define assertFileMtimeRecent(pathname) \ argument 181 #define assertFileNLinks(pathname, nlinks) \ argument 183 #define assertFileSize(pathname, size) \ argument 187 #define assertIsDir(pathname, mode) \ argument 193 #define assertIsReg(pathname, mode) \ argument [all …]
|
H A D | main.c | 398 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 933 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1031 const char *pathname, long t, long nsec) in assertion_file_atime() 1038 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1046 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1054 const char *pathname) in assertion_file_birthtime_recent() 1062 const char *pathname, long t, long nsec) in assertion_file_mtime() 1069 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1077 const char *pathname, int nlinks) in assertion_file_nlinks() 1108 assertion_file_size(const char *file, int line, const char *pathname, long size) in assertion_file_size() [all …]
|
/minix3/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test.h | 164 #define assertFileAtime(pathname, sec, nsec) \ argument 166 #define assertFileAtimeRecent(pathname) \ argument 168 #define assertFileBirthtime(pathname, sec, nsec) \ argument 170 #define assertFileBirthtimeRecent(pathname) \ argument 181 #define assertFileMtime(pathname, sec, nsec) \ argument 183 #define assertFileMtimeRecent(pathname) \ argument 185 #define assertFileNLinks(pathname, nlinks) \ argument 187 #define assertFileSize(pathname, size) \ argument 191 #define assertIsDir(pathname, mode) \ argument 197 #define assertIsReg(pathname, mode) \ argument [all …]
|
H A D | test_read_format_isojoliet_long.c | 62 char pathname[104]; in DEFINE_TEST() local
|
H A D | main.c | 394 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 923 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1021 const char *pathname, long t, long nsec) in assertion_file_atime() 1028 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1036 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1044 const char *pathname) in assertion_file_birthtime_recent() 1052 const char *pathname, long t, long nsec) in assertion_file_mtime() 1059 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1067 const char *pathname, int nlinks) in assertion_file_nlinks() 1098 assertion_file_size(const char *file, int line, const char *pathname, long size) in assertion_file_size() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
|
/minix3/external/bsd/libarchive/dist/libarchive_fe/ |
H A D | matching.c | 86 lafe_exclude_from_file(struct lafe_matching **matching, const char *pathname) in lafe_exclude_from_file() 114 lafe_include_from_file(struct lafe_matching **matching, const char *pathname, in lafe_include_from_file() 151 lafe_excluded(struct lafe_matching *matching, const char *pathname) in lafe_excluded() 208 match_exclusion(struct match *match, const char *pathname) in match_exclusion() 220 match_inclusion(struct match *match, const char *pathname) in match_inclusion()
|
H A D | line_reader.c | 52 char *pathname; member 59 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader()
|
/minix3/libexec/ld.elf_so/ |
H A D | search.c | 72 char pathname[MAXPATHLEN]; in _rtld_search_library_path() local 122 const char *pathname; in _rtld_load_library() local
|
/minix3/crypto/external/bsd/libsaslc/dist/src/ |
H A D | saslc.c | 97 saslc_init(saslc_t *ctx, const char *appname, const char *pathname) in saslc_init()
|
H A D | saslc_private.h | 51 char *pathname; /* location of config files */ member
|
/minix3/usr.bin/make/ |
H A D | trace.c | 78 Trace_Init(const char *pathname) in Trace_Init()
|
H A D | util.c | 269 getwd(char *pathname) in getwd()
|
/minix3/usr.sbin/mtree/ |
H A D | excludes.c | 62 int pathname; member
|
/minix3/external/bsd/less/dist/ |
H A D | filename.c | 236 char *pathname; local 275 register char *pathname; local 696 char *pathname; local
|
H A D | lesskey.c | 233 char *pathname; local 250 char *pathname; local
|
/minix3/usr.bin/unzip/ |
H A D | unzip.c | 303 accept_pathname(const char *pathname) in accept_pathname() 643 char *pathname, *realpathname; in extract() local 707 char *pathname; in extract_stdout() local
|
/minix3/sbin/sysctl/ |
H A D | pathconf.c | 149 parse(pathname, string, flags) in parse() argument
|
/minix3/lib/libexecinfo/ |
H A D | backtrace.c | 60 const char *pathname = SELF; in open_self() local
|
/minix3/minix/commands/remsync/ |
H A D | remsync.c | 101 typedef struct pathname { struct 102 char *path; /* The actual pathname. */ argument 108 /* Initialize a pathname to the null string. */ in path_init() argument
|
/minix3/external/bsd/dhcp/dist/dst/ |
H A D | dst_support.c | 437 char pathname[PATH_MAX]; in dst_s_fopen() local
|
/minix3/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_write_set_format_ar.c | 144 const char *pathname; in archive_write_ar_header() local
|
/minix3/usr.bin/calendar/ |
H A D | calendar.c | 488 tryopen(const char *pathname, int flags) in tryopen()
|