| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_cpio_newc.c | 28 is_hex(const char *p, size_t l) function 121 assert(is_hex(e, 110)); /* Entire header is hex digits. */ 142 assert(is_hex(e, 110)); 162 assert(is_hex(e, 110)); /* Entire header is hex digits. */ 185 assert(is_hex(e, 76));
|
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_format_newc.c | 17 is_hex(const char *p, size_t l) function 175 assert(is_hex(e, 110)); /* Entire header is octal digits. */ 206 assert(is_hex(e + 78, 8)); /* rdevmajor */ 207 assert(is_hex(e + 86, 8)); /* rdevminor */ 219 assert(is_hex(e, 110)); 221 assert(is_hex(e + 6, 8)); /* ino */ 240 assert(is_hex(e + 78, 8)); /* rdevmajor */ 241 assert(is_hex(e + 86, 8)); /* rdevminor */ 252 assert(is_hex(e, 110)); 254 assert(is_hex(e + 6, 8)); /* ino * [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_scanner.c | 524 int is_hex; local 529 is_hex = TRUE; 531 is_hex = FALSE; 536 if (is_hex && !isxdigit((u_char)lexeme[i])) 538 if (!is_hex && !isdigit((u_char)lexeme[i]))
|
| /src/external/bsd/wpa/dist/src/utils/ |
| common.c | 699 int is_hex(const u8 *data, size_t len) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 224 bool is_hex; local 227 is_hex = false; 231 is_hex = true; 234 || (is_hex
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 224 bool is_hex; local 227 is_hex = false; 231 is_hex = true; 234 || (is_hex
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_cpio.c | 217 static int is_hex(const char *, size_t); 519 is_hex(const char *p, size_t len) function 550 && is_hex(p, newc_header_size)) 562 && is_hex(p, newc_header_size)) { 690 if (!is_hex(h + afiol_dev_offset, afiol_ino_m_offset - afiol_dev_offset)) 692 if (!is_hex(h + afiol_mode_offset, afiol_mtime_n_offset - afiol_mode_offset)) 694 if (!is_hex(h + afiol_namesize_offset, afiol_xsize_s_offset - afiol_namesize_offset)) 696 if (!is_hex(h + afiol_filesize_offset, afiol_filesize_size))
|