Home
last modified time | relevance | path

Searched refs:child_spawn (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/kernel/
H A Dt_pty.c44 static pid_t child_spawn(const char *);
68 child = child_spawn(ptsname(pty)); in run()
186 child_spawn(const char *ttydev) in child_spawn() function