openpty 48 maint/gnulib/lib/forkpty.c if (openpty (&master, &slave, name, termp, winp) == -1) openpty 31 maint/gnulib/lib/openpty.c return openpty (amaster, aslave, name, (struct termios *) termp, openpty 104 maint/gnulib/lib/pty.in.h _GL_FUNCDECL_RPL (openpty, int, openpty 107 maint/gnulib/lib/pty.in.h _GL_CXXALIAS_RPL (openpty, int, openpty 112 maint/gnulib/lib/pty.in.h _GL_FUNCDECL_SYS (openpty, int, openpty 116 maint/gnulib/lib/pty.in.h _GL_CXXALIAS_SYS (openpty, int, openpty 120 maint/gnulib/lib/pty.in.h _GL_CXXALIASWARN (openpty); openpty 124 maint/gnulib/lib/pty.in.h _GL_WARN_ON_USE (openpty, "openpty is not declared consistently - " openpty 37 maint/gnulib/tests/test-login_tty.c int res = openpty (&master, &slave, NULL, NULL, NULL); openpty 25 maint/gnulib/tests/test-openpty.c SIGNATURE_CHECK (openpty, int, (int *, int *, char *, struct termios const *, openpty 43 maint/gnulib/tests/test-openpty.c int res = openpty (&master, &slave, NULL, NULL, NULL); openpty 34 maint/gnulib/tests/test-pty-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::openpty, int,