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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc281 wchar_t *left_tail = NULL; local
486 if(left_tail) {
487 retmem(left_tail);
489 left_tail = ALLOC_WC(left_tail_len + 1);
490 (void) wcsncpy(left_tail,
493 left_tail[eq - colon - 1] = (int) nul_char;
546 if(left_tail) {
547 retmem(left_tail);
549 left_tail = ALLOC_WC(tmp_len);
550 (void) wcsncpy(left_tail,
[all...]

Completed in 325 milliseconds