NOERR            184 include/erroutines.h int NOERR(er_ret_t a);
NOERR            185 include/erroutines.h #define ERR(a) (!NOERR(a))
NOERR            283 modules/ac/access_control.c   if( NOERR(ret_err = RX_bin_search(RX_SRCH_EXACT, 0, 0, act_acl,
NOERR            544 modules/ac/access_control.c   if( NOERR(ret_err)) {
NOERR            690 modules/ac/access_control.c   if( NOERR(ret_err = AC_findcreate_acl_l( prefix, &treeacl )) ) {
NOERR            725 modules/ac/access_control.c   if(  NOERR(ret_err) && g_list_length( preflist ) != 1 ) {
NOERR            729 modules/ac/access_control.c   if( NOERR(ret_err) ) {
NOERR            755 modules/ac/access_control.c   if( NOERR(ret_err = AC_findcreate_acl_l( prefix, &treeacl )) ) {
NOERR            778 modules/ac/access_control.c     if( NOERR(ret_err) ) { /* protect against AC_INVARG */
NOERR            847 modules/ac/access_control.c   if(  NOERR(ret_err) ) {
NOERR            852 modules/ac/access_control.c     if(  NOERR(ret_err) && g_list_length( preflist ) == 1 ) {
NOERR            861 modules/ac/access_control.c   if(  NOERR(ret_err) ) {
NOERR            919 modules/ac/access_control.c       && NOERR(ret_err) ) {
NOERR            184 modules/er/erroutines.h int NOERR(er_ret_t a);
NOERR            185 modules/er/erroutines.h #define ERR(a) (!NOERR(a))
NOERR            438 modules/pc/protocol_config.c   if( ! NOERR( AC_asc_acl_command_set( input+8, "Manual"))) {
NOERR            274 modules/pw/protocol_whois.c          if( !NOERR(err) ) {
NOERR            342 modules/qi/query_instructions.c  if (NOERR(IP_smart_range(qc->keys, &myrang, IP_EXPN, &key_type))) {
NOERR           1158 modules/qi/query_instructions.c       if( NOERR(err)) {
NOERR             85 modules/rp/rp_load.c     if( NOERR(conv = IP_pref_f2b_v4( &(uniptr->u.rt), col[1], col[2] ))) {
NOERR            174 modules/rp/rp_load.c       dieif( ! NOERR(make_sql2pack(result, row, &pack, attr, colcount)) );
NOERR            176 modules/rp/rp_load.c       if( ! NOERR(RP_pack_node_l(operation, &pack, mytree))) {
NOERR            249 modules/rp/rp_load.c     if( !NOERR(err=RP_sql_load_attr_space(maxline, RX_OPER_CRE,
NOERR            271 modules/rp/rp_load.c     if( !NOERR(err=RP_sql_load_attr_space(maxline, RX_OPER_CRE,
NOERR            276 modules/rp/rp_load.c     if( !NOERR(err=RP_sql_load_attr_space(maxline, RX_OPER_CRE,
NOERR            283 modules/rp/rp_load.c     if( !NOERR(err=RP_sql_load_attr_space(maxline, RX_OPER_CRE,
NOERR            381 modules/rp/rp_load.c       if( NOERR(err=RP_asc_node(operation, rangstr, attrcode, reg_id,
NOERR            508 modules/rp/rp_search.c       if( !NOERR(err = rp_asc_append_datref(refptr, finallist)) ) {
NOERR            614 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            619 modules/rp/rp_search.c   if( ! NOERR(err) ) {
NOERR            645 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            663 modules/rp/rp_search.c     if( NOERR(err) ) {
NOERR            671 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            700 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            762 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            764 modules/rp/rp_search.c     if( ! NOERR(err = RP_tree_get( &mytree, reg_id, spc_id, attr ))) {
NOERR            785 modules/rp/rp_search.c     if( NOERR(err) ) {
NOERR            792 modules/rp/rp_search.c     if( NOERR(err) ) {
NOERR            803 modules/rp/rp_search.c     if( NOERR(err) ) {
NOERR            815 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            823 modules/rp/rp_search.c   if( NOERR(err) ) {
NOERR            153 modules/rp/rp_tree.c   if(    NOERR(err=rp_init_attr_tree(reg_id, A_IN))
NOERR            154 modules/rp/rp_tree.c       && NOERR(err=rp_init_attr_tree(reg_id, A_RT))
NOERR            155 modules/rp/rp_tree.c       && NOERR(err=rp_init_attr_tree(reg_id, A_I6))
NOERR            156 modules/rp/rp_tree.c       && NOERR(err=rp_init_attr_tree(reg_id, A_DN)) ) {
NOERR            655 modules/sk/sk_socket.c     dieif(!NOERR(wr_malloc( (void **)& newbuf, len+1)));
NOERR             53 modules/ta/ta.c   dieif( !NOERR( wr_calloc( (void **) &newtas, 1, sizeof( ta_str_t ))));
NOERR            220 modules/ta/ta.c   dieif( !NOERR(wr_realloc( (void **) &bigbuf, strlen(smallbuf)+2 )));
NOERR            241 modules/ta/ta.c     dieif( !NOERR(wr_realloc( (void **) &bigbuf, biglen+smalllen+3 )));