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

1 2 3

  /src/tests/usr.bin/printf/
t_builtin.sh 31 # This tests the builtin printf command in ${TEST_SH}
34 # (shared with tests for the external (filesystem) command printf
62 COMMAND=printf
67 COMMAND="${COMMAND} ; printf"
73 COMMAND="${COMMAND} '$(
79 COMMAND="${COMMAND} '${ARG}'"
83 ${TEST_SH} -c "${COMMAND}"
    [all...]
  /src/external/gpl2/send-pr/dist/send-pr/
install-sid.sh 23 COMMAND=`echo $0 | sed -e 's,.*/,,g'`
24 USAGE="Usage: $COMMAND [--install-dir=prefix] [--help] [--version] submitter-id"
43 --version) echo $COMMAND version $VERSION ; exit 1 ;;
50 path=`echo $0 | sed -e "s;${COMMAND};;"`
59 echo "$COMMAND: cannot find \`$BINDIR/send-pr' or \`$path/send-pr'" >&2
74 { echo "$COMMAND: unable to replace send-pr" >&2 ; exit 1; }
76 echo "$COMMAND: something went wrong when sed-ing the submitter into send-pr" >&2
80 echo "$COMMAND: \`$SUBMITTER' is now the default submitter ID for send-pr"
send-pr.sh 163 COMMAND=`echo $0 | sed -e 's,.*/,,'`
164 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [--request-id]
179 echo "$COMMAND: cannot read $IN_FILE"
193 echo "$COMMAND: the GNATS site $1 does not have a categories list."
231 echo "$COMMAND: could not read $DATADIR/gnats/$GNATS_SITE for categories list."
236 echo "$COMMAND: the categories list for $GNATS_SITE was empty!"
278 TRAP_ABORT_ACTION='echo "$COMMAND: Aborting ..."; rm -f $REF $TEMP; xs=1; exit'
280 echo "$COMMAND: Aborting ...";
284 echo "$COMMAND: the problem report remains in $BAD and is not sent."
313 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM
    [all...]
  /src/external/bsd/libevent/dist/cmake/
