Searched refs:open_tty (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dconsole.c119 open_tty (const bool write) function
211 fp = open_tty (true);
216 fp = open_tty (false);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c229 /* open_tty - set up tty as standard { input, output, error } */
230 static void open_tty(const char *tty, struct termios *tp, int local) function
733 /* open_tty() will take care of fd# 0 anyway */
766 debug("calling open_tty\n");
768 open_tty(options.tty, &termios, options.flags & F_LOCAL);

Completed in 101 milliseconds