Home
last modified time | relevance | path

Searched refs:openpty (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/
H A D0001-Remove-more-compatibility-stuff.patch3 ../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 D0004-Add-options-to-configure-the-use-of-libbsd.patch86 - 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 Dchar-pty.c233 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 Dcros_subprocess.py77 stdout_pty = pty.openpty()
80 stderr_pty = pty.openpty()
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch100 +#include <pty.h> /* openpty */
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass51 m, s = os.openpty()
/openbmc/linux/arch/um/os-Linux/
H A Dsigio.c425 if (openpty(&info->master, &info->slave, NULL, NULL, NULL)) in openpty_cb()
/openbmc/qemu/
H A Dmeson.build2296 config_host_data.set('HAVE_OPENPTY', cc.has_function('openpty', dependencies: util))