Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.h138 FILE *pfctl_fopen(const char *, const char *);
H A Dpfctl_radix.c404 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.c2833 pfctl_fopen(const char *name, const char *mode) in pfctl_fopen() function
H A Dparse.y7618 } else if ((nfile->stream = pfctl_fopen(nfile->name, "r")) == NULL) { in pushfile()