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

/freebsd-10-stable/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-stable/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-stable/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-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1737 svn_string_t *cpath;
1748 &cpath, &action, &copy_path,
1752 if (!svn_fspath__is_canonical(cpath->data))
1754 cpath->data = svn_fspath__canonicalize(cpath->data, iterpool);
1755 cpath->len = strlen(cpath->data);
1767 apr_hash_set(cphash, cpath->data, cpath->len, change);
1736 svn_string_t *cpath; local
H A Dmarshal.c2571 svn_string_t **cpath,
2590 SVN_ERR(svn_ra_svn__read_string(items, 0, cpath));
2569 svn_ra_svn__read_data_log_changed_entry(const apr_array_header_t *items, svn_string_t **cpath, const char **action, const char **copy_path, svn_revnum_t *copy_rev, const char **kind_str, apr_uint64_t *text_mods, apr_uint64_t *prop_mods) argument
/freebsd-10-stable/contrib/tcsh/
H A Dtw.parse.c2109 char *cpath; local
2113 cpath = short2str(path);
2115 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h935 svn_string_t **cpath,

Completed in 199 milliseconds