Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dfs.c464 const char *auxstr = atf_dynstr_cstring(&aux); in atf_fs_path_append_ap() local
465 const bool needslash = auxstr[0] != '/'; in atf_fs_path_append_ap()
468 needslash ? "/" : "", auxstr); in atf_fs_path_append_ap()