Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dedit.expsym189 tilde_expand
H A Dreadline.c1864 tilde_expand(char *name) in tilde_expand() function
/freebsd/contrib/libedit/readline/
H A Dreadline.h207 char *tilde_expand(char *);
/freebsd/crypto/openssh/
H A Dmisc.h84 int tilde_expand(const char *, uid_t, char **);
H A Dmisc.c1199 tilde_expand(const char *filename, uid_t uid, char **retp) in tilde_expand() function
1271 if (tilde_expand(filename, uid, &ret) != 0) in tilde_expand_filename()
H A Dssh_namespace.h992 #define tilde_expand Fssh_tilde_expand macro
H A Dsftp-server.c1583 if (tilde_expand(path, pw->pw_uid, &npath) != 0) { in process_extended_expand()