| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | pathname.h | 39 typedef struct pathname { struct 41 char *pn_path; /* remaining pathname */ argument 44 } pathname_t; argument
|
| /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 …]
|
| /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 | 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/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()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/gtk/ |
| H A D | support.c | 78 gchar *pathname = g_strdup_printf ("%s%s%s", (gchar*)elem->data, in find_pixmap_file() local 93 gchar *pathname = NULL; in create_pixmap() local 116 gchar *pathname = NULL; in create_pixbuf() local
|
| /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()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genmddeps.cc | 30 const char *pathname; member 36 add_filedep (const char *pathname) in add_filedep()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genmddeps.c | 30 const char *pathname; member 36 add_filedep (const char *pathname) in add_filedep()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | mime_detach.c | 95 detach_get_fname(char *prompt, char *pathname) in detach_get_fname() 179 char *pathname; in detach_open_target() local 254 char *pathname; in mime_detach_parts() local
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
| H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() 69 char *pathname = NULL; in main() local
|
| /netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
| H A D | test-corpus.c | 37 static void testfile(const char *pathname) in testfile() 69 char *pathname = NULL; in main() local
|
| /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
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | search.c | 72 char pathname[MAXPATHLEN]; in _rtld_search_library_path() local 123 const char *pathname; in _rtld_load_library() local
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | mkdir.c | 50 rk_mkdir(const char *pathname, mode_t mode) in rk_mkdir()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive_fe/ |
| H A D | line_reader.c | 51 char *pathname; member 57 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader()
|
| /netbsd-src/external/gpl3/gcc/dist/intl/ |
| H A D | relocatable.h | 63 #define relocate(pathname) (pathname) argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | relocatable.h | 63 #define relocate(pathname) (pathname) argument
|
| /netbsd-src/external/gpl3/gdb.old/dist/intl/ |
| H A D | relocatable.h | 63 #define relocate(pathname) (pathname) argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/intl/ |
| H A D | relocatable.h | 63 #define relocate(pathname) (pathname) argument
|
| /netbsd-src/usr.bin/getconf/ |
| H A D | getconf.c | 200 const char *varname, *pathname, *vn; main() local 276 printvar(const struct conf_variable * cp,const char * pathname) printvar() argument
|
| /netbsd-src/libexec/getNAME/ |
| H A D | getNAME.c | 121 getfrom(char *pathname) in getfrom() 161 oldman(char *pathname, char *name) in oldman() 281 newman(char *pathname, char *name) in newman()
|