CodeCoverage.cmake 113 COMMAND ${_testrunner} ${ARGV3}
116 COMMAND ${LCOV_PATH} --directory . --capture --output-file ${_outputname}.info
117 COMMAND ${LCOV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
127 COMMAND ;
154 COMMAND ${GCOVR_PATH} -x -r ${CMAKE_SOURCE_DIR} -e '${CMAKE_SOURCE_DIR}/tests/' -o ${_outputname}.xml
161 COMMAND ;
  /src/external/bsd/ntp/dist/sntp/libevent/cmake/
CodeCoverage.cmake 113 COMMAND ${_testrunner} ${ARGV3}
116 COMMAND ${LCOV_PATH} --directory . --capture --output-file ${_outputname}.info
117 COMMAND ${LCOV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
127 COMMAND ;
154 COMMAND ${GCOVR_PATH} -x -r ${CMAKE_SOURCE_DIR} -e '${CMAKE_SOURCE_DIR}/tests/' -o ${_outputname}.xml
161 COMMAND ;
  /src/external/cddl/dtracetoolkit/dist/
install 104 print COMMAND: rm -rf \"$loc\"
113 print COMMAND: mkdir -p \"$loc\"
128 print COMMAND: "tar cf - . | (cd \"$loc\"; tar xvf -)"
145 print COMMAND: rm \"$loc/install\"
  /src/sys/arch/arm/imx/
imx23_apbdma.h 51 * DMA command type.
59 * Command word 0.
64 * Command word 1.
75 #define COMMAND __BITS(1, 0)
78 * Command word 2.
83 * Command word 3-n.
  /src/external/gpl2/texinfo/dist/makeinfo/
index.h 29 extern COMMAND **user_command_array;
  /src/external/gpl2/xcvs/dist/src/
cvsbug.in 61 echo "$COMMAND: Cannot find mail program \"$MAILER\"."
62 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
154 COMMAND=`echo $0 | sed -e 's,.*/,,'`
155 ## USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [--request-id]
156 USAGE="Usage: $COMMAND [-PVL]
171 ## echo "$COMMAND: cannot read $IN_FILE"
186 ## echo "$COMMAND: the GNATS site $1 does not have a categories list."
224 ## echo "$COMMAND: could not read $DATADIR/gnats/$GNATS_SITE for categories list."
230 echo "$COMMAND: the categories list for $GNATS_SITE was empty!
    [all...]
  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindCRYPTO.cmake 38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"
129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl"
140 execute_process(COMMAND "${BREW}" "--prefix" "openssl"
FindPCAP.cmake 7 # Alternatively, PCAP_ROOT may also be set from cmake command line or GUI
271 execute_process(COMMAND "isainfo" "-n"
289 execute_process(COMMAND "${PCAP_CONFIG}" "--cflags"
321 execute_process(COMMAND "${PCAP_CONFIG}" "--libs"
357 execute_process(COMMAND "${PCAP_CONFIG}" "--libs" "--static"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
gdb_test_multiple-lbl.exp 46 gdb_test_multiple "command" "" -lbl {
47 -re "^command(?=\r\n)" {
48 verbose -log <COMMAND>
  /src/external/gpl3/gdb/dist/readline/readline/examples/
fileman.c 90 } COMMAND;
92 COMMAND commands[] = {
109 COMMAND *find_command ();
163 /* Execute a command line. */
169 COMMAND *command; local
172 /* Isolate the command word. */
184 command = find_command (word);
186 if (!command)
188 fprintf (stderr, "%s: No such command for FileMan.\n", word)
    [all...]
  /src/external/ibm-public/postfix/dist/src/tls/
tls_mgr.c 436 #define COMMAND(argv, str, len) \
439 if (COMMAND(argv, "policy", 2)) {
446 } else if (COMMAND(argv, "seed", 2)) {
456 } else if (COMMAND(argv, "lookup", 3)) {
463 } else if (COMMAND(argv, "update", 4)) {
467 } else if (COMMAND(argv, "delete", 3)) {
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
fileman.c 90 } COMMAND;
92 COMMAND commands[] = {
109 COMMAND *find_command ();
163 /* Execute a command line. */
169 COMMAND *command; local
172 /* Isolate the command word. */
184 command = find_command (word);
186 if (!command)
188 fprintf (stderr, "%s: No such command for FileMan.\n", word)
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 116 /** Count of option's occurrances *on the command line*. */
160 # ifdef COMMAND
161 # warning undefining COMMAND due to option name conflict
162 # undef COMMAND
199 # undef COMMAND
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 117 /** Count of option's occurrances *on the command line*. */
161 # ifdef COMMAND
162 # warning undefining COMMAND due to option name conflict
163 # undef COMMAND
204 # undef COMMAND
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
103 enum S command = COMMAND, state; local
183 state = COMMAND;
200 command = COMPARE;
214 command = GET;
219 command = PUT;
225 state = COMMAND;
228 command = REMOVE;
234 state = COMMAND;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_crtc.c 53 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_OverScan);
96 int index = GetIndexIntoMasterTable(COMMAND, EnableScaler);
125 GetIndexIntoMasterTable(COMMAND, UpdateCRTC_DoubleBufferRegisters);
141 int index = GetIndexIntoMasterTable(COMMAND, EnableCRTC);
157 int index = GetIndexIntoMasterTable(COMMAND, BlankCRTC);
173 int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating);
186 int index = GetIndexIntoMasterTable(COMMAND, EnableDispPowerGating);
203 int index = GetIndexIntoMasterTable(COMMAND, SetCRTC_UsingDTDTiming);
254 int index = GetIndexIntoMasterTable(COMMAND, EnableSpreadSpectrumOnPPLL);
385 index = GetIndexIntoMasterTable(COMMAND, AdjustDisplayPll)
    [all...]
amdgpu_atombios_i2c.c 50 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction);
172 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_encoders.c 119 index = GetIndexIntoMasterTable(COMMAND, LCD1OutputControl);
371 index = GetIndexIntoMasterTable(COMMAND, DAC1EncoderControl);
375 index = GetIndexIntoMasterTable(COMMAND, DAC2EncoderControl);
420 index = GetIndexIntoMasterTable(COMMAND, TVEncoderControl);
504 int index = GetIndexIntoMasterTable(COMMAND, DVOEncoderControl);
591 index = GetIndexIntoMasterTable(COMMAND, LVDSEncoderControl);
595 index = GetIndexIntoMasterTable(COMMAND, TMDS1EncoderControl);
599 index = GetIndexIntoMasterTable(COMMAND, LVDSEncoderControl);
601 index = GetIndexIntoMasterTable(COMMAND, TMDS2EncoderControl);
882 index = GetIndexIntoMasterTable(COMMAND, DIGxEncoderControl)
    [all...]
radeon_atombios_i2c.c 48 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction);
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap-driver.sh 44 [--comments|--no-comments] [--] TEST-COMMAND
82 test $# -gt 0 || usage_error "missing test command"
118 # test command it runs gets terminated by a SIGINT. Thus, the awk
450 exit_details = " (command not found?)"
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_ppatomctrl.c 196 GetIndexIntoMasterTable(COMMAND, DynamicMemorySettings),
266 GetIndexIntoMasterTable(COMMAND, ComputeMemoryClockParam),
313 GetIndexIntoMasterTable(COMMAND, ComputeMemoryClockParam),
334 GetIndexIntoMasterTable(COMMAND, ComputeMemoryClockParam),
364 GetIndexIntoMasterTable(COMMAND, ComputeMemoryEnginePLL),
388 GetIndexIntoMasterTable(COMMAND, ComputeMemoryEnginePLL),
425 GetIndexIntoMasterTable(COMMAND, ComputeMemoryEnginePLL),
458 GetIndexIntoMasterTable(COMMAND, ComputeMemoryEnginePLL),
749 GetIndexIntoMasterTable(COMMAND, ReadEfuseValue),
770 GetIndexIntoMasterTable(COMMAND, ReadEfuseValue)
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
rlfe.c 14 * Specify a history file and the size of the history file with command
52 * output, pause for a user command. This required parsing the output
90 #ifndef COMMAND
91 #define COMMAND "/bin/bash"
94 #define COMMAND_ARGS COMMAND
520 execvp (COMMAND, command_args);

Completed in 31 milliseconds

1 2 3