Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/file/
Dapprentice.c75 private int hextoint(int);
827 c = hextoint(*s++); /* Get next char */ in getstr()
830 c = hextoint(*s++); in getstr()
852 hextoint(int c) in hextoint() function
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_mime_magic.c248 static int hextoint(int);
1369 c = hextoint(*s++); /* Get next char */ in getstr()
1372 c = hextoint(*s++); in getstr()
1375 c = hextoint(*s++); in getstr()
1402 static int hextoint(int c) in hextoint() function