Searched refs:tilde_expand (Results 1 – 7 of 7) sorted by relevance
189 tilde_expand
1864 tilde_expand(char *name) in tilde_expand() function
207 char *tilde_expand(char *);
84 int tilde_expand(const char *, uid_t, char **);
1199 tilde_expand(const char *filename, uid_t uid, char **retp) in tilde_expand() function1271 if (tilde_expand(filename, uid, &ret) != 0) in tilde_expand_filename()
992 #define tilde_expand Fssh_tilde_expand macro
1583 if (tilde_expand(path, pw->pw_uid, &npath) != 0) { in process_extended_expand()