Home | History | Annotate | Download | only in src

Lines Matching full:base

139 static unsigned long int scan_integer (char const *p, int base, location loc);
998 | Scan NUMBER for a base-BASE integer at location LOC. |
1002 scan_integer (char const *number, int base, location loc)
1005 unsigned long int num = strtoul (number, NULL, base);