Home
last modified time | relevance | path

Searched refs:exec_cmd (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/gpl2/lvm2/dist/lib/misc/
Dlvm-exec.h24 int exec_cmd(struct cmd_context *cmd, const char *const argv[]);
Dlvm-exec.c51 int exec_cmd(struct cmd_context *cmd, const char *const argv[]) in exec_cmd() function
/netbsd/src/external/gpl2/lvm2/dist/include/
Dlvm-exec.h24 int exec_cmd(struct cmd_context *cmd, const char *const argv[]);
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dsis.c257 exec_cmd(&sregs, bacmd); in main()
274 stat = exec_cmd(&sregs, cmdq[cmdi]); in main()
Dsis.h177 extern int exec_cmd (struct pstate *sregs, const char *cmd);
Dinterf.c453 exec_cmd(&sregs, cmd); in sim_do_command()
DChangeLog-2021396 * func.c (exec_cmd): Fix old style prototype. Mark cmd const. Save
399 * sis.h (exec_cmd): Mark cmd const.
419 * func.c (batch, limcalc, exec_cmd, disp_fpu, now, wait_for_irq,
430 * func.c (exec_cmd): Silence compiler warnings when calling system().
616 * func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64
Dfunc.c92 exec_cmd(sregs, lbuf); in batch()
361 exec_cmd(struct pstate *sregs, const char *cmd) in exec_cmd() function
/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ddev_sdmmc.c109 void (*exec_cmd)(void*, struct sdmmc_command*); member
742 sc->sdifdv->exec_cmd(sc->sdifdv->priv, cmd); in sdmmc_mmc_command()
/netbsd/src/external/gpl2/lvm2/dist/tools/
Dlvresize.c186 return exec_cmd(cmd, argv); in _fsadm_cmd()
/netbsd/src/external/bsd/libbind/dist/
Dltmain.sh626 exec_cmd=
6571 exec_cmd="\$cmd$args"
6779 if test -z "$exec_cmd"; then
6786 if test -n "$exec_cmd"; then
6787 eval exec $exec_cmd
/netbsd/src/external/bsd/iscsi/dist/buildaux/
Dltmain.sh643 exec_cmd=
6609 exec_cmd="\$cmd$args"
6817 if test -z "$exec_cmd"; then
6824 if test -n "$exec_cmd"; then
6825 eval exec $exec_cmd
/netbsd/src/crypto/external/cpl/trousers/dist/
Dltmain.sh604 exec_cmd=
1752 exec_cmd="\$cmd$args"
2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8370 test -z "$exec_cmd" && \
8373 if test -n "$exec_cmd"; then
8374 eval exec "$exec_cmd"
/netbsd/src/external/gpl3/gcc/dist/
Dltmain.sh762 exec_cmd=
1963 exec_cmd="\$cmd$args"
2509 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8600 test -z "$exec_cmd" && \
8603 if test -n "$exec_cmd"; then
8604 eval exec "$exec_cmd"
/netbsd/src/external/bsd/am-utils/dist/
Dltmain.sh841 exec_cmd=
2634 exec_cmd="\$cmd$args"
3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
9625 test -z "$exec_cmd" && \
9628 if test -n "$exec_cmd"; then
9629 eval exec "$exec_cmd"
/netbsd/src/crypto/external/cpl/tpm-tools/dist/
Dltmain.sh604 exec_cmd=
1752 exec_cmd="\$cmd$args"
2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8370 test -z "$exec_cmd" && \
8373 if test -n "$exec_cmd"; then
8374 eval exec "$exec_cmd"
/netbsd/src/external/gpl3/gdb/dist/
Dltmain.sh762 exec_cmd=
1963 exec_cmd="\$cmd$args"
2509 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8600 test -z "$exec_cmd" && \
8603 if test -n "$exec_cmd"; then
8604 eval exec "$exec_cmd"
/netbsd/src/external/gpl3/binutils/dist/
Dltmain.sh762 exec_cmd=
1963 exec_cmd="\$cmd$args"
2509 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8600 test -z "$exec_cmd" && \
8603 if test -n "$exec_cmd"; then
8604 eval exec "$exec_cmd"
/netbsd/src/crypto/external/bsd/netpgp/dist/buildaux/
Dltmain.sh643 exec_cmd=
6609 exec_cmd="\$cmd$args"
6817 if test -z "$exec_cmd"; then
6824 if test -n "$exec_cmd"; then
6825 eval exec $exec_cmd
/netbsd/src/external/gpl2/lvm2/dist/lib/activate/
Dactivate.c416 ret = exec_cmd(cmd, argv); in module_present()
/netbsd/src/external/lgpl3/mpc/dist/
Dltmain.sh3960 exec_cmd=\$cmd$args
4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11113 test -z "$exec_cmd" && \
11116 if test -n "$exec_cmd"; then
11117 eval exec "$exec_cmd"
/netbsd/src/external/bsd/file/dist/
Dltmain.sh3963 exec_cmd=\$cmd$args
4555 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11128 test -z "$exec_cmd" && \
11131 if test -n "$exec_cmd"; then
11132 eval exec "$exec_cmd"
/netbsd/src/external/mit/expat/dist/conftools/
Dltmain.sh4343 exec_cmd=\$cmd$args
4948 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11500 test -z "$exec_cmd" && \
11503 if test -n "$exec_cmd"; then
11504 eval exec "$exec_cmd"
/netbsd/src/external/lgpl3/gmp/dist/
Dltmain.sh3960 exec_cmd=\$cmd$args
4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11113 test -z "$exec_cmd" && \
11116 if test -n "$exec_cmd"; then
11117 eval exec "$exec_cmd"
/netbsd/src/external/bsd/openpam/dist/
Dltmain.sh4216 exec_cmd=\$cmd$args
4808 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11402 test -z "$exec_cmd" && \
11405 if test -n "$exec_cmd"; then
11406 eval exec "$exec_cmd"

12