HomeSort by: relevance | last modified time | path
    Searched refs:start_command (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
mime_child.c 147 switch (pid = start_command(cmd, &nset, p[READ], fileno(fo), NULL)) {
149 /* start_command already did a warn(). */
popen.c 225 start_command(const char *cmd, sigset_t *nset, int infd, int outfd, ...) function in typeref:typename:PUBLIC int
259 pid = start_command(shellcmd, &nset, fd0, fd1, "-c", cmd, NULL);
extern.h 248 int start_command(const char *, sigset_t *, int, int, ...);
names.c 351 pid = start_command(shellcmd, &nset,

Completed in 38 milliseconds