Searched refs:basefix (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c148 /* `basefix' is used to avoid `if' tests in the integer scanner */
149 static short basefix[17] = local
466 base = basefix[base];
472 base = basefix[base];

Completed in 25 milliseconds