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

  /src/usr.bin/mail/
mime_child.c 135 char *shellcmd; local in function:mime_run_command
136 if ((shellcmd = value(ENAME_SHELL)) == NULL)
137 shellcmd = __UNCONST(_PATH_CSHELL);
138 (void)sasprintf(&cp, "%s -c '%s'", shellcmd, cmd);
collect.c 158 const char *shellcmd; local in function:mespipe
179 if ((shellcmd = value(ENAME_SHELL)) == NULL)
180 shellcmd = _PATH_CSHELL;
181 if (run_command(shellcmd,
625 const char *shellcmd; local in function:collect
645 if ((shellcmd = value(ENAME_SHELL)) == NULL)
646 shellcmd = _PATH_CSHELL;
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL);
names.c 335 const char *shellcmd; local in function:outof
345 if ((shellcmd = value(ENAME_SHELL)) == NULL)
346 shellcmd = _PATH_CSHELL;
351 pid = start_command(shellcmd, &nset,
popen.c 244 char *shellcmd; local in function:Popen
257 if ((shellcmd = value(ENAME_SHELL)) == NULL)
258 shellcmd = __UNCONST(_PATH_CSHELL);
259 pid = start_command(shellcmd, &nset, fd0, fd1, "-c", cmd, NULL);
cmd3.c 145 const char *shellcmd; local in function:shell
154 if ((shellcmd = value(ENAME_SHELL)) == NULL)
155 shellcmd = _PATH_CSHELL;
156 (void)run_command(shellcmd, NULL, 0, 1, "-c", cmd, NULL);
172 const char *shellcmd; local in function:dosh
176 if ((shellcmd = value(ENAME_SHELL)) == NULL)
177 shellcmd = _PATH_CSHELL;
178 (void)run_command(shellcmd, NULL, 0, 1, NULL);
  /src/usr.bin/make/
parse.c 2900 const char *shellcmd = NULL; local in function:ParseDependencyLine
2907 shellcmd = semicolon + 1;
2922 if (shellcmd != NULL)
2923 ParseLine_ShellCommand(shellcmd);

Completed in 16 milliseconds