/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | tilde.h | 50 extern char *tilde_expand (char *string);
|
H A D | tilde.c | 119 tilde_expand (char *string) in tilde_expand() function 299 result = tilde_expand (line);
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | tilde.h | 67 extern char *tilde_expand PARAMS((const char *));
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | tilde.h | 67 extern char *tilde_expand PARAMS((const char *));
|
H A D | tilde.c | 189 tilde_expand (const char *string) in tilde_expand() function 446 result = tilde_expand (line); in main()
|
H A D | util.c | 190 homedir = tilde_expand ("~"); in rl_tilde_expand() 221 homedir = tilde_expand (temp); in rl_tilde_expand()
|
H A D | complete.c | 978 s = tilde_expand (dn); in print_filename() 1022 s = tilde_expand (full_pathname); in print_filename() 1873 filename = tilde_expand (text); in append_to_match() 2524 temp = tilde_expand (dirname); in rl_filename_completion_function()
|
H A D | bind.c | 996 openname = tilde_expand (filename); in _rl_read_init_file()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | dep.h | 64 extern char *tilde_expand PARAMS ((char *name));
|
H A D | read.c | 333 expanded = tilde_expand (filename); in eval_makefile() 2859 char *expanded = tilde_expand (dir); in construct_include_path() 2935 tilde_expand (char *name) in tilde_expand() function 3036 char *newname = tilde_expand (old->name); in multi_glob()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | namespace.h | 80 #define tilde_expand ssh_tilde_expand macro
|
H A D | misc.h | 84 int tilde_expand(const char *, uid_t, char **);
|
H A D | misc.c | 1139 tilde_expand(const char *filename, uid_t uid, char **retp) in tilde_expand() function 1211 if (tilde_expand(filename, uid, &ret) != 0) in tilde_expand_filename()
|
H A D | sftp-server.c | 1556 if (tilde_expand(path, pw->pw_uid, &npath) != 0) { in process_extended_expand()
|
/netbsd-src/lib/libedit/readline/ |
H A D | readline.h | 207 char *tilde_expand(char *);
|
/netbsd-src/lib/libedit/ |
H A D | readline.c | 1864 tilde_expand(char *name) in tilde_expand() function
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-3.x | 645 * utils.c, defs.h: Add tilde_expand. 654 main.c (source_command): Use tilde_expand.
|
H A D | ChangeLog-2013 | 4944 * gcore.c (create_gcore_bfd): Don't use tilde_expand here. 4945 (gcore_command): Use tilde_expand here, and when showing the 4955 * gcore.c (create_gcore_bfd): Use tilde_expand. 6924 (add_inferior_command): Call tilde_expand on the value of 'exec'
|
H A D | ChangeLog-1991 | 4149 * source.c (mod_path): Do tilde_expand on each component of the path,
|
H A D | ChangeLog-2002 | 957 * defs.h: Don't declare tilde_expand anymore, since readline 14777 use tilde_expand and strerror for opening save-tracepoints file.
|
H A D | ChangeLog-2016 | 5700 * jit.c (jit_reader_load_command): Use tilde_expand.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-3.x | 645 * utils.c, defs.h: Add tilde_expand. 654 main.c (source_command): Use tilde_expand.
|
H A D | ChangeLog-2013 | 4944 * gcore.c (create_gcore_bfd): Don't use tilde_expand here. 4945 (gcore_command): Use tilde_expand here, and when showing the 4955 * gcore.c (create_gcore_bfd): Use tilde_expand. 6924 (add_inferior_command): Call tilde_expand on the value of 'exec'
|
H A D | ChangeLog-1991 | 4149 * source.c (mod_path): Do tilde_expand on each component of the path,
|
H A D | ChangeLog-2002 | 957 * defs.h: Don't declare tilde_expand anymore, since readline 14777 use tilde_expand and strerror for opening save-tracepoints file.
|