Home
last modified time | relevance | path

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

/netbsd-src/tests/kernel/
H A Dt_pty.c46 static pid_t child_spawn(const char *);
70 child = child_spawn(ptsname(pty)); in run()
187 child_spawn(const char *ttydev) in child_spawn() function