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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c51 /* we need getpty() */
216 static int getpty(char *line) function
222 DEBUG_OUT("getpty(): couldn't get pty\n");
227 DEBUG_OUT("getpty(): couldn't grant and unlock pty\n");
231 DEBUG_OUT("getpty(): got pty %s\n",ptsname(p));
273 pty = getpty(tty_name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c148 getpty(char *line, int size) function
225 fd = getpty(tty_name, 32);

Completed in 67 milliseconds