HomeSort by: relevance | last modified time | path
    Searched defs:do_child (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libwrap/
shell_cmd.c 41 static void do_child(char *) __dead;
61 do_child(command);
69 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
72 do_child(char *command) function
  /src/external/bsd/atf/dist/atf-c/detail/
process.c 416 do_child(void (*)(void *),
423 do_child(void (*start)(void *), function
482 do_child(start, v, &outsp, &errsp);
  /src/crypto/external/bsd/openssh/dist/
session.c 116 __dead void do_child(struct ssh *, Session *, const char *);
349 * will call do_child from the child, and server_loop from the parent after
470 do_child(ssh, s, command);
503 * will call do_child from the child, and server_loop from the parent after
579 do_child(ssh, s, command);
1309 do_child(struct ssh *ssh, Session *s, const char *command) function

Completed in 49 milliseconds