Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_bsm_klib.c429 struct sbuf sbf; in audit_canon_path_vp() local
450 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp()
471 (void) sbuf_cat(&sbf, rbuf); in audit_canon_path_vp()
478 (void) sbuf_putc(&sbf, '/'); in audit_canon_path_vp()
484 (void) sbuf_cat(&sbf, copy); in audit_canon_path_vp()
490 if (sbuf_error(&sbf) != 0) { in audit_canon_path_vp()
494 sbuf_finish(&sbf); in audit_canon_path_vp()