Home | History | Annotate | Download | only in fio

Lines Matching refs:fpid

1829 	FILE *fpid;
1831 fpid = fopen(pidfile, "w");
1832 if (!fpid) {
1837 fprintf(fpid, "%u\n", (unsigned int) pid);
1838 fclose(fpid);