Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:cf

1887 	FILE * cf;
1895 cf = fopen (context.filename, "r");
1896 if (! cf)
1905 while (fgets (line, CONF_LINE_SIZE, cf))
1913 fclose(cf);
1918 fclose (cf);