Home | History | Annotate | Download | only in config

Lines Matching defs:fp

138 /* Characters that can be used to separate mantissa from exp in FP
2504 FILE *fp = fopen (filename, "w+");
2506 if (fp == NULL)
2508 fclose (fp);
2509 if ((fp = freopen (filename, "w+", stderr)) == NULL)