Home
last modified time | relevance | path

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

/dports/dns/dnshistory/dnshistory-1.3/src/
H A Ddnshistory.c367 fgets_rtn = get_log_line(buffer_primary, BUFSIZE, file_input, &buf_posn); in main()
369 fgets_rtn = fgets(buffer_primary, BUFSIZE, stdin); in main()
371 if (fgets_rtn == NULL) { in main()
561 … ERR_NULL_EXIT(fgets_rtn, V_EXIT_EARLY_LOG_CLOSE, msg_F_early_log_termination, total_lines); in main()
1353 char *fgets_rtn = NULL; in drop_long_lines() local
1363 fgets_rtn = fgets(buffer_ptr, BUFSIZE, stdin); in drop_long_lines()
1365 fgets_rtn = get_log_line(buffer_ptr, BUFSIZE, file_input, buf_posn); in drop_long_lines()
1739 char *fgets_rtn = NULL; in import_dns_historydb() local
1763 fgets_rtn = fgets(buffer, BUFSIZE, import_file); in import_dns_historydb()
1764 if (fgets_rtn == NULL) { in import_dns_historydb()
[all …]