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