Searched refs:INTERNAL_SFTP_NAME (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h56 #define INTERNAL_SFTP_NAME "internal-sftp" macro
H A Dsession.c107 (!strncmp(c, INTERNAL_SFTP_NAME, sizeof(INTERNAL_SFTP_NAME) - 1) && \
108 (c[sizeof(INTERNAL_SFTP_NAME) - 1] == '\0' || \
109 c[sizeof(INTERNAL_SFTP_NAME) - 1] == ' ' || \
110 c[sizeof(INTERNAL_SFTP_NAME) - 1] == '\t'))
1804 setproctitle("%s@%s", s->pw->pw_name, INTERNAL_SFTP_NAME);
2130 if (strcmp(INTERNAL_SFTP_NAME, prog) == 0) {

Completed in 143 milliseconds