Searched refs:highpty (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c153 int highpty;
155 highpty = 128;
157 if ((highpty = sysconf(_SC_CRAY_NPTY)) == -1)
158 highpty = 128;
161 for (i = 0; i < highpty; i++) {
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c115 int lowpty = 0, highpty; /* low, high pty numbers */ variable
173 highpty = getnpty();
282 highpty = atoi(c);
286 if ((lowpty > highpty) || (lowpty < 0) ||
287 (highpty > 32767)) {
487 fprintf(stderr, " [-r[lowpty]-[highpty]]");
H A Dsys_term.c474 extern lowpty, highpty;
478 for (*ptynum = lowpty; *ptynum <= highpty; (*ptynum)++) {

Completed in 72 milliseconds