Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dapprentice.c116 private int hextoint(int);
3102 c = hextoint(*s++); /* Get next char */ in getstr()
3105 c = hextoint(*s++); in getstr()
3132 hextoint(int c) in hextoint() function