Searched refs:cpath (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_klib.c464 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) argument
500 cpath[0] = '\0';
519 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN);
537 cpath[0] = '\0';
549 cpath[0] = '\0';
568 cpath[0] = '\0';
H A Daudit_private.h392 char *cpath);
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c563 static struct path_prefix cpath, path;
907 prefix_from_env ("COMPILER_PATH", &cpath);
924 ld_file_name = find_a_file (&cpath, real_ld_suffix);
927 ld_file_name = find_a_file (&cpath, collect_ld_suffix);
931 ld_file_name = find_a_file (&cpath, ld_suffix);
941 nm_file_name = find_a_file (&cpath, gnm_suffix);
945 nm_file_name = find_a_file (&cpath, nm_suffix);
950 ldd_file_name = find_a_file (&cpath, ldd_suffix);
959 strip_file_name = find_a_file (&cpath, gstrip_suffix);
963 strip_file_name = find_a_file (&cpath, strip_suffi
554 static struct path_prefix cpath, path; variable in typeref:struct:path_prefix
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Dflattree.c720 static char *nodename_from_path(const char *ppath, const char *cpath) argument
726 if (!strneq(ppath, cpath, plen))
728 cpath, ppath);
734 return xstrdup(cpath + plen);
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c2105 char *cpath; local
2109 cpath = short2str(path);
2111 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */

Completed in 107 milliseconds