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

/macosx-10.5.8/xnu-1228.15.4/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 19 milliseconds