Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/libarchive/tar/test/
HDtest.h151 #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 …]
HDmain.c440 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/
HDtest.h149 #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 …]
HDmain.c440 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/
HDtest.h149 #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 …]
HDmain.c438 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 …]
HDtest_read_format_isojoliet_long.c62 char pathname[104]; in DEFINE_TEST() local
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDpathname.h37 typedef struct pathname { struct
39 char *pn_path; /* remaining pathname */ argument
42 } pathname_t; argument
/NextBSD/contrib/gcc/
HDgenmddeps.c30 const char *pathname; member
36 add_filedep (const char *pathname) in add_filedep()
/NextBSD/contrib/apr-util/dbm/
HDapr_dbm.c194 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()
HDapr_dbm_gdbm.c79 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()
HDapr_dbm_sdbm.c54 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()
HDapr_dbm_ndbm.c73 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()
HDapr_dbm_berkeleydb.c137 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/
HDline_reader.c53 char *pathname; member
60 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader()
/NextBSD/usr.bin/procstat/
HDprocstat_bin.c47 static char pathname[PATH_MAX]; in procstat_bin() local
/NextBSD/usr.sbin/pmcstat/
HDpmcpl_gprof.c127 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/
HDarchive_match.c65 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/
HDtrace.c78 Trace_Init(const char *pathname) in Trace_Init()
/NextBSD/contrib/mtree/
HDexcludes.c62 int pathname; member
/NextBSD/usr.sbin/fmtree/
HDexcludes.c53 int pathname; member
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp235 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/
HDfilename.c228 char *pathname; local
267 register char *pathname; local
696 char *pathname; local
/NextBSD/tests/sys/aio/
HDaio_kqueue_test.c61 char *file, pathname[sizeof(PATH_TEMPLATE)+1]; in main() local
HDlio_kqueue_test.c73 char *file, pathname[sizeof(PATH_TEMPLATE)]; in main() local

1234