Home
last modified time | relevance | path

Searched refs:is_hex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_cpio_newc.c28 is_hex(const char *p, size_t l) in is_hex() function
121 assert(is_hex(e, 110)); /* Entire header is hex digits. */ in DEFINE_TEST()
142 assert(is_hex(e, 110)); in DEFINE_TEST()
162 assert(is_hex(e, 110)); /* Entire header is hex digits. */ in DEFINE_TEST()
185 assert(is_hex(e, 76)); in DEFINE_TEST()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c232 bool is_hex; in go_define() local
235 is_hex = false; in go_define()
239 is_hex = true; in go_define()
242 || (is_hex in go_define()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc224 bool is_hex; in go_define() local
227 is_hex = false; in go_define()
231 is_hex = true; in go_define()
234 || (is_hex in go_define()