Searched refs:pfctl_fopen (Results 1 – 4 of 4) sorted by relevance
92 FILE *pfctl_fopen(const char *, const char *);
428 fp = pfctl_fopen(file, "r"); in pfr_buf_load()
104 if ((in = pfctl_fopen(fp_filename, "r")) == NULL) { in pfctl_file_fingerprints()
2321 pfctl_fopen(const char *name, const char *mode) in pfctl_fopen() function