Home | Sort by: relevance | last modified time | path |
/src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ | |
ppmtochrpicon.c | 57 static char *hex_digits = "0123456789ABCDEF"; variable in typeref:typename:char * 148 fputc(hex_digits[(pixbyte>>4) & 0x0f], fp); 149 fputc(hex_digits[(pixbyte & 0x0f)], fp); |
/src/usr.bin/xlint/lint1/ | |
lint1.h | 523 uint8_t hex_digits; /* 1 to 3; 0 means not applicable */ member in struct:__anondcf084d01b08 |