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

/netbsd-current/usr.sbin/mtree/
H A Dmtree.h121 const char *inotype(u_int);
H A Dmisc.c279 return (inotype(nodetoino(type)));
284 inotype(u_int type) function
H A Dspecspec.c61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type)));
H A Dcompare.c183 nodetype(s->type), inotype(p->fts_statp->st_mode));
H A Dcreate.c248 inotype(p->fts_statp->st_mode));
/netbsd-current/bin/pax/
H A Dftree.c487 inotype(nodetoino(ftnode->type)),
488 inotype(statbuf.st_mode));
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c705 * for most cases, uses inotype() from mtree/misc.c
712 return ("symlink"); /* inotype() returns "link"... */
713 return (inotype(mode));

Completed in 116 milliseconds