Home
last modified time | relevance | path

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

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