dieif             91 bin/load/loader.c     dieif( parsres != 0 );
dieif             88 bin/rip/whois_rip.c     dieif( parsres != 0 );
dieif            147 modules/ac/access_control.c   dieif( a == NULL );
dieif            243 modules/ac/access_control.c   dieif( searchmode != RX_SRCH_EXLESS && searchmode != RX_SRCH_EXACT);
dieif            246 modules/ac/access_control.c   dieif( (ret_err = RX_bin_search(searchmode, 0, 0, act_acl,
dieif            252 modules/ac/access_control.c   dieif( searchmode == RX_SRCH_EXLESS && g_list_length(datlist) == 0 );
dieif            669 modules/ac/access_control.c   dieif( SQ_execute_query(sql_connection, querybuf, &result) == -1 );
dieif            672 modules/ac/access_control.c     dieif( (row = SQ_row_next(result)) == NULL);
dieif           1076 modules/ac/access_control.c     dieif( IP_pref_b2a( prefptr, prstr, IP_PREFSTR_MAX ) != IP_OK );
dieif           1085 modules/ac/access_control.c   dieif( !NOERR (IP_pref_a2b( &globalpref, "0/0" )));
dieif           1179 modules/ac/access_control.c     dieif( ca_get_ac_decay_halflife == 0 );
dieif           1401 modules/ac/access_control.c   dieif( IP_addr_b2a(&(node->prefix.ip), adstr, IP_ADDRSTR_MAX) != IP_OK );
dieif           1470 modules/ac/access_control.c   dieif( IP_pref_b2a(&(node->prefix), prefstr, IP_PREFSTR_MAX) != IP_OK );
dieif            151 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, strlen((char *)constant)+1) != UT_OK);
dieif            162 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
dieif            172 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
dieif            321 modules/co/constants.c   dieif(  wr_malloc((void **)&consts, strlen(tmp_consts)+1) != UT_OK);
dieif            400 modules/co/constants.c     dieif( wr_calloc((void **)&Global_constants, 1,
dieif            418 modules/co/constants.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
dieif            273 modules/df/defs.c   dieif( wr_malloc((void **)&str, str_len ) != UT_OK);
dieif            350 modules/er/er_macro.c       dieif( defname == NULL || defbody == NULL );
dieif            324 modules/ip/ip.c   dieif( expf != IP_PLAIN && expf != IP_EXPN );
dieif            506 modules/ip/ip.c   dieif( addrptr->space != IP_V4 );
dieif            513 modules/ip/ip.c   dieif( addrptr->space != IP_V6 );
dieif            520 modules/ip/ip.c   dieif( addrptr->space != IP_V6 );
dieif           1070 modules/ip/ip.c   dieif( rangptr->end.space != IP_V4 );
dieif           1102 modules/ip/ip.c  dieif( rangptr->begin.space != IP_V4 );
dieif           1210 modules/ip/ip.c   dieif( rangptr->begin.space != IP_V4 );
dieif           1496 modules/ip/ip.c    dieif( g_list_length(preflist) != 1 );
dieif           1498 modules/ip/ip.c    dieif(IP_pref_2_rang( rangptr, g_list_first(preflist)->data ) != IP_OK );
dieif            207 modules/ma/bitmask.c   dieif(wr_calloc( (void **) &str,  1, strlen(str_buf)+1) != UT_OK);
dieif            149 modules/pc/protocol_config.c   dieif( (tmp_input = wr_string(input)) == NULL );
dieif            310 modules/pc/protocol_config.c       dieif( wr_malloc((void **)&user, strlen(user_buf)+1) != UT_OK);
dieif             91 modules/pm/protocol_mirror.c   dieif( (gst = mg_new(0)) == NULL );
dieif            122 modules/pr/properties.c   dieif( wr_malloc((void **)&props, strlen(props_buffer)+1) != UT_OK);
dieif            176 modules/pr/properties.c   dieif( wr_calloc((void **)&prop,1, sizeof(struct _Property)) != UT_OK);
dieif            182 modules/pr/properties.c   dieif( wr_malloc((void **)&(prop->token), strlen(token)+1) != UT_OK);
dieif            189 modules/pr/properties.c   dieif( wr_malloc((void **)&(prop->value), strlen(value)+1) != UT_OK);
dieif            341 modules/pr/properties.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1 ) != UT_OK);
dieif            371 modules/pr/properties.c   dieif( wr_malloc((void **)&Prop_file_name,
dieif            416 modules/pr/properties.c       dieif( wr_malloc((void **)&value, strlen(default_value)+1) != UT_OK);
dieif            425 modules/pr/properties.c     dieif( wr_malloc((void **)&value, strlen(Properties[i]->value)+1) != UT_OK);
dieif             85 modules/qc/query_command.c     dieif( wr_realloc( (void **)& result, oldlen + strlen(srcname) + 2)
dieif            134 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
dieif            193 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
dieif            366 modules/qc/query_command.c   dieif( wr_calloc((void **)&tmp_query_str, 1, STR_S+1) != UT_OK);
dieif            376 modules/qc/query_command.c   dieif( (gst = mg_new(0)) == NULL );
dieif            629 modules/qc/query_command.c               dieif( wr_malloc( (void **)&(qe->version),
dieif            654 modules/qc/query_command.c   dieif( wr_calloc((void **)&(query_command->keys), 1, key_length+1) != UT_OK);
dieif            746 modules/qc/query_command.c   dieif( wr_calloc((void **)&qe, 1, sizeof(Query_environ)+1 ) != UT_OK);
dieif            800 modules/qc/query_command.c   dieif(copy == NULL);
dieif            822 modules/qc/query_command.c   dieif( wr_calloc((void **)&qc, 1, sizeof(Query_command)+1) != UT_OK);
dieif            881 modules/qc/query_command.c   dieif(qrytype >= QC_TYPE_MAX);
dieif            133 modules/qi/query_instructions.c     dieif( *result_ptr != NULL );
dieif            410 modules/qi/query_instructions.c        dieif(inet_ntop_ret == NULL);
dieif            443 modules/qi/query_instructions.c     dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
dieif            536 modules/qi/query_instructions.c   dieif(result == NULL);
dieif           1099 modules/qi/query_instructions.c     dieif(err);
dieif           1101 modules/qi/query_instructions.c     dieif(err);
dieif           1103 modules/qi/query_instructions.c     dieif(ref_host == NULL);
dieif           1201 modules/qi/query_instructions.c   dieif(qe->condat.rtc != 0);
dieif           1979 modules/qi/query_instructions.c   dieif(wr_calloc( (void **) & qis, 1, sizeof(Query_instructions)) != UT_OK);
dieif           1992 modules/qi/query_instructions.c       dieif( wr_calloc((void **) &qi, 1, sizeof(Query_instruction)) != UT_OK);
dieif           2080 modules/qi/query_instructions.c    dieif( wr_realloc((void **)&resstr, 2 ) != UT_OK);
dieif           2087 modules/qi/query_instructions.c        dieif( wr_realloc((void **)&resstr, oldres+strlen(descr)+2) != UT_OK);
dieif           2096 modules/qi/query_instructions.c    dieif( wr_realloc((void **)&resstr, strlen( resstr ) + 2 )
dieif             44 modules/rp/rp_convert.c   dieif(res == -1);
dieif            142 modules/rp/rp_convert.c     dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
dieif            146 modules/rp/rp_convert.c     dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
dieif            150 modules/rp/rp_convert.c     dieif( IP_rang_b2a( &(pack->uni.u.in), rangstr, IP_RANGSTR_MAX) != IP_OK );
dieif            191 modules/rp/rp_convert.c   dieif(IP_revd_a2b(&(pack->uni.u.rt), avalue) != IP_OK); /* assuming correctness checked */
dieif             53 modules/rp/rp_load.c   dieif(colcount>5); /* size of the col array */
dieif             87 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.origin), strlen(col[3])+1)
dieif            104 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.domain), strlen(col[3])+1)
dieif            119 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.domain), strlen(col[4])+1)
dieif            171 modules/rp/rp_load.c   dieif( vu == NULL /* loading query undefined */ );
dieif            178 modules/rp/rp_load.c   dieif( RP_tree_get ( &mytree, reg_id, space, attr ) != RP_OK );
dieif            202 modules/rp/rp_load.c       dieif( ! NOERR(make_sql2pack(result, row, &pack, attr, space,
dieif            264 modules/rp/rp_load.c   dieif ( SQ_execute_query(con, "LOCK TABLES     "
dieif            288 modules/rp/rp_load.c   dieif ( SQ_execute_query(con, "UNLOCK TABLES", NULL) == -1 );
dieif            336 modules/rp/rp_load.c       dieif( oldlen+len+1 > 65536 ); /* object too long */
dieif            121 modules/rp/rp_tree.c     dieif(wr_malloc((void **) &treedef, sizeof(rp_tentry_t)) != UT_OK);
dieif             50 modules/rp/rp_update.c   dieif( wr_calloc( (void **)& leafptr, sizeof(rx_dataleaf_t), 1) != UT_OK );
dieif             55 modules/rp/rp_update.c       dieif( wr_malloc( (void **)& (leafptr->data_ptr), datalen) != UT_OK );
dieif            143 modules/rp/rp_update.c   dieif( RP_tree_get ( &mytree, reg_id, space, attr ) != RP_OK );
dieif            721 modules/rx/rx_search.c       dieif( wr_calloc( (void **) &datref,
dieif             66 modules/sk/cd_socket.c   dieif(condat->ip == NULL);
dieif            203 modules/sk/cd_socket.c     dieif(sel < 0); /* we don't expect problems */
dieif            285 modules/sk/cd_socket.c     dieif(!NOERR(wr_malloc( (void **)& newbuf, len+1)));
dieif             66 modules/sk/cd_watchdog.c   dieif( pthread_key_create( &sk_watch_tsd, NULL) != 0 );
dieif            133 modules/sk/cd_watchdog.c   dieif(sigaction(SIGUSR2, &act, NULL) != 0);
dieif            136 modules/sk/cd_watchdog.c   dieif(pthread_sigmask(SIG_UNBLOCK, &sset, NULL) != 0);
dieif            297 modules/sk/cd_watchdog.c   dieif( condat->watchdog != 0 );
dieif            299 modules/sk/cd_watchdog.c   dieif(pthread_attr_init(&attr) != 0);
dieif            315 modules/sk/cd_watchdog.c   dieif(pthread_attr_getstacksize(&attr, &ssize) != 0);
dieif            317 modules/sk/cd_watchdog.c       dieif(pthread_attr_setstacksize(&attr, ssize * 4) != 0);
dieif            329 modules/sk/cd_watchdog.c   dieif(pthread_attr_destroy(&attr) != 0);
dieif            312 modules/sk/sk_socket.c   dieif( sel < 0 ); /* we don't expect problems with select */
dieif            563 modules/sk/sk_socket.c     dieif( wr_malloc((void **)&hostaddress, INET_ADDRSTRLEN) != UT_OK);
dieif             98 modules/sq/mysql_driver.c     dieif(*conn == NULL);  /* XXX SK - need to call "out of memory handler" */
dieif            333 modules/sq/mysql_driver.c   dieif(SQ_execute_query(sql_connection, sql_command, &result) == -1 );
dieif            408 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field.name)+1) != UT_OK);
dieif            416 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field->name)+1) != UT_OK);
dieif            524 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, length + 1) != UT_OK);
dieif            589 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
dieif            743 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
dieif            910 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
dieif            235 modules/sv/server.c     dieif( RP_init_trees( source_hdl ) != RP_OK );
dieif            239 modules/sv/server.c     dieif( RP_sql_load_reg( source_hdl ) != RP_OK );
dieif            502 modules/sv/server.c   dieif( wr_calloc((void **)&args, 1, sizeof(svr_args)) != UT_OK);
dieif            509 modules/sv/server.c   dieif( wr_calloc((void **)&(args->counter),1,sizeof(svr_counter_t)) != UT_OK);
dieif             86 modules/ta/ta.c     dieif( !NOERR( wr_calloc( (void **) &newtas, 1, sizeof( ta_str_t ))));
dieif            386 modules/ta/ta.c   dieif( !NOERR(wr_malloc( (void **) &bigbuf, strlen(smallbuf)+2 )));
dieif            407 modules/ta/ta.c     dieif( !NOERR(wr_realloc( (void **) &bigbuf, biglen+smalllen+3 )));
dieif            379 modules/th/thread.c   dieif( wr_malloc((void **)&thread_info,
dieif            424 modules/th/thread.c     dieif(pthread_attr_getstacksize(&attr, &ssize) != 0);
dieif            426 modules/th/thread.c         dieif(pthread_attr_setstacksize(&attr, ssize * 4) != 0);
dieif             48 modules/ud/ud_rx.c      dieif( attr->type != A_DN );  /* DN can be forgiven, but radix should not be updated */
dieif            153 modules/wk/which_keytypes.c         dieif(errcode != 0);
dieif            158 modules/wk/which_keytypes.c     dieif(errcode != 0);
dieif            160 modules/wk/which_keytypes.c     dieif(errcode != 0);
dieif            162 modules/wk/which_keytypes.c     dieif(errcode != 0);
dieif            164 modules/wk/which_keytypes.c     dieif(errcode != 0);
dieif            166 modules/wk/which_keytypes.c     dieif(errcode != 0);