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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c761 int infnanpos = 0; local
812 if (infnanpos > 6 ||
813 (c != "nfinity"[infnanpos] &&
814 c != "NFINITY"[infnanpos]))
816 if (infnanpos == 1 || infnanpos == 6)
818 infnanpos++;
821 switch (infnanpos) {
841 infnanpos = -2;
846 infnanpos
[all...]
H A Dvfscanf.c989 int infnanpos = 0; local
1043 if (infnanpos > 6 ||
1044 (c != "nfinity"[infnanpos] &&
1045 c != "NFINITY"[infnanpos]))
1047 if (infnanpos == 1 || infnanpos == 6)
1049 infnanpos++;
1052 switch (infnanpos) {
1072 infnanpos = -2;
1077 infnanpos
[all...]

Completed in 77 milliseconds