Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/less/
H A Dcommand.c76 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
307 if (shellcmd != NULL) in exec_mca()
308 free(shellcmd); in exec_mca()
309 shellcmd = fexpand(cbuf); in exec_mca()
314 if (shellcmd == NULL) in exec_mca()
317 lsystem(shellcmd, "!done"); in exec_mca()
H A Dfilename.c546 static FILE * shellcmd(char *cmd) in shellcmd() function
742 fd = shellcmd(cmd); in lglob()
882 fd = shellcmd(cmd); in open_altfile()
975 fd = shellcmd(cmd); in close_altfile()
/freebsd-14.2/contrib/bmake/
H A Dparse.c2909 const char *shellcmd = NULL; in ParseDependencyLine() local
2921 shellcmd = semicolon + 1; in ParseDependencyLine()
2970 if (shellcmd != NULL) in ParseDependencyLine()
2971 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()