Home
last modified time | relevance | path

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

/original-bsd/include/
H A Dnetdb.h86 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
87 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/original-bsd/lib/libc/net/
H A Dres_query.c114 h_errno = NO_DATA;
187 if (h_errno == NO_DATA)
189 if ((h_errno != HOST_NOT_FOUND && h_errno != NO_DATA) ||
204 h_errno = NO_DATA;
/original-bsd/usr.sbin/sendmail/src/
H A Derr.c50 #if NAMED_BIND && !defined(NO_DATA)
51 # define NO_DATA NO_ADDRESS macro
581 case NO_DATA + E_DNSBASE:
H A Ddomain.c40 #ifndef NO_DATA
41 # define NO_DATA NO_ADDRESS macro
149 case NO_DATA:
H A Ddaemon.c1376 case NO_DATA:
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES3324 NO_DATA (for example).