Searched refs:extra (Results 76 - 100 of 134) sorted by relevance

123456

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl114 proc statline {title value {extra {}}} {
119 if {$extra ne ""} {
120 set extra " $extra"
122 puts "$title$dots $value$sp2$extra"
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c50 struct grub_relocator_extra_block *extra; member in struct:grub_relocator_subchunk
407 *subchu->extra->prev = subchu->extra->next;
408 grub_free (subchu->extra);
1014 curschu->extra = ne;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c518 /* We need one extra element beyond `num_regs' for the `-1' marker GNU code
3900 const unsigned char *weights, *extra;
3908 extra = (const unsigned char *)
3912 const unsigned char *coll_sym = extra + cset->coll_syms[i];
3956 extra = (const unsigned char *)
4043 const unsigned char *extra = (const unsigned char *)
4046 _NL_CURRENT (LC_COLLATE, _NL_COLLATE_SYMB_EXTRAMB + 1) - extra;
4054 idx = idx + extra[idx] + 1;
4055 elem_mbs_len = extra[idx++];
4059 if (extra[id
3896 const unsigned char *weights, *extra; local
4039 const unsigned char *extra = (const unsigned char *) local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm64 # Perl bug -- seems to occasionally insert extra elements when
785 Throw in some dubious extra macros for Makefile args.
1757 my($makefilename, $searchdirs, $static, $extra, $perlinc, $target, $tmpdir, $libperl) =
1844 $extra = [] unless $extra && ref $extra eq 'ARRAY';
1872 push @$extra,$_;
1891 push @optlibs, @$extra;
H A DMM_Win32.pm365 Clean out some extra dll.{base,exp} files which might be generated by
H A DMM_Unix.pm648 PREOP extra commands to run before
650 POSTOP extra commands to run after
1784 usually without extra arguments.
2714 my($makefilename, $searchdirs, $static, $extra, $perlinc, $target, $tmp, $libperl) =
2826 $extra = [] unless $extra && ref $extra eq 'ARRAY';
2830 push @$extra, $_;
2885 \$(INST_ARCHAUTODIR)/extralibs.all: \$(INST_ARCHAUTODIR)\$(DIRFILESEP).exists ".join(" \\\n\t", @$extra).'
2891 foreach $catfile (@$extra){
[all...]
H A DManifest.pm50 my($missing, $extra) = fullcheck;
210 my($missing, $extra) = fullcheck();
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c99 /* Allocate extra space if necessary. */
101 ensure_space (struct line *linep, int extra) argument
103 if (linep->max_len < linep->len + extra)
105 linep->max_len = linep->len + extra + 80; /* XXX */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm235 CUR, in this case, because LEN includes an extra byte for the
258 =head2 A simple scalar with an extra reference
260 If the scalar from the previous example had an extra reference:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1091 my $extra = shift;
1113 $nroff = qq("$nroff") . ($extra ? " $extra" : '');
1114 $troff = qq("$troff") . ($extra ? " $extra" : '');
1133 $_ = qq("$_") . ($extra ? " $extra" : '');
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c361 * the same number of elements. To use different lengths, an extra flag
1496 local int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
1499 local int extra_dbits[D_CODES] /* extra bits for each distance code */
1502 local int extra_blbits[BL_CODES]/* extra bits for each bit length code */
1523 * need for the L_CODES extra codes used during heap construction. However
1550 intf *extra_bits; /* extra bits for each code or NULL */
1855 intf *extra = desc->stat_desc->extra_bits; local
1861 int xbits; /* extra bits */
1883 if (n >= base) xbits = extra[n-base];
2013 /* node is 0 or 1 so it does not have extra bit
2460 int extra; /* number of extra bits to send */ local
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm1370 my @extra = grep { !$seen{$_} } @$left;
1371 return (!scalar(@extra));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm380 extra line into the source stream. When this extra line is executed it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove169 -d, --debug Includes extra debugging information.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm304 may be set to a false value to disable the extra headers needed by an
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm58 measure of extra security, if everything appears to have worked, the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm251 values) and some extra information about the arguments and how old the
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s358 .wrchars: ! check for extra chars
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm830 Normally, Test::Builder does some extra diagnostics when the test
1339 Looks like you planned $Expected_Tests tests but ran $num_extra extra.
/osnet-11/usr/src/common/mpi/
H A Dmpi.c4685 int extra = 0, ix; local
4690 extra = s_mp_ispow2d(d);
4691 if (extra < 0 || ix == 0)
4692 return extra;
4697 extra += MP_DIGIT_BIT;
4700 return extra;
4839 extra for a zero terminator (assuming C style strings here)
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c146 node(Cenv_t* env, int type, int lo, int hi, size_t extra) argument
150 DEBUG_TEST(0x0800,(sfprintf(sfstdout, "%s:%d node(%d,%d,%d,%u)\n", file, line, type, lo, hi, sizeof(Rex_t) + extra)),(0));
151 if (e = (Rex_t*)alloc(env->disc, 0, sizeof(Rex_t) + extra))
153 memset(e, 0, sizeof(Rex_t) + extra);
161 if (extra)
/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c205 ** ON and USING clauses are converted into extra terms of the WHERE clause.
206 ** NATURAL joins also create extra WHERE clause terms.
259 /* Create extra terms on the WHERE clause for each column named
1727 int extra = nSubSrc - 1; local
1732 for(i=pSrc->nSrc-1; i-extra>=iFrom; i--){
1733 pSrc->a[i] = pSrc->a[i-extra];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL60 If the extension might need extra libraries, they should be included
62 the libraries actually exist and how they should be loaded. The extra
67 extra-libraries argument.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex51 % The extra TeX runs get the cross-reference information correct.
674 % explicit \vfill so that the extra space is at the bottom. The
692 % the `@group' to put extra space in the output. Since @group
1124 \let\setfilename=\comment % Ignore extra @setfilename cmds.
1682 % For me, subjectively, the few extra characters that fit aren't worth
2064 % Open one extra group, as we want to close it in the middle of \Etitlepage.
2331 % horizontal list on a line by itself, resulting in extra blank space.
3458 % will have extra space inserted, because the \medbreak in the
3465 % Avoid page breaks due to these extra skips, too.
3648 % No extra spac
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk21 # THREADLIB Specify any extra linker options needed to make the library

Completed in 120 milliseconds

123456