Searched refs:sbf (Results 1 – 1 of 1) sorted by relevance
429 struct sbuf sbf; in audit_canon_path_vp() local450 (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()