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

/freebsd-13-stable/sys/security/audit/
H A Daudit_bsm_klib.c425 char *path, char *cpath)
440 cpath[0] = '\0';
450 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN);
468 cpath[0] = '\0';
491 cpath[0] = '\0';
498 audit_canon_path(struct thread *td, int dirfd, char *path, char *cpath) argument
519 cpath[0] = '\0';
527 audit_canon_path_vp(td, rdir, cdir, path, cpath);
424 audit_canon_path_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir, char *path, char *cpath) argument
H A Daudit_private.h474 char *cpath);
476 struct vnode *cdir, char *path, char *cpath);
/freebsd-13-stable/usr.sbin/spi/
H A Dspi.c465 char temp_buf[PATH_MAX], cpath[PATH_MAX]; local
467 if (!realpath(dev_name, cpath)) /* get canonical name for info purposes */
468 strlcpy(cpath, temp_buf, sizeof(cpath)); /* this shouldn't happen */
480 cpath, fmode, fspeed);//, max_cmd, max_data, temp_buf);
/freebsd-13-stable/contrib/tcsh/
H A Dtw.parse.c2105 char *cpath; local
2109 cpath = short2str(path);
2111 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h1045 svn_string_t **cpath,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1977 svn_string_t *cpath;
1987 &cpath, &action, &copy_path,
1991 if (!svn_fspath__is_canonical(cpath->data))
1993 cpath->data = svn_fspath__canonicalize(cpath->data, iterpool);
1994 cpath->len = strlen(cpath->data);
2006 apr_hash_set(cphash, cpath->data, cpath->len, change);
1976 svn_string_t *cpath; local
H A Dmarshal.c3105 svn_string_t **cpath,
3124 SVN_ERR(svn_ra_svn__read_string(items, 0, cpath));
3103 svn_ra_svn__read_data_log_changed_entry(const svn_ra_svn__list_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-13-stable/sys/dev/ocs_fc/
H A Docs_cam.c1067 struct cam_path *cpath = NULL; local
1074 if (CAM_REQ_CMP == xpt_create_path(&cpath, NULL, cam_sim_path(fcp->sim),
1076 xpt_async(AC_LOST_DEVICE, cpath, NULL);
1078 xpt_free_path(cpath);

Completed in 205 milliseconds