Searched refs:input (Results 1 – 2 of 2) sorted by relevance
/stdlib/ |
A D | isomac.c | 251 FILE *input; in get_null_defines() local 280 input = fopen (macrofile, "r"); in get_null_defines() 282 if (input == NULL) in get_null_defines() 289 while (fgets (line, sizeof line, input) != NULL) in get_null_defines() 340 fclose (input); in get_null_defines() 350 FILE *input; in check_header() local 371 input = fopen (macrofile, "r"); in check_header() 373 if (input == NULL) in check_header() 380 while (fgets (line, sizeof line, input) != NULL) in check_header() 448 fclose (input); in check_header()
|
A D | tst-strtod.c | 131 const char input[] = "3752432815e-39"; in do_test() local 133 float f1 = strtold (input, NULL); in do_test() 135 float f3 = strtof (input, NULL); in do_test() 136 sscanf (input, "%g", &f2); in do_test()
|
Completed in 5 milliseconds