Home
last modified time | relevance | path

Searched refs:numptys (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c327 int numptys; in getnpty() local
329 if ((numptys = sysconf(_SC_CRAY_NPTY)) != -1) in getnpty()
330 return numptys; in getnpty()