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

/freebsd-10.1-release/sys/kern/
H A Dsubr_scanf.c120 /* `basefix' is used to avoid `if' tests in the integer scanner */
121 static short basefix[17] = local
443 base = basefix[base];
449 base = basefix[base];
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dvfscanf.c132 /* `basefix' is used to avoid `if' tests in the integer scanner */
133 static short basefix[17] = local
547 base = basefix[base];
553 base = basefix[base];
/freebsd-10.1-release/lib/libc/stdio/
H A Dvfscanf.c320 /* `basefix' is used to avoid `if' tests */
321 static const short basefix[17] = local
359 base = basefix[base];
365 base = basefix[base];
H A Dvfwscanf.c305 /* `basefix' is used to avoid `if' tests */
306 static const short basefix[17] = local
344 base = basefix[base];
350 base = basefix[base];

Completed in 88 milliseconds