Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_bsm_klib.c425 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 Daudit_private.h474 char *cpath);
476 struct vnode *cdir, char *path, char *cpath);