Home
last modified time | relevance | path

Searched refs:pfctl_fopen (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl.h93 FILE *pfctl_fopen(const char *, const char *);
H A Dpfctl_radix.c536 fp = pfctl_fopen(file, "r"); in pfr_buf_load()
H A Dpfctl_osfp.c104 if ((in = pfctl_fopen(fp_filename, "r")) == NULL) { in pfctl_file_fingerprints()
H A Dpfctl.c2267 pfctl_fopen(const char *name, const char *mode) in pfctl_fopen() function