Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c48 #define output output64 macro
51 #define output output32 macro
214 output(const char *prog, int fd, const char *ofile, ushort_t mach, in output() function
/illumos-gate/usr/src/cmd/refer/
H A Drefer4.c29 output(char *s) in output() function
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile43 arguments, and rename the output as expected.
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.news18 - Nicer output
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.h73 (const krb5_data *output, krb5_kdc_req **rep);
/illumos-gate/usr/src/tools/scripts/
H A Dhdrchk.py65 ret |= hdrchk(fh, lenient=lenient, output=sys.stderr)
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.h110 output(),
H A DMakefile44 output.c \
H A Doutput.c49 int output (type) in output() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.h79 void (*output)(unsigned char *, int); member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1180 CK_BYTE *input, *output; in do_prf() local
1186 output = buffer[1]; in do_prf()
1208 rv = soft_sign(session_p, input, inlen, output, &hmac_outlen); in do_prf()
1218 (void) memcpy(blockdata, output, in do_prf()
1229 blockdata[j] ^= output[j]; in do_prf()
1232 input = output; in do_prf()
1241 output = buffer[i%2]; in do_prf()
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c1025 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, argument
1031 if (IS_P2ALIGNED(output, sizeof (uint32_t))) {
1034 *((uint32_t *)(output + j)) = input[i];
1039 output[j] = (input[i] >> 24) & 0xff;
1040 output[j + 1] = (input[i] >> 16) & 0xff;
1041 output[j + 2] = (input[i] >> 8) & 0xff;
1042 output[j + 3] = input[i] & 0xff;
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/
H A DUTF-8+IBM-1144.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1145.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1140.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1141.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1142.src360 output = 0x5a;
362 output = 0x6f;
376 output = 0x6f;
389 output = 0x6f;
402 output = 0x6f;
H A DUTF-8+IBM-1143.src359 output = 0x5a;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1146.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1147.src358 output = 0x9f;
360 output = 0x6f;
374 output = 0x6f;
387 output = 0x6f;
400 output = 0x6f;
H A DUTF-8+IBM-1148.src359 output = 0x9f;
361 output = 0x6f;
375 output = 0x6f;
388 output = 0x6f;
401 output = 0x6f;
H A DUTF-8+IBM-1149.src364 output = 0x9f;
366 output = 0x6f;
382 output = 0x6f;
397 output = 0x6f;
412 output = 0x6f;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh101 echo $tst: output was too short
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h94 char *output; /* user-defined additional output */ member
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c238 static void output(code_int);
1068 output((code_int) ent); in compress()
1095 output((code_int)ent); in compress()
1100 output((code_int)-1); in compress()
1156 output(code_int code) in output() function
1773 output((code_int) CLEAR); in cl_block()

12345678910>>...29