Searched refs:msg_file (Results 1 – 1 of 1) sorted by relevance
187 FILE *msg_file; in dns_check() local203 msg_file = fopen(ARG1, "r"); in dns_check()204 if (msg_file != NULL) { in dns_check()205 while (fgets(linebuf, sizeof(linebuf), msg_file)) { in dns_check()211 fclose(msg_file); in dns_check()