| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| com_err.c | 162 add_to_error_table(struct et_list *new_table) 167 if (et->table->base == new_table->table->base) 171 new_table->next = _et_list; 172 _et_list = new_table;
|
| com_err.h | 76 add_to_error_table (struct et_list *new_table);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| gl_anyhash_list2.h | 103 gl_hash_entry_t *new_table = local 117 node->hash_next = new_table[bucket]; 118 new_table[bucket] = node; 124 list->table = new_table;
|
| /src/external/bsd/libevent/dist/ |
| ht-internal.h | 322 struct type **new_table; \ 333 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \ 335 memset(new_table, 0, new_len*sizeof(struct type*)); \ 343 elm->field.hte_next = new_table[b2]; \ 344 new_table[b2] = elm; \ 350 head->hth_table = new_table; \ 353 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \ 354 if (!new_table) return -1; \ 355 memset(new_table + head->hth_table_length, 0, \ 359 for (pE = &new_table[b], e = *pE; e != NULL; e = *pE) { [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| ht-internal.h | 323 struct type **new_table; \ 334 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \ 336 memset(new_table, 0, new_len*sizeof(struct type*)); \ 344 elm->field.hte_next = new_table[b2]; \ 345 new_table[b2] = elm; \ 351 head->hth_table = new_table; \ 354 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \ 355 if (!new_table) return -1; \ 356 memset(new_table + head->hth_table_length, 0, \ 360 for (pE = &new_table[b], e = *pE; e != NULL; e = *pE) { [all...] |
| /src/external/bsd/lutok/dist/ |
| state.hpp | 114 void new_table(void);
|
| operations.cpp | 49 s.new_table();
|
| state_test.cpp | 683 ATF_TEST_CASE_WITHOUT_HEAD(new_table); variable 684 ATF_TEST_CASE_BODY(new_table) 687 state.new_table(); 1359 ATF_ADD_TEST_CASE(tcs, new_table);
|
| state.cpp | 521 lutok::state::new_table(void) function in class:lutok::state
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| lua_module.cpp | 113 state.new_table(); 115 state.new_table();
|
| nodes_test.cpp | 371 state.new_table();
|
| /src/sys/netinet6/ |
| ip6_flow.c | 205 struct ip6flowhead *new_table; local 210 new_table = (struct ip6flowhead *)malloc(sizeof(struct ip6flowhead) * 213 if (new_table == NULL) 219 ip6flowtable = new_table;
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| lua_module.cpp | 185 state.new_table();
|
| /src/sys/netinet/ |
| ip_flow.c | 160 struct ipflowhead *new_table; local 165 new_table = (struct ipflowhead *)malloc(sizeof(struct ipflowhead) * 168 if (new_table == NULL) 174 ipflowtable = new_table;
|
| /src/lib/libc/db/hash/ |
| hash.c | 104 int bpages, new_table, nsegs, save_errno; local 124 new_table = 0; 129 new_table = 1; 134 new_table |= statbuf.st_size == 0; 136 if (new_table) { 193 hashp->new_file = new_table;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| buildsym.c | 916 struct linetable *new_table 920 new_table->nitems = n_entries; 921 memcpy (new_table->item, 924 symtab->set_linetable (new_table); 913 struct linetable *new_table local
|
| jit.c | 549 struct linetable *new_table local 552 memcpy (new_table, stab->linetable.get (), size); 553 filetab->set_linetable (new_table);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| buildsym.c | 916 struct linetable *new_table 920 new_table->nitems = n_entries; 921 memcpy (new_table->item, 924 symtab->set_linetable (new_table); 913 struct linetable *new_table local
|
| jit.c | 549 struct linetable *new_table local 552 memcpy (new_table, stab->linetable.get (), size); 553 filetab->set_linetable (new_table);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| peXXigen.c | 4219 rsrc_directory new_table; 4237 new_table.names.num_entries = 0; 4238 new_table.ids.num_entries = 0; 4358 new_table.characteristics = type_tables[0].characteristics; 4359 new_table.time = type_tables[0].time; 4360 new_table.major = type_tables[0].major; 4361 new_table.minor = type_tables[0].minor; 4364 new_table.names.first_entry = NULL; 4365 new_table.names.last_entry = NULL; 4368 rsrc_attach_chain (& new_table.names, & type_tables[indx].names) 4215 rsrc_directory new_table; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peXXigen.c | 4209 rsrc_directory new_table; 4227 new_table.names.num_entries = 0; 4228 new_table.ids.num_entries = 0; 4348 new_table.characteristics = type_tables[0].characteristics; 4349 new_table.time = type_tables[0].time; 4350 new_table.major = type_tables[0].major; 4351 new_table.minor = type_tables[0].minor; 4354 new_table.names.first_entry = NULL; 4355 new_table.names.last_entry = NULL; 4358 rsrc_attach_chain (& new_table.names, & type_tables[indx].names) 4205 rsrc_directory new_table; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peXXigen.c | 4202 rsrc_directory new_table; 4220 new_table.names.num_entries = 0; 4221 new_table.ids.num_entries = 0; 4341 new_table.characteristics = type_tables[0].characteristics; 4342 new_table.time = type_tables[0].time; 4343 new_table.major = type_tables[0].major; 4344 new_table.minor = type_tables[0].minor; 4347 new_table.names.first_entry = NULL; 4348 new_table.names.last_entry = NULL; 4351 rsrc_attach_chain (& new_table.names, & type_tables[indx].names) 4198 rsrc_directory new_table; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| peXXigen.c | 4215 rsrc_directory new_table; 4233 new_table.names.num_entries = 0; 4234 new_table.ids.num_entries = 0; 4354 new_table.characteristics = type_tables[0].characteristics; 4355 new_table.time = type_tables[0].time; 4356 new_table.major = type_tables[0].major; 4357 new_table.minor = type_tables[0].minor; 4360 new_table.names.first_entry = NULL; 4361 new_table.names.last_entry = NULL; 4364 rsrc_attach_chain (& new_table.names, & type_tables[indx].names) 4211 rsrc_directory new_table; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.h | 595 void start_reading (dwarf_scanner_base_up new_table);
|
| read.c | 1514 dwarf2_per_bfd::start_reading (dwarf_scanner_base_up new_table) 1517 index_table = std::move (new_table);
|