Searched defs:atoh (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.c108 #define atoh(c) ((c) - (((c) >= '0' && (c) <= '9') ? '0' : ('a'-10))) macro
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c440 #define atoh(c) ((c) - (((c) >= '0' && (c) <= '9') ? '0' : ('a'-10))) macro
/xsrc/external/mit/xauth/dist/
H A Dprocess.c607 #define atoh(c) ((c) - (((c) >= '0' && (c) <= '9') ? '0' : ('a'-10))) macro

Completed in 14 milliseconds