Home
last modified time | relevance | path

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

/src/contrib/mtree/
H A Dmisc.c99 {"char", F_CHAR, 0},
254 case F_CHAR: in nodetoino()
H A Dverify.c205 case F_CHAR: in miss()
236 case F_CHAR: in miss()
H A Dmtree.h98 #define F_CHAR 0x002 /* char special */ macro
H A Dcompare.c154 case F_CHAR: in compare()
201 (s->type == F_BLOCK || s->type == F_CHAR) && in compare()
H A Dspec.c363 (cur->type == F_BLOCK || cur->type == F_CHAR)) in dump_nodes()
/src/usr.bin/hexdump/
H A Dhexdump.h39 #define F_CHAR 0x008 /* %c */ macro
H A Ddisplay.c135 case F_CHAR: in print()
H A Dparse.c270 pr->flags = F_CHAR; in rewrite()