Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dextern.h60 int inodetype(ino_t);
H A Dinteractive.c141 if (inodetype(ino) == LEAF) { in runcmdshell()
618 if (inodetype(dp->d_ino) == NODE) in mkentry()
734 if (inodetype(dp->d_ino) == NODE) in glob_stat()
H A Ddirs.c713 inodetype(ino_t ino) in inodetype() function