Searched refs:NOERROR (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c111 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
124 case NOERROR:
136 if (hp->rcode == NOERROR && ntohs(hp->ancount) > 0)
H A Dres_mkquery.c174 hp->rcode = NOERROR;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c126 hp->rcode = NOERROR; /*%< default */
174 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
190 case NOERROR:
H A Dres_mkquery.c161 hp->rcode = NOERROR;
267 *cp++ = NOERROR; /*%< extended RCODE */
H A Dres_sendsigned.c78 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
H A Dres_update.c180 if (((HEADER *)answer)->rcode == NOERROR)
H A Dres_mkupdate.c107 hp->rcode = NOERROR;
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h83 #define NOERROR 0 /* no error */ macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h51 NOERROR, enumerator in enum:__anon4450
H A Ddisplay.c388 FINDINIT rc = NOERROR; /* findinit return code */
419 if ((rc = findinit()) == NOERROR) {
H A Dfind.c764 return (NOERROR);
835 return (NOERROR);
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h192 #define NOERROR ns_r_noerror macro
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c316 if (error != NOERROR)
478 if (error != NOERROR)
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c593 mp->b_rptr[0] = NOERROR;
674 mp->b_rptr[0] = NOERROR;
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c408 if (errnum == NOERROR)
1109 if (ret != NOERROR) {
1642 if (ret != NOERROR) {
1842 if (ret == NOERROR) {
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c409 if (hp->rcode != NOERROR) {
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h760 #define NOERROR ((unsigned char)-1) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h108 # ifdef NOERROR
109 # undef NOERROR /* avoid <sys/streams.h> conflict */ macro
110 # endif /* NOERROR */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c96 #define NOERROR 0 macro
5287 (void) print_cmd_buf(stderr, NOERROR);
5302 (void) print_cmd_buf(stderr, NOERROR);
5431 if (print_cmd_buf(policy_fp, NOERROR) == -1) {
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1584 } else if (*mp->b_rptr == NOERROR) {
1829 if (*mp->b_rptr == NOERROR) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c61 # undef NOERROR macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1960 if (*bp->b_rptr != NOERROR) { /* read error */
1972 if (*bp->b_rptr != NOERROR) { /* write error */

Completed in 111 milliseconds