Home | History | Annotate | Download | only in config

Lines Matching defs:fpnum

4985   char *fpnum;
4996 fpnum = str;
4997 skip_whitespace (fpnum);
4999 if (strncmp (fpnum, "0x", 2) == 0)
5003 for (; *fpnum != '\0' && *fpnum != ' ' && *fpnum != '\n'; fpnum++)
5004 if (*fpnum == '.' || *fpnum == 'e' || *fpnum == 'E')