Lines Matching defs:FALSE

79 #define FALSE				0
153 int ignore_config_changes = FALSE;
164 int run_only_once = FALSE;
165 int use_timelimit = FALSE;
171 int serverset = FALSE, portset = FALSE;
172 int queriesset = FALSE, timeoutset = FALSE;
173 int edns = FALSE, dnssec = FALSE;
174 int countrcodes = FALSE;
177 int verbose = FALSE;
324 use_stdin = FALSE;
446 * Return FALSE if it is not
451 return (FALSE);
463 * Return FALSE if it is not
471 return (FALSE);
473 if (is_digit(test_int[0]) == FALSE)
474 return (FALSE);
479 return (FALSE);
517 status[count].in_use = FALSE;
709 if (run_only_once == FALSE && use_timelimit == FALSE)
746 if ((use_stdin == FALSE) && (datafile_ptr != NULL)) {
1056 * Returns FALSE if there is no time limit or if we have not reached it
1065 if (use_timelimit == FALSE)
1066 return (FALSE);
1071 return (FALSE);
1077 return (FALSE);
1088 * Return FALSE if we should stop
1097 static int stop = FALSE;
1100 return (FALSE);
1102 if ((*reached_end_input == FALSE) && (timelimit_reached() == FALSE))
1104 else if ((*reached_end_input == TRUE) && (run_only_once == FALSE)
1105 && (timelimit_reached() == FALSE)) {
1107 *reached_end_input = FALSE;
1115 return (FALSE);
1350 int found = FALSE;
1373 for (index = 0; (index < num_types) && (found == FALSE); index++) {
1380 if (found == FALSE) {
1502 setup_phase = FALSE;
1550 int oldquery = FALSE;
1601 * Removes (sets in_use = FALSE) the record for the given query id in
1609 int found = FALSE;
1623 for (; (ct < query_status_allocated) && (found == FALSE); ct++) {
1627 status[ct].in_use = FALSE;
1645 if (found == FALSE) {
1712 * Return FALSE otherwise
1719 int available = FALSE;
1759 * open queries (set in_use = FALSE for their entry in status[]), also
1820 * (i.e. set in_use = FALSE) which are older than the timeout, decrementing
1828 int timeout_reduced = FALSE;
1859 status[count].in_use = FALSE;
1880 if (timeout_reduced == FALSE) {
2014 if (run_only_once == FALSE)
2089 if (use_timelimit == FALSE)
2138 int sending = FALSE;
2139 int got_eof = FALSE;
2183 adjust_rate = FALSE;
2229 print_statistics(FALSE, num_queries_sent, num_queries_timed_out,