Searched refs:left_tail (Results 1 – 1 of 1) sorted by relevance
281 wchar_t *left_tail = NULL; in expand_macro() local486 if(left_tail) { in expand_macro()487 retmem(left_tail); in expand_macro()489 left_tail = ALLOC_WC(left_tail_len + 1); in expand_macro()490 (void) wcsncpy(left_tail, in expand_macro()493 left_tail[eq - colon - 1] = (int) nul_char; in expand_macro()546 if(left_tail) { in expand_macro()547 retmem(left_tail); in expand_macro()549 left_tail = ALLOC_WC(tmp_len); in expand_macro()550 (void) wcsncpy(left_tail, in expand_macro()[all …]