HomeSort by relevance Sort by last modified time
    Searched refs:cmdret (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
spu.exp 32 set cmdret [catch "exec $cmd" comp_output]
34 if { $cmdret != 0 || $comp_output != ""} then {
43 set cmdret [catch "exec $cmd" comp_output]
45 if { $cmdret != 0 || $comp_output != ""} then {
54 set cmdret [catch "exec $cmd" comp_output]
56 if { $cmdret != 0 || $comp_output != ""} then {
69 set cmdret [catch "exec $cmd" comp_output]
71 if { $cmdret != 0 || $comp_output != ""} then {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
rd-sh64.exp 40 set cmdret [catch "exec $cmd" comp_output]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
cris.exp 43 set cmdret [catch "exec $cmd" comp_output]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 209 set cmdret [catch "exec $cmd" comp_output]
214 if { $cmdret != 0 || ![string match "" $comp_output] } then {
227 set cmdret [catch "exec $cmd" comp_output]
230 if { $cmdret != 0 || ![string match "" $comp_output] } then {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
rd-sh.exp 65 set cmdret [catch "exec $cmd" comp_output]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 801 set cmdret [remote_exec host [concat sh -c [list "$cmd 2>&1"]] "" "/dev/null" "ld.tmp"]
807 if { [lindex $cmdret 0] != 0 || ![string match "" $comp_output] } then {
812 if { $cmdret != 0 } { set exitstat "failed" }
822 set cmdret [remote_exec host [concat sh -c [list "$cmd 2>&1"]] \
829 if { [lindex $cmdret 0] != 0 \
835 if { $cmdret != 0 } { set exitstat "failed" }
863 set cmdret [remote_exec host [concat sh -c [list "$cmd 2>&1"]] "" "/dev/null" "ld.tmp"]
868 set cmdret [lindex $cmdret 0]
870 if { $cmdret == 0 && $run_objcopy }
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 640 set cmdret [lindex $status 0]
647 if { $cmdret != 0 || $comp_output != "" || $expmsg != "" } then {
655 if { $cmdret != 0 && [lindex $errorCode 0] == "NONE" } {
656 set cmdret 0
660 if { $cmdret != 0 } { set exitstat "failed" }
666 && (($cmdret == 0) == ($opts(warning) != "")) } {
  /external/fio/
server.c 330 struct fio_net_cmd cmd, *tmp, *cmdret = NULL; local
349 assert(!cmdret);
359 tmp = realloc(cmdret, cmd_size);
365 cmdret = tmp;
368 memcpy(cmdret, &cmd, sizeof(cmd));
369 else if (cmdret->opcode != cmd.opcode) {
371 cmdret->opcode, cmd.opcode);
380 pdu = (void *) cmdret->payload + pdu_offset;
396 cmdret->pdu_len += cmd.pdu_len;
401 free(cmdret);
    [all...]

Completed in 305 milliseconds