OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forkpty
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libutil/
pty.c
139
forkpty
(int *amaster, char *name, struct termios *term, struct winsize *winp)
function in typeref:typename:pid_t
Makefile
69
MLINKS+=openpty.3
forkpty
.3
/src/include/
util.h
75
pid_t
forkpty
(int *, char *, struct termios *, struct winsize *);
/src/tests/lib/libcurses/director/
director.c
253
if ((slave_pid =
forkpty
(&master, NULL, &term_attr, NULL)) < 0)
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
1203
// NetBSD ships with
forkpty
(3) in -lutil, that needs to be prebuilt explicitly
1206
INTERCEPTOR(int,
forkpty
, int *amaster, char *name, const void *termp,
1210
int res = REAL(
forkpty
)(amaster, name, termp, winp);
1215
#define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(
forkpty
)
/src/libexec/rlogind/
rlogind.c
387
pid =
forkpty
(&master, line, NULL, &win);
392
fatal(f, "
Forkpty
", 1);
Completed in 14 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025