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

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

Completed in 113 milliseconds