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

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c73 static int highpty; variable
167 highpty=sysconf(_SC_CRAY_NPTY);
169 highpty=128;
172 ptys = (int *) malloc(sizeof(int)*(highpty+1));
177 for (npty = lowpty;npty <= highpty;npty++)
213 expDiagLog("exp_getptymaster: lowpty=%d highpty=%d\n",lowpty,highpty);
214 for (npty = lowpty; npty <= highpty; npty++) {
344 for (npty = lowpty; npty <= highpty; npty++) {
360 for (npty = lowpty; npty <= highpty; npt
[all...]
/macosx-10.10.1/OpenSSH-189/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++) {
/macosx-10.10.1/Heimdal-398.1.2/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 119 milliseconds