Searched refs:got (Results 1 - 25 of 242) sorted by relevance

12345678910

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dobjdump.exp45 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"]
49 if [regexp $want $got] then {
55 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"]
59 if [regexp $want $got] then {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Ddlltool.exp65 set got [binutils_run $NM "tmpdir/libalias.a"]
68 if [regexp $want $got] then {
74 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias.a"]
77 if [regexp $want $got] then {
H A Dobjdump.exp36 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"]
57 if [regexp $want $got] then {
77 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $testfile"]
81 if ![regexp $want $got] then {
89 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -h $testfile"]
93 if ![regexp $want $got all text_name text_size data_name data_size] then {
120 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -t $testfile"]
123 while {[regexp "(\[a-z\]*_symbol)(.*)" $got all symbol rest]} {
125 set got $rest
139 set got [binutils_ru
[all...]
H A Dnm.exp55 set got [binutils_run $NM "$NMFLAGS $tempfile"]
58 while {[regexp "(\[a-zA-Z\]) (\[a-z_\]*_symbol)(.*)" $got all type symbol rest]} {
60 set got $rest
82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"]
85 while {[regexp "(\[a-z_\]*_symbol)(.*)" $got all symbol rest]} {
87 set got $rest
113 set got [binutils_run $NM "$NMFLAGS -P $tempfile"]
117 if [regexp $want $got] then {
H A Dsize.exp48 set got [binutils_run $SIZE "$SIZEFLAGS $testfile"]
52 if ![regexp $want $got all text data bss dtot hextot] then {
67 set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
71 if ![regexp $want $got all textname textsize dataname datasize] then {
H A Dar.exp79 set got [binutils_run $AR "rc $dest $file1 $file2"]
94 set got [binutils_run $AR "rc $dest $file1 $file2"]
96 if ![string match "" $got] {
104 set got [binutils_run $AR "t $dest"]
105 regsub "\[\r\n \t\]*$" "$got" "" got
106 if ![string match "$n1*$n2" $got] {
197 set got [binutils_run $AR "rc $archive ${objfile}"]
198 if ![string match "" $got] {
203 set got [binutils_ru
[all...]
H A Dobjcopy.exp57 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
59 if ![string match "" $got] then {
129 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]
131 if ![string match "" $got] then {
166 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${copyfile}.srec"]
167 if ![regexp "file format srec" $got] then {
185 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $tempfile"]
186 if ![regexp "start address (\[0-9a-fA-FxX\]+)" $got all origstart] then {
190 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --set-start 0x7654 $tempfile ${copyfile}.srec"]
191 if ![string match "" $got] the
[all...]
H A Dreadelf.exp146 catch "exec $READELF $READELFFLAGS -h $binary_file > readelf.out" got
148 if ![string match "" $got] then {
149 send_log $got
181 catch "exec $READELF $READELFFLAGS $options $binary_file > readelf.out" got
187 if ![string match "" $got] then {
189 send_log $got
252 catch "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out" got
260 set got [prune_readelf_wi_warnings $got]
262 if ![string match "" $got] the
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsigchld.sh62 (( foreground == FOREGROUND )) || err_exit "expected '$FOREGROUND foreground' -- got '$foreground' (DELAY=$DELAY)"
63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
71 got=$($SHELL -c '
85 [[ $got == $exp ]] || err_exit "SIGCHLD trap queueing failed -- expected '$exp', got '$got'"
87 got=$($SHELL -c '
109 [[ $got == $exp ]] || err_exit "SIGCHLD trap queueing failed -- expected $(printf %q "$exp"), got $(printf %q "$got")"
[all...]
H A Dlocale.sh39 [[ "$b" == "$a" ]] || err_exit "locale not restored after subshell -- expected '$a', got '$b'"
41 [[ "$b" == "$a" ]] || err_exit "locale not restored after subshell -- expected '$a', got '$b'"
54 [[ $b == "$n" ]] || err_exit "LC_ALL=$locale printf difference for \"$s\" -- expected '$n', got '$b'"
120 got=$*
121 [[ $got == $exp ]] || err_exit "command wc LC_ALL default failed -- expected '$exp', got '$got'"
134 got=$*
135 [[ $got == $exp ]] || err_exit "builtin wc LC_ALL default failed -- expected '$exp', got '
[all...]
H A Dexpand.sh105 got=$(eval print -r -- "$pattern")
106 [[ $got == $expected ]] || err_exit "'$pattern' failed -- expected '$expected' got '$got'"
107 #print -r -- " '$pattern' '$got' \\"
H A Dcubetype.sh57 exp=3 got=${b.x}
58 [[ "$got" == "$exp" ]] || err_exit "\${b.x} incorrect for iteration $i -- expected $exp, got '$got'"
59 exp=5 got=$(( b.len ))
60 (( got == exp )) || err_exit "b.len incorrect for iteration $i -- expected $exp, got '$got = sqrt(${b.x}*${b.x}+${b.y}*${b.y})'"
61 exp=5 got=${b.len}
62 [[ "$got"
[all...]
H A Dpath.sh169 got=$($SHELL -c "unset FPATH; PATH=/dev/null; $cmd" 2>&1)
170 [[ $got == $exp ]] && err_exit "$cmd as last command should not find ./$cmd with PATH=/dev/null"
171 got=$($SHELL -c "unset FPATH; PATH=/dev/null; $cmd" 2>&1)
172 [[ $got == $exp ]] && err_exit "$cmd should not find ./$cmd with PATH=/dev/null"
174 got=$(unset FPATH; PATH=/dev/null; whence ./$cmd)
175 [[ $got == $exp ]] || err_exit "whence $cmd should find ./$cmd with PATH=/dev/null"
177 got=$(unset FPATH; PATH=/dev/null; whence $PWD/$cmd)
178 [[ $got == $exp ]] || err_exit "whence \$PWD/$cmd should find ./$cmd with PATH=/dev/null"
182 got=$($SHELL -c "unset FPATH; PATH=/dev/null; whence ./notfound" 2>&1)
183 [[ $got
[all...]
H A Dsubshell.sh119 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs -- expected $((BS*nb)), got ${no:-0}"
134 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs and trailing redirection -- expected $((BS*nb)), got ${no:-0}"
172 do if ! got=$($TEST_shell "$cmd")
174 elif [[ "$got" != "$exp" ]]
176 GOT=$(printf %q "$got")
177 err_exit "${TEST_shell/*-c/\$SHELL -c} ${TEST_unset:+unset }${TEST_fork:+fork }$txt command substitution failed -- expected $EXP, got $GOT"
268 got=$?
269 [[ $got == $exp ]] || err_exit "getopts --man runtime callout with nonzero exit terminates shell -- expected '$exp', got '$got'"
[all...]
H A Dcoprocess.sh118 got=$REPLY
119 if [[ $got != $exp ]]
120 then err_exit "${SHELL-ksh} $cat coprocess io failed -- got '$got', expected '$exp'"
164 [[ $r == $e ]] || err_exit "$cat coprocess timing bug -- expected $e, got '$r'"
177 [[ $r == $e ]] || err_exit "$cat coprocess command substitution bug -- expected $e, got '$r'"
222 [[ $REPLY == "$exp" ]] || err_exit "REPLY from $cat coprocess failed -- expected '$exp', got '$REPLY'"
259 got=$(print -r $'#00315
264 [[ $got == $exp ]] || err_exit "coshell(3) identification sequence failed -- expected '$exp', got '
[all...]
H A Dio.sh64 then err_exit "read on <> fd failed -- expected '$exp', got '$line'"
83 then read -u3 got
84 read -u4 got
86 case $got in
91 [[ $semantics == @(${FDFS[fdfs].semantics}) ]] || err_exit "'4< ${FDFS[fdfs].dir}/3' $semantics semantics instead of ${FDFS[fdfs].semantics} -- expected '$exp', got '$got'"
95 got=$(
104 case $got in
109 [[ $semantics == @(${FDFS[fdfs].semantics}) ]] || err_exit "${FDFS[fdfs].dir}/N $semantics semantics instead of ${FDFS[fdfs].semantics} -- expected '$exp', got '$got'"
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dgoodies.c52 { static int i,skipbracelev,bracegot;int got,bracelev,qbracelev; local
58 for(got=NOTHING_YET;;) /* buf2 is used as scratch space */
65 if(sarg<2&&got>NORMAL_TEXT) /* condition expansion code */
67 ready: if(got!=SKIPPING_SPACE||sarg) /* not terminated yet or sarg==2 ? */
75 if(got==SINGLE_QUOTED)
84 if(got>SKIPPING_SPACE) /* escaped comment at start of word? */
87 if(got==DOUBLE_QUOTED)
92 if(got<=NORMAL_TEXT&&bracelev||
93 got==DOUBLE_QUOTED&&bracelev>qbracelev)
96 if(got>NORMAL_TEX
357 { register int got= *gotp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm573 my (%got) = %$default ;
601 { $got{$key} = $value }
611 return \%got ;
616 my $got = shift ;
619 if (defined $got->{Encrypt}) {
621 if !ref $got->{Encrypt} || ref $got->{Encrypt} ne 'HASH' ;
623 my %config = %{ $got->{Encrypt} } ;
633 $got->{"Enc_Passwd"} = $p->{Password};
634 $got
[all...]
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/t/
H A D01.t52 my @got = $sth->fetchall;
53 is $got[1]->[1], "Barney", 'fetchall @';
58 my $got = $sth->fetchall;
59 is $got->[1]->[1], "Barney", 'fetchall $';
64 my @got = $sth->fetchall_hash;
65 is $got[1]->{name}, "Barney", 'fetchall_hash @';
70 my $got = $sth->fetchall_hash;
71 is $got->[1]->{name}, "Barney", 'fetchall_hash @';
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/m68k/
H A Dobjdump.exp45 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
49 if [regexp $want $got] then {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddcfmapts.h35 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
36 void verifyString(const UnicodeString& message, const UnicodeString& got, UnicodeString& expected);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Dobjdump.exp57 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $objfile"]
66 if [regexp $want $got] then {
88 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
92 if [regexp $want $got] then {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dobjdump.exp52 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -d -M entry:0x0 -M entry:2 $objfile"]
55 if [regexp $want1 $got] then {
60 if [regexp $want2 $got] then {
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_jaxen.rb65 got = XPath.match( ctx, valueOfElement.attributes["select"], namespaces, variables )[0]
66 assert_true( (got.nil? && expected.nil?) || !got.nil? )
67 case got.class
69 assert_equal( got.class, Element )
71 assert_equal( expected, got.to_s )
73 assert_equal( expected, got.content )
75 assert_equal( exected.to_f, got )
78 got = "" if got
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c186 int got = GOT_NONE; local
190 got = GOT_ALL;
194 got |= GOT_C;
198 got |= GOT_CE;
202 got |= GOT_A;
206 got |= GOT_AE;
210 if ( got == GOT_NONE ) {
267 if ( got & GOT_A ) {
270 if ( got & GOT_AE ) {
275 if ( got
[all...]

Completed in 216 milliseconds

12345678910