OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basefix
(Results
1 - 2
of
2
) 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];
Completed in 107 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025