Searched refs:NO_DATA (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c56 case NO_DATA :
H A Dgetipnodebyname.c68 case NO_DATA :
H A Droken-common.h181 #ifndef NO_DATA
182 #define NO_DATA 4 macro
186 #define NO_ADDRESS NO_DATA
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c113 case NO_DATA:
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_query.c190 RES_SET_H_ERRNO(statp, NO_DATA);
255 case NO_DATA:
302 * On a NO_DATA error, keep trying, otherwise
316 case NO_DATA:
360 case NO_DATA:
394 RES_SET_H_ERRNO(statp, NO_DATA);
/freebsd-10.0-release/include/
H A Dnetdb.h144 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
145 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Derrstring.c116 case NO_DATA + E_DNSBASE:
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Derrorcodes.c328 #if defined(NO_DATA)
329 case NO_DATA:
330 #if defined(NO_ADDRESS) && (NO_DATA != NO_ADDRESS)
339 #endif /* NO_DATA */
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbitdomain.c187 case NO_DATA:
232 h_errno = NO_DATA;
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c45 # ifndef NO_DATA
46 # define NO_DATA NO_ADDRESS macro
47 # endif /* ! NO_DATA */
264 case NO_DATA:
H A Derr.c114 #if NAMED_BIND && !defined(NO_DATA)
115 # define NO_DATA NO_ADDRESS macro
116 #endif /* NAMED_BIND && !defined(NO_DATA) */
1076 case NO_DATA + E_DNSBASE:
H A Ddaemon.c28 # ifndef NO_DATA
29 # define NO_DATA NO_ADDRESS macro
30 # endif /* ! NO_DATA */
4120 case NO_DATA:
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c242 case NO_DATA:
/freebsd-10.0-release/lib/libc/net/
H A Dgetaddrinfo.c2619 RES_SET_H_ERRNO(res, NO_DATA);
2682 case NO_DATA:
2727 * On a NO_DATA error, keep trying, otherwise
2741 case NO_DATA:
2768 case NO_DATA:
2802 RES_SET_H_ERRNO(res, NO_DATA);
/freebsd-10.0-release/contrib/ntp/arlib/
H A Darlib.c809 h_errno = NO_DATA;

Completed in 182 milliseconds