Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/mtree/
Dmisc.c98 {"block", F_BLOCK, 0},
252 case F_BLOCK: in nodetoino()
Dverify.c204 case F_BLOCK: in miss()
235 case F_BLOCK: in miss()
Dmtree.h97 #define F_BLOCK 0x001 /* block special */ macro
Dcompare.c150 case F_BLOCK: in compare()
201 (s->type == F_BLOCK || s->type == F_CHAR) && in compare()
Dspec.c366 (cur->type == F_BLOCK || cur->type == F_CHAR)) in dump_nodes()
/netbsd/src/bin/pax/
Dftree.c474 if (ftnode->type == F_BLOCK || ftnode->type == F_CHAR) in next_file()
/netbsd/src/usr.sbin/makefs/
Dwalk.c571 if (curnode->type == F_BLOCK || curnode->type == F_CHAR) in apply_specdir()