Searched refs:print_byte (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | html.c | 114 static void print_byte(struct html *, char); 214 print_byte(h, '>'); in print_gen_head() 413 print_byte(h, '-'); in print_escape() 448 print_byte(h, *p); in print_encode() 543 print_byte(h, c); in print_encode() 571 print_byte(h, '1'); in print_href() 629 print_byte(h, '<'); in print_otag() 664 print_byte(h, ' '); in print_otag() 666 print_byte(h, '='); in print_otag() 667 print_byte(h, '"'); in print_otag() [all …]
|
/netbsd-src/external/cddl/osnet/dist/lib/libnvpair/ |
H A D | libnvpair.c | 64 DEFINEOP(print_byte, uchar_t);
|