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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_bsm_klib.c464 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) argument
501 cpath[0] = '\0';
518 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN);
536 cpath[0] = '\0';
548 cpath[0] = '\0';
567 cpath[0] = '\0';
H A Daudit_private.h396 char *cpath);
/freebsd-10.1-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-10.1-release/contrib/dtc/
H A Dflattree.c726 static char *nodename_from_path(const char *ppath, const char *cpath) argument
732 if (!strneq(ppath, cpath, plen))
734 cpath, ppath);
740 return xstrdup(cpath + plen);
/freebsd-10.1-release/contrib/tcsh/
H A Dtw.parse.c2105 char *cpath; local
2109 cpath = short2str(path);
2111 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1605 const char *copy_path, *action, *cpath, *kind_str;
1616 &cpath, &action, &copy_path,
1619 cpath = svn_fspath__canonicalize(cpath, iterpool);
1629 svn_hash_sets(cphash, cpath, change);
1604 const char *copy_path, *action, *cpath, *kind_str; local

Completed in 69 milliseconds