Home
last modified time | relevance | path

Searched refs:cpath (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/security/audit/
H A Daudit_bsm_klib.c424 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) in audit_canon_path() argument
462 cpath[0] = '\0'; in audit_canon_path()
479 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path()
497 cpath[0] = '\0'; in audit_canon_path()
509 cpath[0] = '\0'; in audit_canon_path()
528 cpath[0] = '\0'; in audit_canon_path()
H A Daudit_private.h474 char *cpath);
/freebsd-12.1/usr.sbin/spi/
H A Dspi.c465 char temp_buf[PATH_MAX], cpath[PATH_MAX]; in get_info() local
467 if (!realpath(dev_name, cpath)) /* get canonical name for info purposes */ in get_info()
468 strlcpy(cpath, temp_buf, sizeof(cpath)); /* this shouldn't happen */ in get_info()
480 cpath, fmode, fspeed);//, max_cmd, max_data, temp_buf); in get_info()
/freebsd-12.1/contrib/gcc/
H A Dcollect2.c554 static struct path_prefix cpath, path; variable
896 prefix_from_env ("COMPILER_PATH", &cpath); in main()
913 ld_file_name = find_a_file (&cpath, real_ld_suffix); in main()
916 ld_file_name = find_a_file (&cpath, collect_ld_suffix); in main()
920 ld_file_name = find_a_file (&cpath, ld_suffix); in main()
930 nm_file_name = find_a_file (&cpath, gnm_suffix); in main()
934 nm_file_name = find_a_file (&cpath, nm_suffix); in main()
939 ldd_file_name = find_a_file (&cpath, ldd_suffix); in main()
948 strip_file_name = find_a_file (&cpath, gstrip_suffix); in main()
952 strip_file_name = find_a_file (&cpath, strip_suffix); in main()
[all …]
/freebsd-12.1/contrib/dtc/
H A Dflattree.c735 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument
741 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
743 cpath, ppath); in nodename_from_path()
749 return xstrdup(cpath + plen); in nodename_from_path()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1973 svn_string_t *cpath; in perform_ra_svn_log() local
1983 &cpath, &action, &copy_path, in perform_ra_svn_log()
1987 if (!svn_fspath__is_canonical(cpath->data)) in perform_ra_svn_log()
1989 cpath->data = svn_fspath__canonicalize(cpath->data, iterpool); in perform_ra_svn_log()
1990 cpath->len = strlen(cpath->data); in perform_ra_svn_log()
2002 apr_hash_set(cphash, cpath->data, cpath->len, change); in perform_ra_svn_log()
H A Dmarshal.c3104 svn_string_t **cpath, in svn_ra_svn__read_data_log_changed_entry() argument
3123 SVN_ERR(svn_ra_svn__read_string(items, 0, cpath)); in svn_ra_svn__read_data_log_changed_entry()
/freebsd-12.1/contrib/libucl/m4/
H A Dax_lua.m470 # package.path, and package.cpath. The first path of package.path
72 # package.cpath beginning with $exec_prefix is used as luaexecdir. This
422 dnl and LUA_PATH, and supplying 'module' will search with package.cpath and
432 paths = (package and package.cpath) or LUA_CPATH
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_cam.c1068 struct cam_path *cpath = NULL; in ocs_delete_target() local
1075 if (CAM_REQ_CMP == xpt_create_path(&cpath, NULL, cam_sim_path(fcp->sim), in ocs_delete_target()
1077 xpt_async(AC_LOST_DEVICE, cpath, NULL); in ocs_delete_target()
1079 xpt_free_path(cpath); in ocs_delete_target()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h1045 svn_string_t **cpath,
/freebsd-12.1/contrib/tcsh/
H A Dtw.parse.c2109 char *cpath; in isadirectory() local
2113 cpath = short2str(path); in isadirectory()
2115 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */ in isadirectory()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure574 cpath FS pathname node was created at