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

/freebsd-10.2-release/lib/libc/stdio/
H A Dvfscanf.c930 int infnanpos = 0, decptpos = 0; local
979 if (infnanpos > 6 ||
980 (c != "nfinity"[infnanpos] &&
981 c != "NFINITY"[infnanpos]))
983 if (infnanpos == 1 || infnanpos == 6)
985 infnanpos++;
988 switch (infnanpos) {
1011 infnanpos++;
H A Dvfwscanf.c796 int infnanpos = 0; local
852 if (infnanpos > 6 ||
853 (c != "nfinity"[infnanpos] &&
854 c != "NFINITY"[infnanpos]))
856 if (infnanpos == 1 || infnanpos == 6)
858 infnanpos++;
861 switch (infnanpos) {
884 infnanpos++;

Completed in 95 milliseconds