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

/haiku-fatelf/src/bin/bash/lib/readline/
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 xfree (tilde_word);
/haiku-fatelf/src/bin/bash/lib/tilde/
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 xfree (tilde_word);
/haiku-fatelf/src/bin/gdb/readline/
H A Dtilde.c202 char *tilde_word, *expansion; local
227 tilde_word = (char *)xmalloc (1 + end);
228 strncpy (tilde_word, string, end);
229 tilde_word[end] = '\0';
232 expansion = tilde_expand_word (tilde_word);
233 free (tilde_word);

Completed in 40 milliseconds