Home
last modified time | relevance | path

Searched refs:xtod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libc-vis/
H A Dunvis.c85 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) macro
387 *cp = xtod(uc); in unvis()
400 *cp = xtod(uc) | (*cp << 4); in unvis()