Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/less/
H A Dcommand.c65 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
271 if (shellcmd != NULL) in exec_mca()
272 free(shellcmd); in exec_mca()
273 shellcmd = fexpand(cbuf); in exec_mca()
278 if (shellcmd == NULL) in exec_mca()
281 lsystem(shellcmd, "!done"); in exec_mca()
H A Dfilename.c571 shellcmd(cmd) in shellcmd() function
769 fd = shellcmd(cmd);
888 fd = shellcmd(cmd);
971 fd = shellcmd(cmd);