Home
last modified time | relevance | path

Searched defs:hex2nibble (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/stat/
H A Dstat.c1101 #define hex2nibble(c) (c <= '9' ? c - '0' : toupper(c) - 'A' + 10) macro
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dia64vms-stub.c1154 hex2nibble (unsigned char h) in hex2nibble() function