Searched refs:shellcmd (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/lib/libdpv/ |
H A D | util.c | 39 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-src/contrib/less/ |
H A D | command.c | 71 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ 300 * !! just uses whatever is in shellcmd. in exec_mca() 301 * Otherwise, copy cmdbuf to shellcmd, in exec_mca() 309 if (shellcmd != NULL) in exec_mca() 310 free(shellcmd); in exec_mca() 311 shellcmd = fexpand(cbuf); in exec_mca() 315 if (shellcmd == NULL) in exec_mca() 316 shellcmd = ""; in exec_mca() 317 lsystem(shellcmd, done_msg); in exec_mca() 76 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ global() variable
|
H A D | filename.c | 549 static FILE * shellcmd(constant char *cmd) in shellcmd() 746 fd = shellcmd(cmd); in lglob() 903 fd = shellcmd(cmd); in open_altfile() 995 fd = shellcmd(cmd); in is_dir() 546 static FILE * shellcmd(char *cmd) shellcmd() function
|
/freebsd-src/contrib/bmake/ |
H A D | parse.c | 2847 const char *shellcmd = NULL; in FindSemicolon() 2854 shellcmd = semicolon + 1; in ParseDependencyLine() 2903 if (shellcmd != NULL) in ParseDependencyLine() 2904 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine() 2856 const char *shellcmd = NULL; ParseDependencyLine() local
|