HomeSort by: relevance | last modified time | path
    Searched refs:tilde_expand (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/gpl2/texinfo/dist/info/
tilde.h 50 extern char *tilde_expand (char *string);
tilde.c 119 tilde_expand (char *string) function
300 result = tilde_expand (line);
  /src/external/gpl3/gdb/dist/readline/readline/
tilde.h 55 extern char *tilde_expand (const char *);
tilde.c 189 tilde_expand (const char *string) function
447 result = tilde_expand (line);
util.c 191 homedir = tilde_expand ("~");
222 homedir = tilde_expand (temp);
complete.c 979 s = tilde_expand (dn);
1023 s = tilde_expand (full_pathname);
1875 filename = tilde_expand (text);
2542 temp = tilde_expand (dirname);
2572 temp = tilde_dirname ? tilde_expand (users_dirname) : savestring (users_dirname);
  /src/external/gpl3/gdb.old/dist/readline/readline/
tilde.h 55 extern char *tilde_expand (const char *);
tilde.c 189 tilde_expand (const char *string) function
447 result = tilde_expand (line);
util.c 191 homedir = tilde_expand ("~");
222 homedir = tilde_expand (temp);
complete.c 979 s = tilde_expand (dn);
1023 s = tilde_expand (full_pathname);
1875 filename = tilde_expand (text);
2542 temp = tilde_expand (dirname);
2572 temp = tilde_dirname ? tilde_expand (users_dirname) : savestring (users_dirname);
  /src/external/gpl2/gmake/dist/
dep.h 64 extern char *tilde_expand PARAMS ((char *name));
read.c 336 expanded = tilde_expand (filename);
2873 char *expanded = tilde_expand (dir);
2950 tilde_expand (char *name)
3051 char *newname = tilde_expand (old->name);
2935 tilde_expand (char *name) function
  /src/crypto/external/bsd/openssh/dist/
namespace.h 80 #define tilde_expand ssh_tilde_expand macro
misc.h 89 int tilde_expand(const char *, uid_t, char **);
  /src/lib/libedit/readline/
readline.h 207 char *tilde_expand(char *);
  /src/external/gpl3/gdb.old/dist/gdb/
solib.c 508 gdb::unique_xmalloc_ptr<char> filename (tilde_expand (so.so_name.c_str ()));
1298 tilde_expand (so.so_original_name.c_str ()));
symmisc.c 436 (tilde_expand (argv[outfile_idx]));
699 (tilde_expand (argv[outfile_idx]));
gcore.c 150 corefilename.reset (tilde_expand (args));
  /src/external/gpl3/gdb/dist/gdb/
symmisc.c 436 (tilde_expand (argv[outfile_idx]));
699 (tilde_expand (argv[outfile_idx]));
  /src/lib/libedit/
readline.c 1865 tilde_expand(char *name) function
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-setshow.c 398 val = tilde_expand (copy.get ());
cli-dump.c 81 return gdb::unique_xmalloc_ptr<char> (tilde_expand (filename.get ()));
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 617 (tilde_expand (file_names.object_file ()));
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-dump.c 81 return gdb::unique_xmalloc_ptr<char> (tilde_expand (filename.get ()));
cli-setshow.c 403 val = tilde_expand (copy.get ());

Completed in 87 milliseconds

1 2 3