Home
last modified time | relevance | path

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

/src/lib/libdpv/
H A Dutil.c39 static char shellcmd[PATH_MAX] = PATH_SHELL; variable
41 shellcmd,
45 shellcmd,
99 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()
101 if (error != 0) err(EXIT_FAILURE, "%s", shellcmd); in shell_spawn_pipecmd()
/src/contrib/less/
H A Dcommand.c77 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
329 if (shellcmd != NULL) in exec_mca()
330 free(shellcmd); in exec_mca()
331 shellcmd = fexpand(cbuf); in exec_mca()
335 if (shellcmd == NULL) in exec_mca()
336 shellcmd = ""; in exec_mca()
337 lsystem(shellcmd, done_msg); in exec_mca()
H A Dfilename.c550 static FILE * shellcmd(constant char *cmd) in shellcmd() function
748 fd = shellcmd(cmd); in lglob()
905 fd = shellcmd(cmd); in open_altfile()
997 fd = shellcmd(cmd); in close_altfile()
/src/contrib/bmake/
H A Dparse.c2905 const char *shellcmd = NULL; in ParseDependencyLine() local
2912 shellcmd = semicolon + 1; in ParseDependencyLine()
2927 if (shellcmd != NULL) in ParseDependencyLine()
2928 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()