HomeSort by: relevance | last modified time | path
    Searched refs:tilde_word (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
tilde.c 204 char *tilde_word, *expansion; local
229 tilde_word = (char *)xmalloc (1 + end);
230 strncpy (tilde_word, string, end);
231 tilde_word[end] = '\0';
234 expansion = tilde_expand_word (tilde_word);
237 expansion = tilde_word;
239 xfree (tilde_word);
  /src/external/gpl3/gdb.old/dist/readline/readline/
tilde.c 204 char *tilde_word, *expansion; local
229 tilde_word = (char *)xmalloc (1 + end);
230 strncpy (tilde_word, string, end);
231 tilde_word[end] = '\0';
234 expansion = tilde_expand_word (tilde_word);
237 expansion = tilde_word;
239 xfree (tilde_word);
  /src/external/gpl2/texinfo/dist/info/
tilde.c 131 char *tilde_word, *expansion; local
156 tilde_word = (char *)xmalloc (1 + end);
157 strncpy (tilde_word, string, end);
158 tilde_word[end] = '\0';
161 expansion = tilde_expand_word (tilde_word);
162 free (tilde_word);

Completed in 28 milliseconds