UT_calloc        299 modules/ac/access_control.c       newacl = UT_calloc(sizeof(acl_st), 1);
UT_calloc        823 modules/ca/ca_configFns.c                                newAdminPtr = UT_calloc(1, sizeof(ca_ripadmin_t));
UT_calloc        868 modules/ca/ca_configFns.c                                confVars[location].valPtr = (ca_ripadmin_t *) UT_calloc(1, sizeof(ca_ripadmin_t));
UT_calloc        948 modules/ca/ca_configFns.c                                newUpdDbPtr = UT_calloc(1, sizeof(ca_database_t));
UT_calloc       1003 modules/ca/ca_configFns.c                                newUpdSrc = UT_calloc(1, sizeof(ca_updDbSource_t));
UT_calloc       1044 modules/ca/ca_configFns.c                                confVars[location].valPtr = (ca_updDbSource_t *) UT_calloc(1, sizeof(ca_updDbSource_t));
UT_calloc        279 modules/ca/ca_sourceLoader.c                     newDbPtr = UT_calloc(1, sizeof(ca_database_t));
UT_calloc        379 modules/ca/ca_sourceLoader.c                     newMirrPtr = UT_calloc(1, sizeof(ca_mirror_t));
UT_calloc        497 modules/ca/ca_sourceLoader.c                     newSrcPtr = UT_calloc(1, sizeof(ca_dbSource_t));
UT_calloc        385 modules/co/constants.c     Global_constants = (Constants)UT_calloc(1, sizeof(struct _Constants));
UT_calloc        401 modules/co/constants.c   result = (char *)UT_calloc(1, strlen(result_buff)+1);
UT_calloc        247 modules/er/er_paths.c   ft = UT_calloc(sizeof(er_path_t),1);
UT_calloc        359 modules/er/er_paths.c   newargv = UT_calloc( sizeof(char **) * (len+2), 1 );
UT_calloc        465 modules/ip/ip.c     ips = (char *)UT_calloc(1, partlen+1);
UT_calloc       1130 modules/ip/ip.c    prefptr = (ip_prefix_t *)UT_calloc(sizeof(ip_prefix_t), 1);
UT_calloc        131 modules/nh/nh.c      if(!(nh_ptr=UT_calloc(1, sizeof(nic_handle_t)))) die;
UT_calloc        171 modules/pr/properties.c   prop = (Property)UT_calloc(1, sizeof(struct _Property));
UT_calloc         50 modules/qc/mg_getopt.c   if( (state=UT_calloc(1, sizeof(getopt_state_t))) != NULL ) {
UT_calloc        659 modules/qc/query_command.c   query_command->keys = (char *)UT_calloc(1, key_length+1);
UT_calloc        752 modules/qc/query_command.c   qe = (Query_environ *)UT_calloc(1, sizeof(Query_environ));
UT_calloc        797 modules/qc/query_command.c   char *copy = UT_calloc(1,strlen(input)+1);
UT_calloc        826 modules/qc/query_command.c   qc = (Query_command *)UT_calloc(1, sizeof(Query_command));
UT_calloc       2158 modules/qi/query_instructions.c   qis = (Query_instructions *)UT_calloc(1, sizeof(Query_instructions));
UT_calloc       2171 modules/qi/query_instructions.c       qi = (Query_instruction *)UT_calloc(1, sizeof(Query_instruction));
UT_calloc        371 modules/rp/rp_search.c     datcpy = (rx_datcpy_t *)UT_calloc(1, sizeof(rx_datcpy_t));
UT_calloc        377 modules/rp/rp_search.c     dataptr = UT_calloc(1, refptr->leafptr->data_len);
UT_calloc         50 modules/rp/rp_update.c   leafptr = (rx_dataleaf_t *)UT_calloc(1, sizeof(rx_dataleaf_t));
UT_calloc         71 modules/rx/rx_node.c   newnode = (rx_node_t *)UT_calloc(1, sizeof(rx_node_t));
UT_calloc        221 modules/rx/rx_node.c       gluenode = UT_calloc(1, sizeof(rx_node_t));
UT_calloc        714 modules/rx/rx_search.c       datref = (rx_datref_t *)UT_calloc(1, sizeof(rx_datref_t));
UT_calloc        497 modules/sv/server.c   args = (svr_args *)UT_calloc(1, sizeof(svr_args));
UT_calloc        503 modules/sv/server.c   args->counter = (svr_counter_t *)UT_calloc(1, sizeof(svr_counter_t));
UT_calloc         86 modules/ta/ta.c     newtas = (ta_str_t *)UT_calloc(1, sizeof(ta_str_t));
UT_calloc        215 modules/ud/ud_main.c   nrtm=UT_calloc(1, sizeof(struct _nrtm));
UT_calloc         69 modules/ud/ud_misc.c   Transaction_t *tr = (Transaction_t *)UT_calloc(1, sizeof(Transaction_t));
UT_calloc         79 modules/ud/ud_misc.c   tr->packptr=UT_calloc(1, sizeof(rp_upd_pack_t));