Searched refs:out (Results 676 - 700 of 799) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm730 my(@out, %seen);
734 # push @out, super_languages($t); # nah, keep that separate
735 push @out, @{ $Panic{lc $t} || next };
737 return grep !$seen{$_}++, @out, 'en';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm486 then we C<skip(...)> just tosses out their value (i.e., not
606 The I<optional> C<onfail> hook might be used simply to print out the
724 that there are already more ambitious modules out there, such as
H A DExporter.pm52 # We bomb out of the loop with last as soon as heavy is set.
172 However if you use them for methods it is up to you to figure out
355 symbols into @EXPORT_FAIL by default and then take them out if someone
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c191 out:
273 * be able to figure out what to remove.
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c818 /* Some are missing. Before bailing out we test for
895 /* No curve name given (or out of core). */
2709 goto out;
2719 goto out;
2729 goto out;
2739 out:
H A Decc.c592 gcry_mpi_t out = mpi_new (nbits);
624 mpi_free (out);
1255 ec = GPG_ERR_INV_OBJ; /* Name missing or out of core. */
588 gcry_mpi_t out = mpi_new (nbits); local
/osnet-11/usr/src/common/crypto/ecc/
H A Decl-priv.h268 * of bits of out, in is the original scalar, and w is the window size.
272 mp_err ec_compute_wNAF(signed char *out, int bitsize, const mp_int *in,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm17 out a similar process for C programs.
205 # null out the parent so we have to check for a parent of pp_null and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm296 out of suspects list. ISO-8859 series is just too successful for most
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm315 condition, for example pending out-of-band data.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm162 print STDERR "Couldn't figure out the package name for $file\n"
261 ExtUtils::Installed provides a standard way to find out what core and module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm211 =item B<Bail out!>
217 Bail out!
343 out each individual test which failed along with a summary report and
854 # Figure out our longest name string for formatting purposes.
1083 If true, the C<ok> messages are printed out only every second. This
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm177 to find out what happens when C<SCALAR> does not exist.
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s175 call f.WRITE ! write it out
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java75 RequestHandler(InputStream in, OutputStream out, SLPConfig config_in) { argument
79 outStream = out;
386 // If there was a parse error, then break out and close the
595 // Parse out the message.
900 // time out.
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c135 * Find out if there are any hot spares available in the pool.
384 * work out what type of node the child is
648 * Before we attempt a replacement, we zero out the labels. While
664 * write out the label. If it is not a whole disk, and the
798 out:
823 goto out;
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c470 nvlist_t *out; local
477 if (topo_method_invoke(node, TOPO_METH_FAC_ENUM, 0, NULL, &out,
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c110 void *out, void *in, grub_size_t size,
120 for (inptr = in, outptr = out; inptr < end;
109 grub_crypto_pcbc_decrypt(grub_crypto_cipher_handle_t cipher, void *out, void *in, grub_size_t size, void *iv) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c592 gcry_mpi_t out = mpi_new (nbits);
624 mpi_free (out);
1255 ec = GPG_ERR_INV_OBJ; /* Name missing or out of core. */
588 gcry_mpi_t out = mpi_new (nbits); local
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c268 s->hash->write(s->hash_context,b->out + s->out_start,
271 s->crc32->write(s->crc32_context,b->out + s->out_start,
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1317 goto out;
1346 out:
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c955 /* take out the pool name */
1057 nvlist_unpack(char *nvlist, char **out) argument
1064 *out = nvlist;
1332 /* if it's our first time here, zero the best uberblock out */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL85 # Figure out what formatter we're going to use. -c overrides -t.
156 Print out usage information and exit.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL195 $Output = opt(o) || ( is_win32 ? 'a.exe' : 'a.out' );
274 $cfile = "a.out.c";
326 my $link = "-out:$Output $obj";
430 if ($Input eq 'a.out') {
431 _die("$0: Compiling a.out is probably not what you want to do.\n");
435 "compiling to a.out instead\n";
436 $Output = "a.out";
593 $ perlcc hello # Compiles into executable 'a.out'
602 $ perlcc -c out.c file # Creates a C file, 'out
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c588 /* print out as "\tval1\tval2\val3\t" */
1258 goto out;
1278 out:

Completed in 140 milliseconds

<<21222324252627282930>>