| /freebsd-13.1/sys/security/audit/ |
| H A D | audit_bsm_klib.c | 425 char *path, char *cpath) in audit_canon_path_vp() argument 440 cpath[0] = '\0'; in audit_canon_path_vp() 450 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp() 468 cpath[0] = '\0'; in audit_canon_path_vp() 491 cpath[0] = '\0'; in audit_canon_path_vp() 498 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) in audit_canon_path() argument 519 cpath[0] = '\0'; in audit_canon_path() 527 audit_canon_path_vp(td, rdir, cdir, path, cpath); in audit_canon_path()
|
| H A D | audit_private.h | 474 char *cpath); 476 struct vnode *cdir, char *path, char *cpath);
|
| /freebsd-13.1/usr.sbin/spi/ |
| H A D | spi.c | 465 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-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | client.c | 1976 svn_string_t *cpath; in perform_ra_svn_log() local 1986 &cpath, &action, ©_path, in perform_ra_svn_log() 1990 if (!svn_fspath__is_canonical(cpath->data)) in perform_ra_svn_log() 1992 cpath->data = svn_fspath__canonicalize(cpath->data, iterpool); in perform_ra_svn_log() 1993 cpath->len = strlen(cpath->data); in perform_ra_svn_log() 2005 apr_hash_set(cphash, cpath->data, cpath->len, change); in perform_ra_svn_log()
|
| H A D | marshal.c | 3104 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-13.1/contrib/libucl/m4/ |
| H A D | ax_lua.m4 | 70 # 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-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_cam.c | 1067 struct cam_path *cpath = NULL; in ocs_delete_target() local 1074 if (CAM_REQ_CMP == xpt_create_path(&cpath, NULL, cam_sim_path(fcp->sim), in ocs_delete_target() 1076 xpt_async(AC_LOST_DEVICE, cpath, NULL); in ocs_delete_target() 1078 xpt_free_path(cpath); in ocs_delete_target()
|
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_ra_svn_private.h | 1045 svn_string_t **cpath,
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tw.parse.c | 2105 char *cpath; in isadirectory() local 2109 cpath = short2str(path); in isadirectory() 2111 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */ in isadirectory()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure | 574 cpath FS pathname node was created at
|