Searched refs:openpty (Results 1 - 5 of 5) sorted by relevance
/lxc/src/include/ |
H A D | openpty.h | 2 * openpty: glibc implementation 33 extern int openpty (int *__amaster, int *__aslave, char *__name,
|
H A D | openpty.c | 2 * openpty: glibc implementation 37 int openpty (int *amaster, int *aslave, char *name, struct termios *termp, function
|
/lxc/src/lxc/ |
H A D | console.c | 51 #include <../include/openpty.h> 331 ret = openpty(&console->peerpty.master, &console->peerpty.slave, 530 ret = openpty(&console->master, &console->slave, console->name, NULL, NULL);
|
H A D | conf.c | 68 #include <../include/openpty.h> 3558 ret = openpty(&pty_info->master, &pty_info->slave,
|
/lxc/src/lxc/tools/ |
H A D | lxc_attach.c | 51 #include <../include/openpty.h>
|
Completed in 22 milliseconds