Searched refs:tilde_word (Results 1 – 2 of 2) sorted by relevance
204 char *tilde_word, *expansion; in tilde_expand() local229 tilde_word = (char *)xmalloc (1 + end); in tilde_expand()230 strncpy (tilde_word, string, end); in tilde_expand()231 tilde_word[end] = '\0'; in tilde_expand()234 expansion = tilde_expand_word (tilde_word); in tilde_expand()237 expansion = tilde_word; in tilde_expand()239 xfree (tilde_word); in tilde_expand()
131 char *tilde_word, *expansion; in tilde_expand() local156 tilde_word = (char *)xmalloc (1 + end); in tilde_expand()157 strncpy (tilde_word, string, end); in tilde_expand()158 tilde_word[end] = '\0'; in tilde_expand()161 expansion = tilde_expand_word (tilde_word); in tilde_expand()162 free (tilde_word); in tilde_expand()