Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dalloc_ttype.c534 char *new_table; in copy_termtype() local
555 new_table = NULL; in copy_termtype()
561 dst->term_names = new_table + str_size; in copy_termtype()
571 _nc_STRCPY(new_table + str_size, in copy_termtype()
574 dst->Strings[i] = new_table + str_size; in copy_termtype()
580 dst->str_table = new_table; in copy_termtype()
583 if ((new_table = malloc(str_size)) == NULL) in copy_termtype()
637 new_table = NULL; in copy_termtype()
647 _nc_STRCPY(new_table + str_size, in copy_termtype()
659 _nc_STRCPY(new_table + str_size, in copy_termtype()
[all …]
/openbsd-src/lib/libc/db/hash/
H A Dhash.c98 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local
120 new_table = fstat(hashp->fp, &statbuf) == 0 && in __hash_open()
123 new_table = 1; in __hash_open()
125 if (new_table) { in __hash_open()
180 hashp->new_file = new_table; in __hash_open()
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c168 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm()
202 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
205 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()
210 *table = new_table; in dm_helpers_dp_update_branch_info()
164 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; fill_dc_mst_payload_table_from_drm() local