Searched refs:is_hex (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c36 is_hex(const char *p, size_t l) function
142 assert(is_hex(e, 110)); /* Entire header is octal digits. */
169 assert(is_hex(e + 78, 8)); /* rdevmajor */
170 assert(is_hex(e + 86, 8)); /* rdevminor */
182 assert(is_hex(e, 110));
184 assert(is_hex(e + 6, 8)); /* ino */
197 assert(is_hex(e + 78, 8)); /* rdevmajor */
198 assert(is_hex(e + 86, 8)); /* rdevminor */
209 assert(is_hex(e, 110));
211 assert(is_hex(
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_newc.c30 is_hex(const char *p, size_t l) function
128 assert(is_hex(e, 110)); /* Entire header is hex digits. */
149 assert(is_hex(e, 110));
169 assert(is_hex(e, 110)); /* Entire header is hex digits. */
192 assert(is_hex(e, 76));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_scanner.c512 int is_hex; local
517 is_hex = TRUE;
519 is_hex = FALSE;
524 if (is_hex && !isxdigit((u_char)lexeme[i]))
526 if (!is_hex && !isdigit((u_char)lexeme[i]))
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c141 static int is_hex(const char *, size_t);
330 is_hex(const char *p, size_t len) function
361 && is_hex(p, sizeof(struct cpio_newc_header)))
373 && is_hex(p, sizeof(struct cpio_newc_header))) {
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c562 is_date = false, valid_start = false, is_hex = false, local
573 if (is_hex && isxdigit (*p)) {
580 else if (!is_hex && (*p == 'x' || *p == 'X')) {
581 is_hex = true;
647 if (is_hex) {
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c156 static int is_hex(const u8 *data, size_t len) function
202 if (is_hex(value, len))

Completed in 122 milliseconds