Searched refs:want (Results 1 - 25 of 615) sorted by relevance

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dobjdump.exp47 set want "bcc.w\te12.*bx\tlr"
49 if [regexp $want $got] then {
57 set want "bx\tlr"
59 if [regexp $want $got] then {
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Ddlltool.exp66 set want "00000000 I __imp__prefix_symbol.*00000000 T _prefix_symbol.*00000000 I __imp__symbol.*00000000 T _symbol"
68 if [regexp $want $got] then {
75 set want "(Contents of section .idata\\\$6:.*\\.\\.symbol\\.\\..*){2,2}"
77 if [regexp $want $got] then {
H A Dsize.exp50 set want "($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($hex)\[ \]+${testfile}"
52 if ![regexp $want $got all text data bss dtot hextot] then {
69 set want "${testfile}.*(text|TEXT)\[^\n\r\]*\[ \]($dec)\[ \]+$dec.*(\\.data|DATA)\[^\n\r\]*\[ \]($dec)\[ \]+$dec"
71 if ![regexp $want $got all textname textsize dataname datasize] then {
H A Dobjdump.exp55 set want "BFD header file version.*srec\[^\n\]*\n\[^\n\]*header \[^\n\]*endian\[^\n\]*, data \[^\n\]*endian.*$cpus_regex"
57 if [regexp $want $got] then {
79 set want "$testfile:\[ \]*file format.*architecture:\[ \]*${cpus_regex}.*HAS_RELOC.*HAS_SYMS"
81 if ![regexp $want $got] then {
91 set want "$testfile:\[ \]*file format.*Sections.*\[0-9\]+\[ \]+\[^ \]*(text|TEXT|\\\$CODE\\\$)\[^ \]*\[ \]*(\[0-9a-fA-F\]+).*\[0-9\]+\[ \]+\[^ \]*(\\.data|DATA)\[^ \]*\[ \]*(\[0-9a-fA-F\]+)"
93 if ![regexp $want $got all text_name text_size data_name data_size] then {
141 set want "$testfile:\[ \]*file format.*RELOCATION RECORDS FOR \\\[\[^\]\]*(text|TEXT|\\\$CODE\\\$)\[^\]\]*\\\].*external_symbol"
143 if [regexp $want $got] then {
153 set want "$testfile:\[ \]*file format.*Contents.*(text|TEXT|\\\$CODE\\\$)\[^0-9\]*\[ \]*\[0-9a-fA-F\]*\[ \]*(00000001|01000000|00000100).*Contents.*(data|DATA)\[^0-9\]*\[ \]*\[0-9a-fA-F\]*\[ \]*(00000002|02000000|00000200)"
155 if [regexp $want
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Dobjdump.exp60 set want "00000000 R_PARISC_DPREL21L\[ \]+is_idchar\\+0xffffffe0.*"
62 set want "00000000 R_DP_RELATIVE\[ \]+is_idchar\\+0xffffffe0.*"
66 if [regexp $want $got] then {
90 set want "fmpyfadd,sgl fr4,fr4R,fr5R,fr5"
92 if [regexp $want $got] then {
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/lib/Variable/Magic/
H A DTestValue.pm37 my $want = wantarray;
45 if (defined $want and not $want) { # scalar context
52 return $want ? @ret : $ret[0];
H A DTestWatcher.pm44 my $want = wantarray;
48 if (defined $want and not $want) { # scalar context
55 return $want ? @ret : $ret[0];
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/m68k/
H A Dobjdump.exp47 set want "moveml %d0-%d3,%sp@-.*moveml %d0-%d3,%sp@\[\r\n\]"
49 if [regexp $want $got] then {
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c56 unsigned want = (strlen(home) + sizeof(PRIVATE_INFO)); local
57 MyBuffer = typeMalloc(char, want);
H A Dread_entry.c96 fake_read(char *src, int *offset, int limit, char *dst, unsigned want) argument
101 if ((int) want > have)
102 want = have;
103 memcpy(dst, src + *offset, want);
104 *offset += want;
106 want = 0;
108 return (int) want;
128 unsigned want, have; local
158 want = str_size + name_size + 1;
162 || (string_table = typeMalloc(char, want))
[all...]
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A Dtest.t30 my ($n, $want, @args) = @_;
32 ok $n, $got eq $want, qq[wanted "$want", got "$got"];
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dtrace_buf.c44 _nc_trace_alloc(int bufnum, size_t want) argument
59 || want > MyList[bufnum].size) {
60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text);
62 MyList[bufnum].size = want;
90 _nc_trace_buf(int bufnum, size_t want) argument
92 char *result = _nc_trace_alloc(bufnum, want);
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dfopen.c124 static int fill_buffer(URL_FILE *file, size_t want) argument
135 if((!file->still_running) || (file->buffer_pos > want))
182 } while(file->still_running && (file->buffer_pos < want));
186 /* use to remove want bytes from the front of a files buffer */
187 static int use_buffer(URL_FILE *file,int want) argument
190 if((file->buffer_pos - want) <=0) {
202 &file->buffer[want],
203 (file->buffer_pos - want));
205 file->buffer_pos -= want;
316 size_t want; local
356 size_t want = size - 1;/* always need to leave room for zero termination */ local
[all...]
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dutf8.c92 int want; member in struct:__anon2911
120 return (ps == NULL || ((const _UTF8State *)ps)->want == 0);
128 int ch, i, mask, want; local
134 if (us->want < 0 || us->want > UTF8_MB_CUR_MAX) {
149 if (us->want == 0 && ((ch = (unsigned char)*s) & ~0x7f) == 0) {
156 if (us->want == 0) {
169 want = 1;
174 want = 2;
178 want
[all...]
H A Deuc.c69 int want; member in struct:__anon2904
137 return (ps == NULL || ((const _EucState *)ps)->want == 0);
158 int i, set, want; local
166 if (es->want < 0 || es->want > rl->__mb_cur_max || es->set < 0 ||
184 if (es->want == 0) {
185 want = CEI->count[set = _euc_set(*s)];
187 --want;
191 es->want = want;
[all...]
H A Dutf2.c57 int want; member in struct:__anon2909
85 return (ps == NULL || ((const _UTF2State *)ps)->want == 0);
93 int ch, i, mask, want; local
98 if (us->want < 0 || us->want > 6) {
113 if (us->want == 0 && ((ch = (unsigned char)*s) & ~0x7f) == 0) {
120 if (us->want == 0) {
136 want = 1;
140 want = 2;
144 want
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DLazyLoading.pm96 my %want;
97 $want{$_} = 1 for map { keys %{$self->_column_groups->{$_}} } @groups;
98 if (my @want = grep { !exists $self->{'_column_data'}{$_} } keys %want) {
100 $self->result_source->name, \@want,
102 #my $sth = $self->storage->select($self->_table_name, \@want,
109 foreach my $w (@want) {
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dverify_hostname.t64 my @want = (
71 while (@want) {
72 my ($typ,$text) = splice(@want,0,2);
104 my $want = $expect{$typ} ? 'pass':'fail';
105 print "not " if $is ne $want;
106 ok( "$want $host $typ" );
/macosx-10.9.5/misc_cmds-32/units/
H A Dunits.c93 void showanswer(struct unittype * have, struct unittype * want);
636 showanswer(struct unittype * have, struct unittype * want) argument
638 if (compareunits(have, want)) {
641 showunit(want);
643 else if (have->offset != want->offset) {
644 if (want->quantity)
649 (have->factor + have->offset-want->offset)/want->factor);
652 have->factor / want->factor,
653 (have->offset-want
676 struct unittype have, want; local
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D05_typelike.t18 my $want = shift;
19 is( refaddr($have), refaddr($want), 'Objects are the same object' );
H A D15_typelike.t18 my $want = shift;
19 is( refaddr($have), refaddr($want), 'Objects are the same object' );
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dcompile-all-zones10 have such a directory. Are you sure you want to use it?
/macosx-10.9.5/ruby-104/ruby/
H A Doptunifs.inc11 If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dcroatian_iso-8859-2.vim79 " you still want to be able to type <, >
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A Dtest.t32 my ($want, @args) = @_;
42 ok $got eq $want,
43 qq{line $from_line\n# wanted [$want]\n# got [$got]};

Completed in 309 milliseconds

1234567891011>>