Home
last modified time | relevance | path

Searched refs:tilde_expand (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.h50 extern char *tilde_expand (char *string);
H A Dtilde.c119 tilde_expand (char *string) in tilde_expand() function
299 result = tilde_expand (line);
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dtilde.h67 extern char *tilde_expand PARAMS((const char *));
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtilde.h67 extern char *tilde_expand PARAMS((const char *));
H A Dtilde.c189 tilde_expand (const char *string) in tilde_expand() function
446 result = tilde_expand (line); in main()
H A Dutil.c190 homedir = tilde_expand ("~"); in rl_tilde_expand()
221 homedir = tilde_expand (temp); in rl_tilde_expand()
H A Dcomplete.c978 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 Dbind.c996 openname = tilde_expand (filename); in _rl_read_init_file()
/netbsd-src/external/gpl2/gmake/dist/
H A Ddep.h64 extern char *tilde_expand PARAMS ((char *name));
H A Dread.c333 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 Dnamespace.h80 #define tilde_expand ssh_tilde_expand macro
H A Dmisc.h84 int tilde_expand(const char *, uid_t, char **);
H A Dmisc.c1139 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 Dsftp-server.c1556 if (tilde_expand(path, pw->pw_uid, &npath) != 0) { in process_extended_expand()
/netbsd-src/lib/libedit/readline/
H A Dreadline.h207 char *tilde_expand(char *);
/netbsd-src/lib/libedit/
H A Dreadline.c1864 tilde_expand(char *name) in tilde_expand() function
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x645 * utils.c, defs.h: Add tilde_expand.
654 main.c (source_command): Use tilde_expand.
H A DChangeLog-20134944 * 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 DChangeLog-19914149 * source.c (mod_path): Do tilde_expand on each component of the path,
H A DChangeLog-2002957 * defs.h: Don't declare tilde_expand anymore, since readline
14777 use tilde_expand and strerror for opening save-tracepoints file.
H A DChangeLog-20165700 * jit.c (jit_reader_load_command): Use tilde_expand.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x645 * utils.c, defs.h: Add tilde_expand.
654 main.c (source_command): Use tilde_expand.
H A DChangeLog-20134944 * 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 DChangeLog-19914149 * source.c (mod_path): Do tilde_expand on each component of the path,
H A DChangeLog-2002957 * defs.h: Don't declare tilde_expand anymore, since readline
14777 use tilde_expand and strerror for opening save-tracepoints file.

12