Searched refs:inotype (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.h119 const char *inotype(u_int);
H A Dmisc.c275 return (inotype(nodetoino(type)));
280 inotype(u_int type) function
H A Dcompare.c173 nodetype(s->type), inotype(p->fts_statp->st_mode));
H A Dcreate.c173 output(&indent, "type=%s", inotype(p->fts_statp->st_mode));
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c487 inotype(nodetoino(ftnode->type)),
488 inotype(statbuf.st_mode));
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c590 * for most cases, uses inotype() from mtree/misc.c
597 return ("symlink"); /* inotype() returns "link"... */
598 return (inotype(mode));

Completed in 155 milliseconds