Lines Matching defs:fp
142 FILE *fp;145 if ((fp = fopen(pidfile, "r")) == NULL) {149 if (fscanf(fp, "%d", &pid) != 1)151 fclose(fp);