Home
last modified time | relevance | path

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

/NextBSD/lib/libdpv/
HDutil.c41 static char shellcmd[PATH_MAX] = PATH_SHELL; variable
43 shellcmd,
47 shellcmd,
101 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()
/NextBSD/contrib/less/
HDcommand.c63 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()
HDfilename.c580 shellcmd(cmd) in shellcmd() function
783 fd = shellcmd(cmd);
900 fd = shellcmd(cmd);
993 fd = shellcmd(cmd);