Home
last modified time | relevance | path

Searched refs:percent_expand (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dmisc.h36 char *percent_expand(const char *, ...);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c446 percent_expand(const char *string, ...) in percent_expand() function
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsession.c1270 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in chroot_if_needed()