Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dpathnames.h74 #define _PATH_SSH_USER_DIR ".ssh" macro
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c726 strcmp(pw_dir, "/") ? "/" : "", _PATH_SSH_USER_DIR);
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c1103 snprintf(dotsshdir, sizeof dotsshdir, "%s/%s", pw->pw_dir, _PATH_SSH_USER_DIR); in main()