| /src/external/ibm-public/postfix/dist/src/util/ |
| exec_command.h | 1 /* $NetBSD: exec_command.h,v 1.1.1.1 2009/06/23 10:08:59 tron Exp $ */ 8 /* exec_command 3h 12 /* #include <exec_command.h> 19 extern NORETURN exec_command(const char *);
|
| exec_command.c | 1 /* $NetBSD: exec_command.c,v 1.2 2025/02/25 19:15:51 christos Exp $ */ 5 /* exec_command 3 9 /* #include <exec_command.h> 11 /* NORETURN exec_command(command) 45 #include <exec_command.h> 51 /* exec_command - exec command */ 53 NORETURN exec_command(const char *command) function 111 exec_command(argv[1]);
|
| spawn_command.c | 77 /* exec_command(3) execute command 107 #include <exec_command.h> 280 exec_command(args.command);
|
| vstream_popen.c | 104 #include <exec_command.h> 266 exec_command(args.command);
|
| /src/external/gpl2/gmake/dist/ |
| job.h | 82 extern void exec_command PARAMS ((char **argv)); 84 extern int exec_command PARAMS ((char **argv, char **envp)); 86 extern void exec_command PARAMS ((char **argv, char **envp));
|
| remote-cstms.c | 255 exec_command (new_argv, envp);
|
| job.c | 1245 /* Never use fork()/exec() here! Use spawn() instead in exec_command() */ 1939 pid = exec_command (argv, envp); 1980 exec_command (argv, envp); 1996 exec_command (char **argv, char **envp) 2181 void exec_command (char **argv) 1987 exec_command (char **argv, char **envp) function 2172 void exec_command (char **argv) function
|
| main.c | 2090 exec_command (nargv); 2112 exec_command (nargv, environ);
|
| /src/sys/dev/sdmmc/ |
| sdmmcchip.h | 54 void (*exec_command)(sdmmc_chipset_handle_t, member in struct:sdmmc_chip_functions 95 ((tag)->exec_command((handle), (cmdp)))
|
| /src/bin/ed/ |
| ed.h | 177 int exec_command(void);
|
| glbl.c | 138 (status = exec_command()) < 0 ||
|
| main.c | 230 (status = exec_command()) >= 0) { 462 /* exec_command: execute the next command in command buffer; return print 465 exec_command(void) function
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| pipe_command.c | 165 #include <exec_command.h> 563 exec_command(args.command);
|
| /src/external/ibm-public/postfix/lib/util/ |
| Makefile | 87 exec_command.c \
|
| /src/sys/arch/evbsh3/t_sh7706lan/ |
| scimci.c | 90 .exec_command = scimci_exec_command,
|
| ssumci.c | 92 .exec_command = ssumci_exec_command,
|
| /src/sys/dev/ic/ |
| pl181.c | 96 .exec_command = plmmc_exec_command,
|
| w83l518d_sdmmc.c | 91 .exec_command = wb_sdmmc_exec_command, 446 REPORT(wb, "TRACE: sdmmc/exec_command(wb, cmd) "
|
| /src/sys/arch/arm/amlogic/ |
| meson_sdio.c | 123 .exec_command = meson_sdio_exec_command,
|
| meson_sdhc.c | 131 .exec_command = meson_sdhc_exec_command,
|
| mesongx_mmc.c | 204 .exec_command = mesongx_mmc_exec_command,
|
| /src/sys/arch/arm/broadcom/ |
| bcm2835_sdhost.c | 132 .exec_command = sdhost_exec_command,
|
| /src/sys/dev/marvell/ |
| mvsdio.c | 126 .exec_command = mvsdio_exec_command,
|
| /src/sys/arch/arm/imx/ |
| imx23_mmc.c | 114 .exec_command = imx23_mmc_exec_command,
|
| /src/sys/arch/arm/ti/ |
| am18xx_sdmmc.c | 205 .exec_command = am18xx_sdmmc_exec_command,
|