Home | History | Annotate | Download | only in config

Lines Matching defs:fpnum

2146   char *fpnum;
2155 fpnum = str;
2156 skip_whitespace (fpnum);
2158 if (strncmp (fpnum, "0x", 2) == 0)
2183 for (; *fpnum != '\0' && *fpnum != ' ' && *fpnum != '\n'; fpnum++)
2184 if (*fpnum == '.' || *fpnum == 'e' || *fpnum == 'E')