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

/haiku/src/libs/bsd/
H A Dpty.cpp24 const char *ttyName; local
26 || (ttyName = ptsname(master)) == NULL
27 || (slave = open(ttyName, O_RDWR | O_NOCTTY)) < 0) {
44 strcpy(name, ttyName);
/haiku/src/apps/expander/
H A DExpanderThread.cpp230 const char* ttyName; local
232 || (ttyName = ptsname(master)) == NULL
233 || (slave = open(ttyName, O_RDWR | O_NOCTTY)) < 0) {
/haiku/src/apps/terminal/
H A DShell.cpp423 const char *ttyName; local
431 || (ttyName = ptsname(master)) == NULL) {
475 if ((slave = open(ttyName, O_RDWR)) < 0) {
478 "can't open tty (%s).", ttyName);
555 setenv("TTY", ttyName, true);

Completed in 47 milliseconds