Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/audit/
H A Daudit_bsm_klib.c431 int error, needslash; in audit_canon_path() local
470 needslash = (fdp->fd_rdir != cvnp); in audit_canon_path()
472 needslash = 1; in audit_canon_path()
515 if (needslash) in audit_canon_path()
/freebsd-12.1/contrib/dtc/
H A Dutil.c84 int needslash = 1; in join_path() local
89 needslash = 0; in join_path()
95 if (needslash) { in join_path()
/freebsd-12.1/contrib/atf/atf-c/detail/
H A Dfs.c465 const bool needslash = auxstr[0] != '/'; in atf_fs_path_append_ap() local
468 needslash ? "/" : "", auxstr); in atf_fs_path_append_ap()