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

1234567891011>>

/macosx-10.10/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.10/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...]
H A Dnm.exp115 set want "common_symbol C \[0\]*4.*data_symbol D \[0-9a-fA-F\]*.*external_symbol U.*static_data_symbol d \[0-9a-fA-F\]*.*static_text_symbol t \[0-9a-fA-F\]*.*text_symbol T \[0-9a-fA-F\]*"
117 if [regexp $want $got] then {
/macosx-10.10/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.10/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.10/ncurses-44/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.10/ncurses-44/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.10/curl-83.1.2/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.10/Libc-1044.1.2/locale/FreeBSD/
H A Dutf8.c92 int want; member in struct:__anon2787
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:__anon2780
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:__anon2785
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.10/OpenSSL098-52/src/crypto/asn1/
H A Da_d2i_fp.c148 size_t want=HEADER_SIZE; local
163 if (want >= (len-off))
165 want-=(len-off);
167 if (len + want < len || !BUF_MEM_grow_clean(b,len+want))
172 i=BIO_read(in,&(b->data[len]),want);
216 want=HEADER_SIZE;
225 want=HEADER_SIZE;
230 want=c.slen;
231 if (want > (le
[all...]
/macosx-10.10/CPANInternal-159.1/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.10/misc_cmds-33/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.10/ruby-106/ruby/
H A Doptunifs.inc11 If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
H A Dopt_sc.inc11 If you want to fix something, you must edit 'template/opt_sc.inc.tmpl'
H A Doptinsn.inc11 If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
/macosx-10.10/vim-55/runtime/keymap/
H A Dcroatian_iso-8859-2.vim79 " you still want to be able to type <, >
/macosx-10.10/CPANInternal-159.1/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]};
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/projects/visualc71/
H A DREADME_zlib.txt23 3) Set one of the project as the StartUp project. If you just want to build the
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
/macosx-10.10/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc54 // On darwin, we want to update the version to match that of the

Completed in 180 milliseconds

1234567891011>>