Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDunvis.c76 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) macro
382 *cp = xtod(uc); in unvis()
395 *cp = xtod(uc) | (*cp << 4); in unvis()