HomeSort by: relevance | last modified time | path
    Searched refs:terminaltype (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/telnetd/
global.c 78 char terminaltype[41]; variable in typeref:typename:char[41]
telnetd.c 480 * Output is the variable terminaltype filled in.
594 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
595 (void) strlcpy(first, terminaltype, sizeof(first));
600 (void) strlcpy(last, terminaltype, sizeof(last));
602 if (terminaltypeok(terminaltype))
604 if ((strncmp(last, terminaltype, sizeof(last)) == 0) ||
610 if (strncmp(first, terminaltype, sizeof(first)) == 0)
618 if (strncmp(first, terminaltype, sizeof(first)) != 0) {
619 (void) strlcpy(terminaltype, first, sizeof(terminaltype));
    [all...]
ext.h 63 extern char terminaltype[41];
state.c 1145 p = terminaltype;
1147 while ((p < (terminaltype + sizeof terminaltype-1)) &&

Completed in 13 milliseconds