Searched refs:ALLOC_WC (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc109 q = ALLOC_WC(length + 1);
H A Drep.cc100 line = ALLOC_WC(line_size);
108 bigger_line = ALLOC_WC(2 * line_size);
H A Dpmake.cc182 make_machines_list = ALLOC_WC(strlen(make_machines_list_mb) + 1);
H A Dar.cc398 name_string = ALLOC_WC((int) (library->hash.length +
643 member_string = ALLOC_WC((int) ((int) ar_member_name_len * 2));
H A Dread2.cc338 register wchar_t *string = ALLOC_WC(length + 1);
400 ALLOC_WC((length = wcslen(name_string)) + 1);
695 namep = ALLOC_WC((int) (target->hash.length + 10));
H A Dread.cc315 ALLOC_WC((int) (makefile_name->stat.size + 2));
396 source->string.text.p = ALLOC_WC(num_mb_chars + 1);
H A Dimplicit.cc166 sourcename = ALLOC_WC(src_len);
H A Dparallel.cc1806 tmp_wcs_buffer = ALLOC_WC(length + 1);
H A Ddoname.cc1647 wchar_t *to = string = ALLOC_WC(len);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc489 left_tail = ALLOC_WC(left_tail_len + 1);
501 right_tail = ALLOC_WC(tmp_len);
511 right_tail = ALLOC_WC(wcslen(eq) + 1);
533 left_head = ALLOC_WC(tmp_len);
549 left_tail = ALLOC_WC(tmp_len);
563 right_hand[0] = ALLOC_WC(wcslen(eq) + 1);
569 right_hand[i] = ALLOC_WC(percent-eq+1);
587 right_hand[i] = ALLOC_WC(wcslen(eq) + 1);
1313 new_value = ALLOC_WC(length);
H A Dmisc.cc706 wchar_t * wcbuf = ALLOC_WC(strlen(from) + 1);
753 ALLOC_WC(length);
769 p = ALLOC_WC(length);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h154 #define ALLOC_WC(x) ((wchar_t *)getmem((x) * SIZEOFWCHAR_T)) macro

Completed in 87 milliseconds