Home
last modified time | relevance | path

Searched defs:forkpty (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libutil/
H A Dpty.c88 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1351 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() argument