Lines Matching defs:fp
343 FILE *fp;603 fp = fopen(file, "w");604 if (fp == NULL) {609 fprintf(fp, "%s", (const char *) buf->content);611 fclose(fp);