Searched refs:extra (Results 201 - 225 of 570) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/
H A DMakefile25 AfterInstall = extra-int-headers lipo links compress_man_pages fix-perms
55 extra-int-headers:
/macosx-10.9.5/tcl-102/tk84/
H A DMakefile30 AfterInstall = extra-int-headers lipo links compress_man_pages fix-perms
59 extra-int-headers:
/macosx-10.9.5/zlib-53/zlib/contrib/blast/
H A Dblast.c244 * byte is 4, 5, or 6 for the number of extra bits in the distance code.
258 * no bit reversal is needed for either the length extra bits or the distance
259 * extra bits.
280 int symbol; /* decoded symbol, extra bits for distance */
306 static const char extra[16] = { /* extra bits for length codes */ local
328 len = base[symbol] + bits(s, extra[symbol]);
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dmain.c44 #undef EXTRA_DUMP /* How to dump extra data */
45 /* How to generate extra version info. */
336 * The 'extra' hook here is used by libarchive to include libarchive
342 failure_finish(void *extra) argument
344 (void)extra; /* UNUSED (maybe) */
346 if (extra != NULL)
347 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
386 const char *condition, void *extra)
391 failure_finish(extra);
412 long long v1, const char *e1, long long v2, const char *e2, void *extra)
385 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
411 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
454 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra) argument
494 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
553 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dmain.c332 * The 'extra' hook here is used by libarchive to include libarchive
338 failure_finish(void *extra) argument
340 (void)extra; /* UNUSED (maybe) */
342 if (extra != NULL)
343 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
382 const char *condition, void *extra)
387 failure_finish(extra);
408 long long v1, const char *e1, long long v2, const char *e2, void *extra)
416 failure_finish(extra);
453 void *extra)
381 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
407 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
450 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra) argument
490 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
549 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dmain.c44 #undef EXTRA_DUMP /* How to dump extra data */
45 /* How to generate extra version info. */
337 * The 'extra' hook here is used by libarchive to include libarchive
343 failure_finish(void *extra) argument
345 (void)extra; /* UNUSED (maybe) */
347 if (extra != NULL)
348 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
387 const char *condition, void *extra)
392 failure_finish(extra);
413 long long v1, const char *e1, long long v2, const char *e2, void *extra)
386 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
412 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
455 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra) argument
495 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
554 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dread.c60 int b_read(int argc,char *argv[], void *extra) argument
65 register Shell_t *shp = ((Shbltin_t*)extra)->shp;
67 int save_prompt, fixargs=((Shbltin_t*)extra)->invariant;
70 rp = (struct read_save*)(((Shbltin_t*)extra)->data);
155 ((Shbltin_t*)extra)->data = (void*)rp;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c590 int extra = 1; local
679 extra += gp->gl_offs;
779 argv = (char**)stakalloc((gp->gl_pathc + extra) * sizeof(char*));
782 skip += --extra;
789 while (--extra > 0)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_zip.c93 struct archive_string extra; member in struct:zip
138 static void process_extra(const void* extra, struct zip* zip);
431 /* Read the extra data. */
806 archive_string_free(&(zip->extra));
813 * The extra data is stored as a list of
818 process_extra(const void* extra, struct zip* zip) argument
821 const char *p = (const char *)extra;
835 /* Zip64 extended information extra field. */
/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dbsd-comp.c583 int dlen, space, codelen, extra; local
652 extra = 1;
655 extra = 0;
659 explen += codelen + extra;
699 if (extra) /* the KwKwK case again */
/macosx-10.9.5/zlib-53/zlib/
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
93 * need for the L_CODES extra codes used during heap construction. However
124 const intf *extra_bits; /* extra bits for each code or NULL */
501 const intf *extra = desc->stat_desc->extra_bits; local
507 int xbits; /* extra bits */
529 if (n >= base) xbits = extra[n-base];
659 /* node is 0 or 1 so it does not have extra bits */
1085 int extra; /* numbe local
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/xditview/
H A Dfont.c360 const char *dvi_name, const char *extra)
368 extra = extra; /* unused; suppress compiler warning */
359 SetFontPosition(DviWidget dw, int position, const char *dvi_name, const char *extra) argument
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdos.c55 char extra; member in struct:_dosdisc
121 if(dp->extra)
123 dp->extra=0;
/macosx-10.9.5/CF-855.17/
H A DCFBasicHash.h38 unsigned long extra[5]; member in struct:__objcFastEnumerationStateEquivalent2
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_common_tests.pm61 # Optional extra tables and tests
62 $self->{extra} ||= {};
114 my $extra_count = $self->{extra}{count} || 0;
142 plan tests => @$connect_info * (3 + ($self->{extra}{count} || 0) + ($self->{data_type_tests}{test_count} || 0));
155 $dbh->do($_) for @{ $self->{extra}{create} || [] };
170 my $file_count = grep $_ =~ SOURCE_DDL, @{ $self->{extra}{create} || [] };
182 $self->{extra}{run}->($conn, $monikers, $classes, $self) if $self->{extra}{run};
198 $dbh->do($_) for @{ $self->{extra}{pre_drop_ddl} || [] };
199 $self->drop_table($dbh, $_) for @{ $self->{extra}{dro
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A Ddhcp_options.h167 boolean_t dhcpol_concat(dhcpol_t * list, dhcpol_t * extra);
/macosx-10.9.5/libunwind-35.3/include/
H A Dlibunwind.h80 unw_word_t extra; /* mach_header of mach-o image containing function */ member in struct:unw_proc_info_t
/macosx-10.9.5/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c161 bases->tbase = info.extra;
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Dpaths.rb43 # :extra:: ri data directory from the command line. Yielded for each
51 yield dir, :extra
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dplatform.rb49 extra = arch.pop
50 arch.last << "-#{extra}"
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dstring.test52 ($tcl_version>8.3) ? ": extra tokens at end of expression" : ""
149 ($tcl_version>8.3) ? ": extra tokens at end of expression" : ""
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dglobals.c136 DWORD extra[16]; member in struct:DosHeader
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dindent.vim65 \ -eei --extra-expression-indentation
89 \ -neei --no-extra-expression-indentation
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DMakefile.PL37 --alltests Perform extra testing
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DMakefile.PL57 --alltests Perform extra testing (Has no effect any more)

Completed in 180 milliseconds

1234567891011>>