Searched refs:ttydev (Results 1 – 1 of 1) sorted by relevance
153 tty_open(const char *ttydev) in tty_open() argument157 if ((fd = open(ttydev, O_RDWR, 0)) == -1) in tty_open()186 child_spawn(const char *ttydev) in child_spawn() argument200 (void)printf("child: started; open \"%s\"\n", ttydev); in child_spawn()201 tty = tty_open(ttydev); in child_spawn()