Searched refs:output (Results 101 - 125 of 234) sorted by relevance

12345678910

/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in54 its output.
137 # Stop serial output to suppress "ACPI shutdown failed" error.
144 sh @builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage --output=${isofile} --override-directory=${builddir}/grub-core \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm52 # to cause output of arrays and hashes rather than refs.
73 purity => $Purity, # degree to which output is evalable
75 terse => $Terse, # avoid name output (where feasible)
688 variable is output in a single Perl statement. Handles self-referential
702 The default output of self-referential structures can be C<eval>ed, but the
709 user-specified names. If a name begins with a C<*>, the output will
718 Several styles of output are possible, all controlled by setting
796 output, where I<n> is a numeric suffix. Will return a list of strings
803 Several configuration variables can be used to control the kind of output
823 spews output withou
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm26 When the script terminates (or when the output buffer is filled) the
121 related to writing to profiler-output file.
131 C<PERL_DPROF_BUFFER> sets size of output buffer in words. Defaults to 2**14.
136 C<PERL_DPROF_OUT_FILE_NAME> sets the name of the output file. If not set,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm127 sub opt_t { # choose plaintext as output format
133 sub opt_u { # choose raw pod as output format
140 # choose man as the output format, and specify the proggy to run
146 sub opt_o_with { # "o" for output format
152 warn "\"$rest\" isn't a valid output format. Skipping.\n";
156 $self->aside("Noting \"$rest\" as desired output format...\n");
256 -T Send output to STDOUT without any pager
558 printf "Perldoc (%s) output saved to %s\n",
978 # that the output file does in fact exist and is closed.
986 # as a 0-length output fil
[all...]
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c354 const char **output, unsigned *outputlen, int privacy)
363 if(!output) return SASL_BADPARAM;
409 if (output_token->value && output) {
432 *output = text->encode_buf;
445 unsigned numiov, const char **output,
448 return sasl_gss_encode(context,invec,numiov,output,outputlen,1);
452 unsigned numiov, const char **output,
455 return sasl_gss_encode(context,invec,numiov,output,outputlen,0);
462 char **output, unsigned *outputlen)
516 *output
353 sasl_gss_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen, int privacy) argument
444 gssapi_privacy_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
451 gssapi_integrity_encode(void *context, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
460 gssapi_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
602 gssapi_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm141 For more information on the format of output of mstat() see
146 in the output of mstat() into %hash. The field of this hash are
217 The output:
246 The output:
267 The output:
287 The output:
317 The output:
352 The output:
392 The output:
438 and a reference to that SV is placed on the XSUB stack. So the output fro
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrescue.in56 -o, --output=FILE save output in FILE [required]
102 -o | --output)
104 --output=*)
105 output_image=`echo "$option" | sed 's/--output=//'` ;;
141 echo "output file must be given" >&2
H A Dgrub-solvers.c69 grub_md5_calc(void *output, const void *input, unsigned int inlen) argument
78 memcpy(output, digest, 0x10);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm27 /^(.*)$/s; # output debugging info during
30 use re 'debugcolor'; # same as 'debug', but with colored output
60 compiling and using regular expressions. The output is the same as that
64 form of output that can be used to get a colorful display on terminals
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm42 or a reference) and it begins with C<< >& >>, then the child will send output
69 output a line at a time. Programs like B<sort> that read their
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c112 int blkdev_out; /* output file is block device */
118 char *output; member in struct:__anon59
303 " Efficiently clone NTFS to a sparse file, image, device or standard output.\n"
305 " -o, --output FILE Clone NTFS to the non-existent FILE\n"
318 " If FILE is '-' then send the image to the standard output. If SOURCE is '-'\n"
336 { "output", required_argument, NULL, 'o' },
371 if (opt.output)
373 opt.output = optarg;
393 if (opt.output == NULL) {
394 err_printf("You must specify an output fil
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c271 /* output is only valid until next call to sasl_encode or sasl_encodev */
274 const char **output, unsigned *outputlen)
280 if(!input || !inputlen || !output || !outputlen)
291 result = sasl_encodev(conn, &tmp, 1, output, outputlen);
297 /* output is only valid until next call to sasl_encode or sasl_encodev */
300 const char **output, unsigned *outputlen)
312 if (! invec || ! output || ! outputlen || numiov < 1)
348 *output = conn->encode_buf->data;
359 output, outputlen);
366 /* output i
272 sasl_encode(sasl_conn_t *conn, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
298 sasl_encodev(sasl_conn_t *conn, const struct iovec *invec, unsigned numiov, const char **output, unsigned *outputlen) argument
367 sasl_decode(sasl_conn_t *conn, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
2241 _iovec_to_buf(const _sasl_global_context_t *gctx, const struct iovec *vec, unsigned numiov, buffer_info_t **output) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t11 (a) run psed with a sed script and input data to obtain some output
13 Perl program with the input data, again producing output
15 Both final outputs should be identical to the expected output.
21 - expect: the expected output
545 append to line 3 - should not appear in output
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c81 ctx->output = NULL;
143 evSetDebug(evContext opaqueCtx, int level, FILE *output) { argument
147 ctx->output = output;
318 * the input and output events (corresponding to
677 if (ctx->output != NULL && ctx->debug >= level) {
678 vfprintf(ctx->output, fmt, ap);
679 fflush(ctx->output);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm227 allow users of CGI to output nicely formatted HTML code.
232 produces the following output:
245 now produces the following output:
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c56 static void decrypt (gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b,
487 decrypt(gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b, ELG_secret_key *skey ) argument
491 /* output = b/(a^x) mod p */
494 mpi_mulm( output, b, t1, skey->p );
502 log_mpidump("elg decrypted M= ", output);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c56 static void decrypt (gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b,
487 decrypt(gcry_mpi_t output, gcry_mpi_t a, gcry_mpi_t b, ELG_secret_key *skey ) argument
491 /* output = b/(a^x) mod p */
494 mpi_mulm( output, b, t1, skey->p );
502 log_mpidump("elg decrypted M= ", output);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t192 check([ PerlIO::get_layers(G, output => 1) ],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm83 might be advised to choose a more user-friendly output format. The
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm146 Decoding will terminate when $terminator (a string) appears in output.
148 Returns true if $terminator appears output, else returns false.
298 it of the problem area, and the output string so far. It appends
299 what it wants to the output string and returns a new index into the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm55 the output will be opened with F<write.exe> or whatever program is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm65 return the filehandles for input and output or C<undef> if C<readline>
66 input and output cannot be used for Perl.
77 files for input and output using conventions C<"E<lt>$in">, C<"E<gt>out">.
128 takes two arguments which are input filehandle and output filehandle.
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h105 CK_BYTE_PTR output, CK_ULONG_PTR outputlenp);
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py543 output = proc.stdout.read()
550 # Did we get useful output?
552 ver = output[output.index("@") + 1:output.index(" ")]
554 # "be_get_pkg_version: error parsing pkg(1M) output to "
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h41 * output:
176 * output parameters from SASL API
198 const char **output, unsigned *outputlen);
201 const char **output, unsigned *outputlen);
663 * maxmech -- max number of strings in mechlist (0 = no output)
664 * output:
782 * note that the output buffers MAY be the same as the input buffers.

Completed in 45 milliseconds

12345678910