OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 01:34:59 UTC 2026