Searched refs:openpty (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/ |
H A D | 0001-Remove-more-compatibility-stuff.patch | 3 ../screen-4.6.2/pty.c:328:7: warning: implicit declaration of function 'openpty'; did you mean 'ope… 4 if (openpty(&f, &s, TtyName, NULL, NULL) != 0)
|
/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/qemu/chardev/ |
H A D | char-pty.c | 233 static int openpty(int *amaster, int *aslave, char *name, in openpty() function 308 if (openpty(&amaster, aslave, pty_buf, NULL, NULL) < 0) { in qemu_openpty_raw()
|
/openbmc/u-boot/tools/patman/ |
H A D | cros_subprocess.py | 77 stdout_pty = pty.openpty() 80 stderr_pty = pty.openpty()
|
/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 | 2514 config_host_data.set('HAVE_OPENPTY', cc.has_function('openpty', dependencies: util))
|