Searched refs:have_address (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dnamedconf.c2258 unsigned int have_address = 0; local
2281 have_address++;
2290 } else if (have_port == 0 && have_address == 0) {
2300 if (have_address > 1 || have_port > 1 ||
2301 have_address + have_port == 0) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c2792 isc_boolean_t want_event, start_at_zone, alias, have_address; local
3000 have_address = ISC_TRUE;
3002 have_address = ISC_FALSE;
3004 ! (FIND_AVOIDFETCHES(find) && have_address)) {
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c9143 int have_address = 0;
9211 have_address = 1;
9256 have_address = 1;
9265 have_address = 1;
9317 have_address = 1;
9339 have_address = 1;
9546 if (want_address && !have_address)
9550 if (!want_address && have_address && ret)
9131 int have_address = 0; local

Completed in 157 milliseconds