Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh80 echo $tst: output is not sorted
100 echo $tst: incorrect number of lines output
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c68 static void output(void);
124 output(); in main()
181 output(void) in output() function
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h155 unsigned numiov, buffer_info_t **output);
196 char **output, unsigned *outputsize, unsigned *outputlen,
199 char **output, unsigned *outputlen));
/illumos-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl156 my $output = shift;
157 open STDOUT,">$output" or die "can't open $output: $!";
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl281 output($path, $pub, $pri, $obs, $evo);
317 output($path, $pub, $pri, $obs, $evo);
325 sub output subroutine
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c63 read_id(char *str, unsigned char *output, int out_len) in read_id() argument
69 (void) memset(output, 0, out_len); in read_id()
89 output[n] = (unsigned char)x1; in read_id()
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c72 write(output, as, length(as) - 1); in prs()
80 write(output, &c, 1); in prc()
97 write(output, mb, len); in prwc()
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile36 drain.output
64 lp.set drain.output lp.cat := LDLIBS += $(LIBLP) -lcurses $(LDSTACKPROTECT)
/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py294 def spellcheck(fh, filename=None, output=sys.stderr, **opts): argument
305 output.write('{}: Line {} {}\n'.format(
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c272 const char **output, unsigned *outputlen) in sasl_encode() argument
298 const char **output, unsigned *outputlen) in sasl_encodev() argument
345 *output = conn->encode_buf->data; in sasl_encodev()
354 output, outputlen); in sasl_encodev()
363 const char **output, unsigned *outputlen) in sasl_decode() argument
371 if(!input || !output || !outputlen) in sasl_decode()
415 *output = conn->decode_buf; in sasl_decode()
428 if (*outputlen == 0) *output = NULL; in sasl_decode()
2233 if(!(*output)) { in _iovec_to_buf()
2235 if(!*output) return SASL_NOMEM; in _iovec_to_buf()
[all …]
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh313 output=$(
318output}" == "${tc.expected_output}" ]] || err_exit "test ${tc.name}/${argv_variants}: Expected $(d…
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithModules38 * RESULT: Silent output without any probes listed.
75 * RESULT: Silent output without any probes listed.
79 * RESULT: Silent output without any probes listed.
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c635 *((uint32_t *)(output + j)) = input[i]; in Encode()
640 output[j] = (input[i] >> 24) & 0xff; in Encode()
641 output[j + 1] = (input[i] >> 16) & 0xff; in Encode()
642 output[j + 2] = (input[i] >> 8) & 0xff; in Encode()
643 output[j + 3] = input[i] & 0xff; in Encode()
660 *((uint64_t *)(output + j)) = input[i]; in Encode64()
666 output[j] = (input[i] >> 56) & 0xff; in Encode64()
667 output[j + 1] = (input[i] >> 48) & 0xff; in Encode64()
668 output[j + 2] = (input[i] >> 40) & 0xff; in Encode64()
669 output[j + 3] = (input[i] >> 32) & 0xff; in Encode64()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c355 size_t idx, output; in shrink_ranges() local
363 output = idx = 0; in shrink_ranges()
383 r[output].zr_start = start; in shrink_ranges()
384 r[output].zr_end = end; in shrink_ranges()
385 output++; in shrink_ranges()
387 ASSERT3U(output, <, eip->zei_range_count); in shrink_ranges()
388 eip->zei_range_count = output; in shrink_ranges()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c156 gss_buffer_t output /* The accept token */) in gen_accept_token() argument
184 return (__make_token(output, NULL, &token, &keys)); in gen_accept_token()
367 gss_buffer_t output, /* Token to send initiator */ in __dh_gss_accept_sec_context() argument
387 if (minor == NULL || output == NULL || gss_ctx == NULL) in __dh_gss_accept_sec_context()
403 output->length = 0; in __dh_gss_accept_sec_context()
404 output->value = 0; in __dh_gss_accept_sec_context()
524 if (*minor = gen_accept_token(g_cntx, channel, output)) { in __dh_gss_accept_sec_context()
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c648 gss_buffer_desc output; local
660 output = make_dummy_token_msg(
666 *output_message_buffer = output;
688 gss_buffer_desc output; local
709 output.length = bodysize;
710 output.value = (void *)malloc(output.length);
711 memcpy(output.value, ptr, output.length);
713 *output_message_buffer = output;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME41 Run these like: dtrace -s Watch-all.d -p $PID -o output
44 dtrace -s fksmbcl.d -p `pgrep fksmbcl` -o output
46 Here is the help output:
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rc238 earlier single user milestone. Any warnings, errors, or output from the
45 /etc/rc2.d/ with the argument 'stop'. Any warnings, errors, or output
59 the output of "svcs -l svc:/milestone/multi-user:default".
H A DREADME.rcS37 errors, or output from these scripts are logged to the file:
43 /etc/rcS.d/ with the argument 'stop'. Any warnings, errors, or output
73 the output of "svcs -l svc:/milestone/single-user:default".
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt90 output to identify tokens and fields within tokens.
112 pointers to the start of input and output buffers and their lengths.
124 ENOSPC - output buffer too small.
137 updated to reflect size of output successfully produced. If
157 ENOSPC - output buffer too small.
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c364 if(!output) return SASL_BADPARAM; in sasl_gss_encode()
410 if (output_token->value && output) { in sasl_gss_encode()
433 *output = text->encode_buf; in sasl_gss_encode()
446 unsigned numiov, const char **output, in gssapi_privacy_encode() argument
453 unsigned numiov, const char **output, in gssapi_integrity_encode() argument
463 char **output, unsigned *outputlen) argument
517 *output = NULL;
531 *output = NULL;
574 if (output) {
585 *output = text->decode_once_buf;
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib71 output=$(cat $tmpout)
74 "$(cat $basename.out)\nBut got:\n$output\n" \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dhmac_md5.c47 const krb5_data *input, krb5_data *output) in k5_hmac_md5_hash() argument
127 ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output); in k5_hmac_md5_hash()
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib513 # -c out|err Check standard output/error. If anything is written to
514 # the specified output channel, a result code of `result'
515 # is registered and the output written to the journal.
535 # Create (empty) files to take standard output and error so there are
612 # Always log output of cti_execute_cmd
618 cti_reportfile cti_stdout "Standard output from command \"$*\""
637 # If cmd failed, or if "-c out", check standard output.
642 "Command \"$*\" produced standard output"
643 cti_reportfile cti_stdout "Standard output from command \"$*\""
764 # If debug is on, save expect script and output, otherwise remove
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh290 output=$(
295output}" == "${tc.expected_output}" ]] || err_exit "test ${tc.name}/${argv_variants}: Expected $(d…

12345678910>>...29