Searched refs:tilde_expand (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/libedit/readline/
H A Dreadline.h197 char *tilde_expand(char *);
/freebsd-current/crypto/openssh/
H A Dmisc.h75 int tilde_expand(const char *, uid_t, char **);
H A Dssh_namespace.h982 #define tilde_expand Fssh_tilde_expand macro
H A Dmisc.c1164 tilde_expand(const char *filename, uid_t uid, char **retp) function
1236 if (tilde_expand(filename, uid, &ret) != 0)
H A Dsftp-server.c1583 if (tilde_expand(path, pw->pw_uid, &npath) != 0) {
/freebsd-current/contrib/libedit/
H A Dreadline.c1862 tilde_expand(char *name) function

Completed in 92 milliseconds