Home | History | Annotate | Download | only in dropbear

Lines Matching refs:pty

25 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
31 # include <pty.h>
42 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or
43 * nonzero if a pty was successfully allocated. On success, open file
44 * descriptors for the pty and tty sides and the name of the tty side are
73 * pty's automagically when needed
123 "Slave pty side name could not be obtained.");
159 /* AIX-style pty code. */
176 "Could not open pty slave side %.100s: %.100s",
184 /* BSD-style pty code. */
194 snprintf(buf, sizeof buf, "/dev/pty%c%c", ptymajors[i / num_minors],
230 "Setting tty modes for pty failed: %.100s",
237 dropbear_log(LOG_WARNING, "failed to open any /dev/pty?? devices");
340 /* Changes the window size associated with the pty. */