Searched refs:gotmantdig (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libc/stdio/
H A Dvfscanf.c937 _Bool gotmantdig = 0, ishex = 0; local
1021 gotmantdig = 1;
1026 gotmantdig = 1;
1038 if (gotmantdig)
1056 if (!gotmantdig)
1062 gotmantdig = 1;
H A Dvfwscanf.c803 _Bool gotmantdig = 0, ishex = 0; local
894 gotmantdig = 1;
899 gotmantdig = 1;
905 if (gotmantdig)
911 if (!gotmantdig)
917 gotmantdig = 1;

Completed in 100 milliseconds