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

/freebsd-10.3-release/contrib/texinfo/info/
H A Dtilde.c129 char *tilde_word, *expansion; local
154 tilde_word = (char *)xmalloc (1 + end);
155 strncpy (tilde_word, string, end);
156 tilde_word[end] = '\0';
159 expansion = tilde_expand_word (tilde_word);
160 free (tilde_word);
/freebsd-10.3-release/contrib/libreadline/
H A Dtilde.c208 char *tilde_word, *expansion; local
233 tilde_word = (char *)xmalloc (1 + end);
234 strncpy (tilde_word, string, end);
235 tilde_word[end] = '\0';
238 expansion = tilde_expand_word (tilde_word);
239 free (tilde_word);

Completed in 80 milliseconds