Lines Matching defs:fp
95 FILE *fp;98 if ((fp = fopen(pidfile, "r")) == NULL) {102 if (fscanf(fp, "%d", &pid) != 1)104 fclose(fp);