HomeSort by: relevance | last modified time | path
    Searched defs:basefix (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/stdio/
vfscanf.c 179 /* `basefix' is used to avoid `if' tests in the integer scanner */
180 static const short basefix[17] = local in function:__svfscanf_unlocked_l
703 base = basefix[base];
709 base = basefix[base];
vfwscanf.c 172 /* `basefix' is used to avoid `if' tests in the integer scanner */
173 static short basefix[17] = local in function:__vfwscanf_unlocked_l
613 base = basefix[base];
619 base = basefix[base];
vfscanf.c 179 /* `basefix' is used to avoid `if' tests in the integer scanner */
180 static const short basefix[17] = local in function:__svfscanf_unlocked_l
703 base = basefix[base];
709 base = basefix[base];
vfwscanf.c 172 /* `basefix' is used to avoid `if' tests in the integer scanner */
173 static short basefix[17] = local in function:__vfwscanf_unlocked_l
613 base = basefix[base];
619 base = basefix[base];

Completed in 25 milliseconds