OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parsefloat
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdio/
vfscanf.c
112
static size_t
parsefloat
(FILE *, char *, char *, locale_t);
821
if ((width =
parsefloat
(fp, buf, buf + width, loc)) == 0)
961
parsefloat
(FILE *fp, char *buf, char *end, locale_t loc)
function in typeref:typename:size_t
vfwscanf.c
106
static int
parsefloat
(FILE *, wchar_t *, wchar_t *, locale_t);
728
if ((width =
parsefloat
(fp, buf, buf + width, loc)) == 0)
763
parsefloat
(FILE *fp, wchar_t *buf, wchar_t *end, locale_t loc)
function in typeref:typename:int
Completed in 13 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025