Home
last modified time | relevance | path

Searched refs:forkpty (Results 1 – 25 of 1496) sorted by relevance

12345678910>>...60

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dpty.in.h67 # undef forkpty
68 # define forkpty rpl_forkpty macro
70 _GL_FUNCDECL_RPL (forkpty, int,
73 _GL_CXXALIAS_RPL (forkpty, int,
78 _GL_FUNCDECL_SYS (forkpty, int,
82 _GL_CXXALIAS_SYS (forkpty, int,
86 _GL_CXXALIASWARN (forkpty);
88 # undef forkpty
90 _GL_WARN_ON_USE (forkpty, "forkpty is not declared consistently - "
H A Dforkpty.c25 # undef forkpty
31 return forkpty (amaster, name, (struct termios *) termp, in rpl_forkpty()
43 forkpty (int *amaster, char *name, in forkpty() function
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dpty.in.h67 # undef forkpty
68 # define forkpty rpl_forkpty macro
70 _GL_FUNCDECL_RPL (forkpty, int,
73 _GL_CXXALIAS_RPL (forkpty, int,
78 _GL_FUNCDECL_SYS (forkpty, int,
82 _GL_CXXALIAS_SYS (forkpty, int,
86 _GL_CXXALIASWARN (forkpty);
88 # undef forkpty
90 _GL_WARN_ON_USE (forkpty, "forkpty is not declared consistently - "
H A Dforkpty.c25 # undef forkpty
31 return forkpty (amaster, name, (struct termios *) termp, in rpl_forkpty()
43 forkpty (int *amaster, char *name, in forkpty() function
/dports/sysutils/powerman/powerman-2.3.20/config/
H A Dac_forkpty.m411 # Check for forkpty
19 AC_CHECK_FUNC([forkpty], [ac_have_forkpty=yes], [ac_have_forkpty=no])
21 AC_CHECK_LIB([util], [forkpty], [LIBFORKPTY=-lutil],
22 AC_CHECK_LIB([bsd], [forkpty], [LIBFORKPTY=-lbsd]))
31 AC_DEFINE([HAVE_FORKPTY], [1], [Define if you have forkpty])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dforkpty.texi1 @node forkpty
2 @subsection @code{forkpty}
3 @findex forkpty
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/forkpty.3.html,,man forkpty}.
18 Gnulib module: forkpty
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dforkpty2 forkpty() function: Open a pseudo-terminal, fork, and connect the child process
6 lib/forkpty.c
17 AC_LIBOBJ([forkpty])
19 gl_PTY_MODULE_INDICATOR([forkpty])
H A Dforkpty-tests2 tests/test-forkpty.c
10 TESTS += test-forkpty
11 check_PROGRAMS += test-forkpty
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dforkpty2 forkpty() function: Open a pseudo-terminal, fork, and connect the child process
6 lib/forkpty.c
18 AC_LIBOBJ([forkpty])
20 gl_PTY_MODULE_INDICATOR([forkpty])
H A Dforkpty-tests2 tests/test-forkpty.c
10 TESTS += test-forkpty
11 check_PROGRAMS += test-forkpty
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dpty.m412 # Check for the library required for forkpty.
15 AC_SEARCH_LIBS([forkpty], [util],
28 dnl We assume that forkpty exists (possibly in libc, possibly in libutil)
30 AC_CHECK_DECLS([forkpty],,, [[
44 dnl The system has forkpty.
46 AC_CACHE_CHECK([for const-safe forkpty signature],
62 int forkpty (int *, char *, struct termios const *,
72 dnl The system does not have forkpty.
76 [Define to 1 if the system has the 'forkpty' function.])
H A Dpty_h.m414 # Make sure that pty.h provides forkpty, or setup the replacement.
25 else # Have <pty.h>, assume forkpty is declared there.
46 ]], [forkpty openpty])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dpty.m412 # Check for the library required for forkpty.
15 AC_SEARCH_LIBS([forkpty], [util],
28 dnl We assume that forkpty exists (possibly in libc, possibly in libutil)
30 AC_CHECK_DECLS([forkpty],,, [[
47 dnl The system has forkpty.
49 AC_CACHE_CHECK([for const-safe forkpty signature],
68 int forkpty (int *, char *, struct termios const *,
78 dnl The system does not have forkpty.
82 [Define to 1 if the system has the 'forkpty' function.])
H A Dpty_h.m414 # Make sure that pty.h provides forkpty, or setup the replacement.
26 else # Have <pty.h>, assume forkpty is declared there.
50 ]], [forkpty openpty])
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dforkpty.texi1 @node forkpty
2 @subsection @code{forkpty}
3 @findex forkpty
5 Gnulib module: forkpty
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Dos.py208 _raw_forkpty = os.forkpty
229 forkpty = forkpty_gevent variable
441 def forkpty_and_watch(callback=None, loop=None, ref=False, forkpty=forkpty_gevent): argument
452 pid_and_fd = forkpty()
479 def forkpty(*args, **kwargs): function
522 def forkpty(): function
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__monkey_sigchld.py48 def forkpty(): function
50 return os.forkpty()[0]
51 funcs = (os.fork, forkpty)
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-forkpty.c24 SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios const *,
35 res = forkpty (&amaster, NULL, NULL, NULL); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-forkpty.c24 SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios const *,
35 res = forkpty (&amaster, NULL, NULL, NULL); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dptyh.inc3 function forkpty(__amaster:Plongint; __name:Pchar; __termp:Ptermios; __winp:Pwinsize):longint;cdecl…
/dports/x11-toolkits/vte/vte-0.28.2/gnome-pty-helper/
H A Dgnome-login-support.h22 int forkpty (int *amaster, char *name, struct termios *termp, struct winsize *winp);
26 pid_t forkpty (int *master_fd, char *name, struct termios *termp, struct winsize *winp);
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/gnome-pty-helper/
H A Dgnome-login-support.h22 int forkpty (int *amaster, char *name, struct termios *termp, struct winsize *winp);
26 pid_t forkpty (int *master_fd, char *name, struct termios *termp, struct winsize *winp);
/dports/devel/rote/rote-0.2.8/
H A Dconfigure.ac21 AC_CHECK_LIB([util], [forkpty], [],
22 AC_MSG_ERROR([Need util library (forkpty function) to compile librote.]))
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-headers/
H A Dpty.texi4 Declares the functions @code{openpty} and @code{forkpty}.
25 @code{forkpty} and @code{openpty} functions in @code{util.h} or
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-headers/
H A Dpty.texi4 Declares the functions @code{openpty} and @code{forkpty}.
25 @code{forkpty} and @code{openpty} functions in @code{util.h} or

12345678910>>...60