HomeSort by: relevance | last modified time | path
    Searched refs:exec_cmd (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl2/lvm2/dist/include/
lvm-exec.h 24 int exec_cmd(struct cmd_context *cmd, const char *const argv[]);
  /src/external/gpl2/lvm2/dist/lib/misc/
lvm-exec.h 24 int exec_cmd(struct cmd_context *cmd, const char *const argv[]);
lvm-exec.c 51 int exec_cmd(struct cmd_context *cmd, const char *const argv[]) function
  /src/external/gpl3/binutils/dist/gprofng/src/
gprofng.cc 44 void exec_cmd(char *tool_name, int argc, char **argv);
179 Gprofng::exec_cmd (char *tool_name, int argc, char **argv) function in class:Gprofng
301 exec_cmd(s, argc - i, argv + i);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gprofng.cc 44 void exec_cmd(char *tool_name, int argc, char **argv);
178 Gprofng::exec_cmd (char *tool_name, int argc, char **argv) function in class:Gprofng
299 exec_cmd(s, argc - i, argv + i);
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.c 257 exec_cmd(&sregs, bacmd);
274 stat = exec_cmd(&sregs, cmdq[cmdi]);
sis.h 177 extern int exec_cmd (struct pstate *sregs, const char *cmd);
interf.c 453 exec_cmd(&sregs, cmd);
func.c 92 exec_cmd(sregs, lbuf);
361 exec_cmd(struct pstate *sregs, const char *cmd) function
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.c 257 exec_cmd(&sregs, bacmd);
274 stat = exec_cmd(&sregs, cmdq[cmdi]);
sis.h 177 extern int exec_cmd (struct pstate *sregs, const char *cmd);
interf.c 453 exec_cmd(&sregs, cmd);
func.c 92 exec_cmd(sregs, lbuf);
361 exec_cmd(struct pstate *sregs, const char *cmd) function
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 109 void (*exec_cmd)(void*, struct sdmmc_command*); member in struct:sdifdv
742 sc->sdifdv->exec_cmd(sc->sdifdv->priv, cmd);
  /src/external/gpl2/lvm2/dist/tools/
lvresize.c 186 return exec_cmd(cmd, argv);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
ltmain.sh 256 exec_cmd=
4958 exec_cmd='$SHELL $0 --finish$current_libdirs'
5165 exec_cmd="\$cmd$args"
5344 if test -z "$exec_cmd"; then
5351 if test -n "$exec_cmd"; then
5352 eval exec $exec_cmd
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 643 exec_cmd=
6399 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6609 exec_cmd="\$cmd$args"
6817 if test -z "$exec_cmd"; then
6824 if test -n "$exec_cmd"; then
6825 eval exec $exec_cmd
  /src/external/bsd/iscsi/dist/buildaux/
ltmain.sh 643 exec_cmd=
6399 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6609 exec_cmd="\$cmd$args"
6817 if test -z "$exec_cmd"; then
6824 if test -n "$exec_cmd"; then
6825 eval exec $exec_cmd
  /src/external/bsd/libbind/dist/
ltmain.sh 626 exec_cmd=
6361 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6571 exec_cmd="\$cmd$args"
6779 if test -z "$exec_cmd"; then
6786 if test -n "$exec_cmd"; then
6787 eval exec $exec_cmd
  /src/external/gpl2/gettext/dist/build-aux/
ltmain.sh 562 exec_cmd=
6220 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6428 exec_cmd="\$cmd$args"
6636 if test -z "$exec_cmd"; then
6643 if test -n "$exec_cmd"; then
6644 eval exec $exec_cmd
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 841 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"
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 604 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"
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 604 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"
  /src/external/bsd/am-utils/dist/
ltmain.sh 841 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"
  /src/external/gpl3/binutils/dist/
ltmain.sh 762 exec_cmd=
1963 exec_cmd="\$cmd$args"
2509 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
8622 test -z "$exec_cmd" && \
8625 if test -n "$exec_cmd"; then
8626 eval exec "$exec_cmd"

Completed in 76 milliseconds

1 2 3