Searched defs:hex_digits (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ |
H A D | ppmtochrpicon.c | 57 static char *hex_digits = "0123456789ABCDEF"; variable
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | byaddr.c | 42 static char hex_digits[] = { '0', '1', '2', '3', '4', '5', '6', '7', variable
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | byaddr.c | 42 static char hex_digits[] = { '0', '1', '2', '3', '4', '5', '6', '7', global() variable
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | floating_from_chars.cc | 143 constexpr char hex_digits[] = "abcdefABCDEF0123456789"; variable
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | lint1.h | 508 uint8_t hex_digits; /* 1 to 3; 0 means not applicable */ global() member
|