HomeSort by: relevance | last modified time | path
    Searched defs:fph (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 353 static FILE *fph = NULL; local
356 if (fph == NULL) {
357 fph = fopen("ip_rules.h", "w");
358 if (fph == NULL)
361 fprintf(fph, "extern int ipfrule_add __P((void));\n");
362 fprintf(fph, "extern int ipfrule_remove __P((void));\n");
368 fprintf(fph, "\n\
379 fprintf(fph, "\n\
385 fprintf(fph, "\n\
396 fprintf(fph, "\n
    [all...]

Completed in 23 milliseconds