Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dcommon.c547 node_path_x(const struct node *n, char *x) in node_path_x() function
565 return (node_path_x(n->n_parent, path)); in node_path_x()
578 path = node_path_x(n, checked_strdup("")); in node_path()