Searched refs:abspath (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c32 static char *abspath(const char *);
259 abspath(const char *pathname) function
315 resolved = abspath(temp);
355 tmp = abspath(wp->file);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.py104 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): function
436 cwd = abspath(w[2], cwd, None, self.debug, self.debug_out)
469 dir = abspath(dir, cwd, last_dir, self.debug, self.debug_out)
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c89 static char *abspath (const char *, const char *);
492 /* A pointer to the current directory filename (used by abspath). */
1067 abspath (const char *cwd, const char *rel_filename)
1193 path_p = abspath (cwd, filename);
1391 fi_p = find_file (abspath (invocation_filename, filename), 0);
1460 def_dec_p->file = find_file (abspath (invocation_filename, filename), is_syscalls);
4450 = string_list_cons (abspath (NULL, optarg), directory_list);
4516 const char *path = abspath (NULL, argv[optind]);
1057 abspath (const char *cwd, const char *rel_filename) function
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh1183 tests="${tests} cvsadm emptydir abspath abspath2 toplevel toplevel2"
14849 abspath)
14860 dotest abspath-1a "${testcvs} co mod1 mod2" \
14868 dotest abspath-1ba "${testcvs} add file1" \
14873 dotest abspath-1bb "${testcvs} add file2" \
14878 dotest abspath-1c "${testcvs} ci -m yup mod1 mod2" \
14899 dotest_fail abspath-2a "${testcvs} co -d ${TESTDIR}/1 mod1" \
14901 dotest abspath-2a-try2 "${testcvs} co -d 1 mod1" \
14905 dotest abspath-2a "${testcvs} co -d ${TESTDIR}/1 mod1" \
14910 dotest abspath
[all...]

Completed in 191 milliseconds