Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdpv/
H A Dutil.c41 static char shellcmd[PATH_MAX] = PATH_SHELL; variable
43 shellcmd,
47 shellcmd,
101 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()
103 if (error != 0) err(EXIT_FAILURE, "%s", shellcmd); in shell_spawn_pipecmd()
/freebsd-13.1/contrib/less/
H A Dcommand.c70 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
294 if (shellcmd != NULL) in exec_mca()
295 free(shellcmd); in exec_mca()
296 shellcmd = fexpand(cbuf); in exec_mca()
301 if (shellcmd == NULL) in exec_mca()
304 lsystem(shellcmd, "!done"); in exec_mca()
H A Dfilename.c567 shellcmd(cmd) in shellcmd() function
765 fd = shellcmd(cmd);
901 fd = shellcmd(cmd);
991 fd = shellcmd(cmd);
/freebsd-13.1/contrib/bmake/
H A Dparse.c2763 const char *shellcmd = NULL; in ParseDependencyLine() local
2775 shellcmd = semicolon + 1; in ParseDependencyLine()
2824 if (shellcmd != NULL) in ParseDependencyLine()
2825 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()