/titanic_44/usr/src/lib/libresolv/ |
H A D | res_query.c | 110 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { 123 case NOERROR: 135 if (hp->rcode == NOERROR && ntohs(hp->ancount) > 0)
|
H A D | res_mkquery.c | 171 hp->rcode = NOERROR;
|
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_query.c | 126 hp->rcode = NOERROR; /*%< default */ in res_nquery() 174 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery() 190 case NOERROR: in res_nquery()
|
H A D | res_mkquery.c | 161 hp->rcode = NOERROR; in res_nmkquery() 267 *cp++ = NOERROR; /*%< extended RCODE */ in res_nopt()
|
H A D | res_sendsigned.c | 78 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, in res_nsendsigned()
|
H A D | res_update.c | 180 if (((HEADER *)answer)->rcode == NOERROR) in res_nupdate()
|
H A D | res_mkupdate.c | 107 hp->rcode = NOERROR; in res_nmkupdate()
|
/titanic_44/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 83 #define NOERROR 0 /* no error */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ptm.c | 593 mp->b_rptr[0] = NOERROR; in ptmwput() 674 mp->b_rptr[0] = NOERROR; in ptmwsrv()
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | display.c | 388 FINDINIT rc = NOERROR; /* findinit return code */ in search() 419 if ((rc = findinit()) == NOERROR) { in search()
|
H A D | global.h | 51 NOERROR, enumerator
|
H A D | find.c | 764 return (NOERROR); in findinit() 835 return (NOERROR); in findinit()
|
/titanic_44/usr/src/head/arpa/ |
H A D | nameser_compat.h | 194 #define NOERROR ns_r_noerror macro
|
/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_verify.c | 316 if (error != NOERROR) in ns_verify() 478 if (error != NOERROR) in ns_verify_tcp()
|
/titanic_44/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_dyndns.c | 408 if (errnum == NOERROR) in dyndns_syslog() 1109 if (ret != NOERROR) { in dyndns_establish_sec_ctx() 1642 if (ret != NOERROR) { in dyndns_sec_add_remove_entry() 1842 if (ret == NOERROR) { in dyndns_add_remove_entry()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stream.h | 760 #define NOERROR ((unsigned char)-1) macro
|
/titanic_44/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 409 if (hp->rcode != NOERROR) { in resolv_decode()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 108 # ifdef NOERROR 109 # undef NOERROR /* avoid <sys/streams.h> conflict */
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 96 #define NOERROR 0 macro 5287 (void) print_cmd_buf(stderr, NOERROR); in ipsec_conf_add() 5302 (void) print_cmd_buf(stderr, NOERROR); in ipsec_conf_add() 5431 if (print_cmd_buf(policy_fp, NOERROR) == -1) { in ipsec_conf_add()
|
/titanic_44/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1584 } else if (*mp->b_rptr == NOERROR) { in sm_ursendup() 1829 if (*mp->b_rptr == NOERROR) { in sm_sendup()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 65 # undef NOERROR
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 1959 if (*bp->b_rptr != NOERROR) { /* read error */ in strrput_nondata() 1971 if (*bp->b_rptr != NOERROR) { /* write error */ in strrput_nondata()
|