Searched refs:hextoint (Results 1 – 2 of 2) sorted by relevance
75 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
248 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