Home
last modified time | relevance | path

Searched defs:hextoint (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/libntp/
Dhextoint.c13 hextoint( in hextoint() function
/netbsd/src/external/bsd/flex/dist/examples/manual/
Dstring1.lex12 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
Dstring2.lex11 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
/netbsd/src/external/bsd/file/dist/src/
Dapprentice.c3157 hextoint(int c) in hextoint() function