| /NextBSD/contrib/libarchive/tar/test/ |
| HD | test.h | 151 #define assertEmptyFile(pathname) \ argument 154 #define assertNonEmptyFile(pathname) \ argument 156 #define assertFileAtime(pathname, sec, nsec) \ argument 158 #define assertFileAtimeRecent(pathname) \ argument 160 #define assertFileBirthtime(pathname, sec, nsec) \ argument 162 #define assertFileBirthtimeRecent(pathname) \ argument 165 #define assertFileExists(pathname) \ argument 168 #define assertFileNotExists(pathname) \ argument 171 #define assertFileContents(data, data_size, pathname) \ argument 173 #define assertFileMtime(pathname, sec, nsec) \ argument [all …]
|
| HD | main.c | 440 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 1010 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1196 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1297 const char *pathname, long t, long nsec) in assertion_file_atime() 1304 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1312 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1320 const char *pathname) in assertion_file_birthtime_recent() 1328 const char *pathname, long t, long nsec) in assertion_file_mtime() 1335 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1343 const char *pathname, int nlinks) in assertion_file_nlinks() [all …]
|
| /NextBSD/contrib/libarchive/cpio/test/ |
| HD | test.h | 149 #define assertEmptyFile(pathname) \ argument 152 #define assertNonEmptyFile(pathname) \ argument 154 #define assertFileAtime(pathname, sec, nsec) \ argument 156 #define assertFileAtimeRecent(pathname) \ argument 158 #define assertFileBirthtime(pathname, sec, nsec) \ argument 160 #define assertFileBirthtimeRecent(pathname) \ argument 163 #define assertFileExists(pathname) \ argument 166 #define assertFileNotExists(pathname) \ argument 169 #define assertFileContents(data, data_size, pathname) \ argument 171 #define assertFileMtime(pathname, sec, nsec) \ argument [all …]
|
| HD | main.c | 440 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 1010 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1195 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1296 const char *pathname, long t, long nsec) in assertion_file_atime() 1303 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1311 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1319 const char *pathname) in assertion_file_birthtime_recent() 1327 const char *pathname, long t, long nsec) in assertion_file_mtime() 1334 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1342 const char *pathname, int nlinks) in assertion_file_nlinks() [all …]
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test.h | 149 #define assertEmptyFile(pathname) \ argument 152 #define assertNonEmptyFile(pathname) \ argument 154 #define assertFileAtime(pathname, sec, nsec) \ argument 156 #define assertFileAtimeRecent(pathname) \ argument 158 #define assertFileBirthtime(pathname, sec, nsec) \ argument 160 #define assertFileBirthtimeRecent(pathname) \ argument 163 #define assertFileExists(pathname) \ argument 166 #define assertFileNotExists(pathname) \ argument 169 #define assertFileContents(data, data_size, pathname) \ argument 171 #define assertFileMtime(pathname, sec, nsec) \ argument [all …]
|
| HD | main.c | 438 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 1008 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order() 1194 const char *pathname, long t, long nsec, char type, int recent) in assertion_file_time() 1295 const char *pathname, long t, long nsec) in assertion_file_atime() 1302 assertion_file_atime_recent(const char *file, int line, const char *pathname) in assertion_file_atime_recent() 1310 const char *pathname, long t, long nsec) in assertion_file_birthtime() 1318 const char *pathname) in assertion_file_birthtime_recent() 1326 const char *pathname, long t, long nsec) in assertion_file_mtime() 1333 assertion_file_mtime_recent(const char *file, int line, const char *pathname) in assertion_file_mtime_recent() 1341 const char *pathname, int nlinks) in assertion_file_nlinks() [all …]
|
| HD | test_read_format_isojoliet_long.c | 62 char pathname[104]; in DEFINE_TEST() local
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | pathname.h | 37 typedef struct pathname { struct 39 char *pn_path; /* remaining pathname */ argument 42 } pathname_t; argument
|
| /NextBSD/contrib/gcc/ |
| HD | genmddeps.c | 30 const char *pathname; member 36 add_filedep (const char *pathname) in add_filedep()
|
| /NextBSD/contrib/apr-util/dbm/ |
| HD | apr_dbm.c | 194 const char *pathname, in apr_dbm_open_ex() 208 APU_DECLARE(apr_status_t) apr_dbm_open(apr_dbm_t **pdb, const char *pathname, in apr_dbm_open() 274 const char *pathname, in apr_dbm_get_usednames_ex() 289 const char *pathname, in apr_dbm_get_usednames()
|
| HD | apr_dbm_gdbm.c | 79 static apr_status_t vt_gdbm_open(apr_dbm_t **pdb, const char *pathname, in vt_gdbm_open() 234 static void vt_gdbm_usednames(apr_pool_t *pool, const char *pathname, in vt_gdbm_usednames()
|
| HD | apr_dbm_sdbm.c | 54 static apr_status_t vt_sdbm_open(apr_dbm_t **pdb, const char *pathname, in vt_sdbm_open() 202 static void vt_sdbm_usednames(apr_pool_t *pool, const char *pathname, in vt_sdbm_usednames()
|
| HD | apr_dbm_ndbm.c | 73 static apr_status_t vt_ndbm_open(apr_dbm_t **pdb, const char *pathname, in vt_ndbm_open() 217 static void vt_ndbm_usednames(apr_pool_t *pool, const char *pathname, in vt_ndbm_usednames()
|
| HD | apr_dbm_berkeleydb.c | 137 static apr_status_t vt_db_open(apr_dbm_t **pdb, const char *pathname, in vt_db_open() 381 static void vt_db_usednames(apr_pool_t *pool, const char *pathname, in vt_db_usednames()
|
| /NextBSD/contrib/libarchive/libarchive_fe/ |
| HD | line_reader.c | 53 char *pathname; member 60 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader()
|
| /NextBSD/usr.bin/procstat/ |
| HD | procstat_bin.c | 47 static char pathname[PATH_MAX]; in procstat_bin() local
|
| /NextBSD/usr.sbin/pmcstat/ |
| HD | pmcpl_gprof.c | 127 const char *pathname; in pmcstat_gmon_create_file() local 203 const char *pathname; in pmcstat_gmon_map_file() local 238 const char *pathname; in pmcstat_gmon_append_arc() local
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_match.c | 65 struct archive_mstring pathname; member 348 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() 362 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() 414 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() 428 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() 567 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() 680 path_excluded(struct archive_match *a, int mbs, const void *pathname) in path_excluded() 923 const char *pathname) in archive_match_include_file_time() 936 const wchar_t *pathname) in archive_match_include_file_time_w() 1362 const void *pathname; in add_entry() local [all …]
|
| /NextBSD/contrib/bmake/ |
| HD | trace.c | 78 Trace_Init(const char *pathname) in Trace_Init()
|
| /NextBSD/contrib/mtree/ |
| HD | excludes.c | 62 int pathname; member
|
| /NextBSD/usr.sbin/fmtree/ |
| HD | excludes.c | 53 int pathname; member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSpec.cpp | 235 FileSpec::FileSpec(const char *pathname, bool resolve_path, PathSyntax syntax) : in FileSpec() 245 FileSpec::FileSpec(const char *pathname, bool resolve_path, ArchSpec arch) : in FileSpec() 311 FileSpec::SetFile (const char *pathname, bool resolve, PathSyntax syntax) in SetFile() 348 FileSpec::SetFile(const char *pathname, bool resolve, ArchSpec arch) in SetFile() 357 FileSpec::SetFile(const std::string &pathname, bool resolve, PathSyntax syntax) in SetFile() 363 FileSpec::SetFile(const std::string &pathname, bool resolve, ArchSpec arch) in SetFile()
|
| /NextBSD/contrib/less/ |
| HD | filename.c | 228 char *pathname; local 267 register char *pathname; local 696 char *pathname; local
|
| /NextBSD/tests/sys/aio/ |
| HD | aio_kqueue_test.c | 61 char *file, pathname[sizeof(PATH_TEMPLATE)+1]; in main() local
|
| HD | lio_kqueue_test.c | 73 char *file, pathname[sizeof(PATH_TEMPLATE)]; in main() local
|