Home
last modified time | relevance | path

Searched refs:F_CHAR (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/mtree/
Dmisc.c99 {"char", F_CHAR, 0},
254 case F_CHAR: in nodetoino()
Dverify.c192 case F_CHAR: in miss()
223 case F_CHAR: in miss()
Dmtree.h98 #define F_CHAR 0x002 /* char special */ macro
Dcompare.c146 case F_CHAR: in compare()
192 (s->type == F_BLOCK || s->type == F_CHAR) && in compare()
Dspec.c352 (cur->type == F_BLOCK || cur->type == F_CHAR)) in dump_nodes()
/freebsd-9-stable/usr.bin/hexdump/
Dhexdump.h40 #define F_CHAR 0x008 /* %c */ macro
Dparse.c268 pr->flags = F_CHAR; in rewrite()
Ddisplay.c135 case F_CHAR: in print()
/freebsd-9-stable/usr.sbin/mtree/
Dmtree.h85 #define F_CHAR 0x002 /* char special */ macro
Dcompare.c91 case F_CHAR: in compare()
358 case F_CHAR: in ftype()
Dspec.c277 ip->type = F_CHAR; in set()