Searched refs:openpty (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
H A D | 0001-include-missing-pty.h-header-for-openpty.patch | 4 Subject: [PATCH] include missing pty.h header for openpty() 10 ./main.c:3123:14: error: implicit declaration of function 'openpty'; did you mean 'openat'? [-Wimpl… 11 3123 | result = openpty(pty, &opened_tty, ttydev, NULL, NULL);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 86 - conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h lib… 91 + conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers=hdrs)
|
/openbmc/u-boot/tools/patman/ |
H A D | cros_subprocess.py | 77 stdout_pty = pty.openpty() 80 stderr_pty = pty.openpty()
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 241 static int openpty(int *amaster, int *aslave, char *name, in openpty() function 316 if (openpty(&amaster, aslave, pty_buf, NULL, NULL) < 0) { in qemu_openpty_raw()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xterm_394.bb | 8 file://0001-include-missing-pty.h-header-for-openpty.patch \
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Add-prototype-to-function-definitions.patch | 100 +#include <pty.h> /* openpty */
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | devshell.bbclass | 51 m, s = os.openpty()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | sigio.c | 425 if (openpty(&info->master, &info->slave, NULL, NULL, NULL)) in openpty_cb()
|
/openbmc/qemu/ |
H A D | meson.build | 2626 config_host_data.set('HAVE_OPENPTY', cc.has_function('openpty', dependencies: util))
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |