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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c115 int lowpty = 0, highpty; /* low, high pty numbers */ variable
285 lowpty = atoi(optarg);
286 if ((lowpty > highpty) || (lowpty < 0) ||
487 fprintf(stderr, " [-r[lowpty]-[highpty]]");
H A Dsys_term.c474 extern lowpty, highpty;
478 for (*ptynum = lowpty; *ptynum <= highpty; (*ptynum)++) {

Completed in 49 milliseconds