Searched refs:pathsearch (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Dextern.h77 struct direct *pathsearch(const char *);
H A Dutilities.c74 ep = addentry(name, pathsearch(name)->d_ino, NODE);
375 ino = ((dp = pathsearch(name)) == NULL) ? 0 : dp->d_ino;
H A Ddirs.c278 pathsearch(const char *pathname) function

Completed in 63 milliseconds