Searched refs:forkpty (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/lib/libutil/ |
| D | util.h | 107 pid_t forkpty(int *, char *, const struct termios *, const struct winsize *);
|
| D | pty.c | 100 forkpty(int *amaster, char *name, const struct termios *termp, in forkpty() function
|
| D | Symbols.map | 15 forkpty;
|
| /openbsd/src/regress/bin/ksh/edit/ |
| D | edit.c | 90 pid = forkpty(&ptyfd, NULL, NULL, &ws); in main()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 1264 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() argument 1268 int res = REAL(forkpty)(aparent, name, termp, winp); in INTERCEPTOR() 1273 #define MSAN_MAYBE_INTERCEPT_FORKPTY INTERCEPT_FUNCTION(forkpty)
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 446 forkpty() isspace_l() strtoq() 758 forkpty() iswprint_l() strtoull()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 1756 fun:forkpty=uninstrumented
|