Searched refs:langfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ipfilter/ipsend/
H A Dipsend.c199 FILE *langfile = NULL; local
238 langfile = stdin;
239 else if (!(langfile = fopen(optarg, "r"))) {
244 iplang(langfile);

Completed in 104 milliseconds