Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dstatics.sh50 typeset output
52 output="$($SHELL -c "${cmd}" 2>&1 )"
54 …[[ "${output}" == "${expected_output}" ]] || err_exit ${line_number} "${output} != ${expected_outp…
/illumos-gate/usr/src/test/util-tests/tests/pcidb/
H A Dpcidbtest.ksh62 typeset output
66 output=$($pcidb_prog $@)
73 if [[ "$output" != "$match" ]]; then
74 warn "output mismatch with args: $@\n found: $output\n" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh52 log_must rm /tmp/output.$$
74 log_must grep -i Read-only /tmp/output.$$
79 log_must diff /tmp/output.$$ /tmp/expected_output.$$
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c399 free(res[i].output); in mansearch_free()
555 char *output, *newoutput, *value; in buildoutput() local
579 output = mandoc_malloc(sz); in buildoutput()
582 output[i++] = '\0'; in buildoutput()
584 return output; in buildoutput()
587 output = NULL; in buildoutput()
590 if (output == NULL) { in buildoutput()
594 oldoutput = output; in buildoutput()
598 free(output); in buildoutput()
599 output = newoutput; in buildoutput()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/arcfour/
H A Dk5_arcfour.c72 krb5_arcfour_encrypt(context, enc, hash, key, usage, ivec, input, output) in krb5_arcfour_encrypt() argument
80 krb5_data *output;
171 checksum.data=output->data;
174 ciphertext.data=output->data+hashsize;
179 output->length = plaintext.length+hashsize;
269 krb5_arcfour_decrypt(context, enc, hash, key, usage, ivec, input, output) in krb5_arcfour_decrypt() argument
277 krb5_data *output;
291 if (output->length < input->length - hashsize - CONFOUNDERLENGTH)
430 bcopy(plaintext.data+CONFOUNDERLENGTH, output->data,
432 output->length=plaintext.length-CONFOUNDERLENGTH;
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/xattr/
H A Dtp_xattr_005.ksh87 cp cti_stdout output
90 create_expected_output expected-output . .. passwd
96 cti_reportfile output
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c107 CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp) in soft_arcfour_crypt() argument
119 if (output == NULL) { in soft_arcfour_crypt()
129 arcfour_crypt(keystream, input, output, inputlen); in soft_arcfour_crypt()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c22 …trol(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output) in ldap_create_page_control() argument
27 if (NULL == ld || NULL == output) in ldap_create_page_control()
43 output); in ldap_create_page_control()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c274 auimpl_output_callback_impl(audio_engine_t *eng, audio_client_t **output, in auimpl_output_callback_impl() argument
406 if (output && (c->c_output != NULL) && in auimpl_output_callback_impl()
409 c->c_next_output = *output; in auimpl_output_callback_impl()
410 *output = c; in auimpl_output_callback_impl()
458 audio_client_t *output = NULL; in auimpl_output_callback() local
508 auimpl_output_callback_impl(e, &output, &drain); in auimpl_output_callback()
516 while ((c = output) != NULL) { in auimpl_output_callback()
518 output = c->c_next_output; in auimpl_output_callback()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c50 void *output, uint16_t output_max_length, in pnic_command_quiet() argument
79 if ( output != NULL ) { in pnic_command_quiet()
88 ((char*)output)[i] = in pnic_command_quiet()
97 void *output, uint16_t output_max_length, in pnic_command() argument
102 output, output_max_length, in pnic_command()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl768 my ($rc, $output, $output_syslib);
784 $output = `$cmd_pvs -dos '$library' 2>/dev/null`;
788 if ($rc != 0 || ($output =~ /^[\s\n]*$/)) {
852 $output = "DEFAULT_CLASS=private\n" . $output;
854 $output .= "DEFAULT_CLASS=public\n" . $output_syslib;
858 $output = "DEFAULT_CLASS=private\n" . $output;
865 $output = "DEFAULT_CLASS=public\n" . $output;
868 foreach $line (split(/\n/, $output)) {
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c875 char *output, argument
918 char *output, argument
1029 char *output, argument
1063 char *output, argument
1146 char *output, argument
1167 char *output, argument
1475 char *output, argument
1515 char *output, argument
1881 *output=NULL;
2211 *output = NULL;
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md4 If we place an input section which is in a group in the same output section as
13 output section further corrupting the group, as there is now no mapping
14 between input and output relocation sections.
29 sections are merged into a single output section.
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c237 unsigned numiov, buffer_info_t **output) argument
244 if(!utils || !vec || !output) {
249 if(!(*output)) {
250 *output = utils->malloc(sizeof(buffer_info_t));
251 if(!*output) {
255 memset(*output,0,sizeof(buffer_info_t));
258 out = *output;
714 char **output, /* output buffer */ argument
719 char **output, unsigned *outputlen))
740 memcpy(*output + *outputlen, tmp, tmplen);
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DREADME40 is a troff that produces machine-independent output.
43 output parameterized for that device.
47 produces output for the Autologic APS-5.
75 output into specific codes for your favorite typesetter.
78 it contains a precise description of the output language.
83 and look at the output; it is guaranteed to be ascii text
88 able to communicate with a new output device
101 troff(5), which describes the output language produced by troff,
181 troff no longer produces \^ and \| on output,
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c306 FILE *output; in open_output() local
311 if ((output = fopen(name, "w")) == NULL) { in open_output()
315 return (output); in open_output()
329 finish_output(FILE *output, char *name) in finish_output() argument
341 (void) fputs(line, output); in finish_output()
342 (void) putc('\n', output); in finish_output()
344 (void) fclose(output); in finish_output()
360 finish_whatis(FILE *output, char *mandir) in finish_whatis() argument
365 finish_output(output, filename); in finish_whatis()
/illumos-gate/usr/src/cmd/geniconvtbl/samples/
H A DeucJP_to_ISO-2022-JP.src47 output = input[0];
60 output = var_input;
71 output = input[0];
116 output = var_input;
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c82 rc = output(R_QUIET_ALERT); in do_pwheel()
105 rc = output(R_UNLOAD_PRINTWHEEL); in do_pwheel()
108 rc = output(R_LOAD_PRINTWHEEL); in do_pwheel()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Ddk.h41 const krb5_data *input, krb5_data *output);
61 krb5_const krb5_data *input, krb5_data *output);
85 const krb5_data *input, krb5_data *output);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c83 unsigned char *r1, *r2, *combined, *rnd, *output; in krb5int_c_combine_keys() local
139 if ((output = (unsigned char *) malloc(keylength)) == NULL) { in krb5int_c_combine_keys()
214 tkey.contents = output; in krb5int_c_combine_keys()
284 memset(output, 0, keylength); in krb5int_c_combine_keys()
290 free(output); in krb5int_c_combine_keys()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c43 krb5_data *output) in k5_md5_hash() argument
52 return(k5_ef_hash(context, &mechanism, icount, input, output)); in k5_md5_hash()
H A Dhash_sha1.c40 krb5_data *output) in k5_sha1_hash() argument
48 return(k5_ef_hash(context, &mechanism, icount, input, output)); in k5_sha1_hash()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgsubtst2.ok2 output gsub(/regex/,"x",input)
4 regex output
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scripting/
H A Dtst.stringmacro.ksh65 output=`$dfilename 'this is test' 2>/dev/null`
72 if [ "$output" != "this is test" ]; then
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l52 #ifdef output
53 #undef output
58 static void output(int);
239 output(int c)

12345678910>>...29