HomeSort by: relevance | last modified time | path
    Searched refs:COMMAND_ARGS (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
rlfe.c 93 #ifndef COMMAND_ARGS
94 #define COMMAND_ARGS COMMAND
516 static char* command_args[] = { COMMAND_ARGS, NULL }; local
520 execvp (COMMAND, command_args);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
rlfe.c 93 #ifndef COMMAND_ARGS
94 #define COMMAND_ARGS COMMAND
516 static char* command_args[] = { COMMAND_ARGS, NULL }; local
520 execvp (COMMAND, command_args);
  /src/external/mpl/bind/dist/bin/tests/system/fetchlimit/
tests.sh 31 COMMAND_ARGS="${3}"
32 dig_with_opts "@${SERVER}" "${COMMAND_ARGS}.${COMMAND}._control." TXT +time=5 +tries=1 +tcp >/dev/null 2>&1
  /src/external/mpl/bind/dist/bin/tests/system/forward/
tests.sh 26 COMMAND_ARGS="${3}"
27 dig_with_opts "@${SERVER}" "${COMMAND_ARGS}.${COMMAND}._control." TXT +time=5 +tries=1 +tcp >/dev/null 2>&1
  /src/external/mpl/bind/dist/bin/tests/system/chain/
tests.sh 24 COMMAND_ARGS="${3}"
25 $DIG $DIGOPTS "@${SERVER}" "${COMMAND_ARGS}.${COMMAND}._control." TXT +time=5 +tries=1 +tcp >/dev/null 2>&1

Completed in 26 milliseconds