Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/less/
H A Dcommand.c78 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
330 if (shellcmd != NULL) in exec_mca()
331 free(shellcmd); in exec_mca()
332 shellcmd = fexpand(cbuf); in exec_mca()
336 if (shellcmd == NULL) in exec_mca()
337 shellcmd = ""; in exec_mca()
338 lsystem(shellcmd, done_msg); in exec_mca()
H A Dfilename.c549 static FILE * shellcmd(constant char *cmd) in shellcmd() function
746 fd = shellcmd(cmd); in lglob()
903 fd = shellcmd(cmd); in open_altfile()
995 fd = shellcmd(cmd); in close_altfile()
/freebsd/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()