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

/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c124 /* `basefix' is used to avoid `if' tests in the integer scanner */
125 static short basefix[17] = local
462 base = basefix[base];
468 base = basefix[base];
/freebsd-11-stable/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-11-stable/lib/libc/stdio/
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];
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];

Completed in 61 milliseconds