Home | History | Annotate | Download | only in util

Lines Matching defs:fp

1317 	FILE *fp;
1323 fp = fopen(fname, "r");
1324 if (!fp) {
1329 while ((len = getline(&line, &line_len, fp)) > 0) {
1341 if (ferror(fp))
1344 fclose(fp);