Home
last modified time | relevance | path

Searched refs:output (Results 76 – 100 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/raw/
H A Draw_decrypt.c43 krb5_data *output) in krb5_raw_decrypt() argument
45 if (output->length < input->length) in krb5_raw_decrypt()
47 return((*(enc->decrypt))(context, key, ivec, input, output)); in krb5_raw_decrypt()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCddl.py52 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr): argument
54 lenient=lenient, verbose=verbose, output=output)
H A DShellLint.py23 def lint(fh, filename=None, output=sys.stderr, **opts): argument
29 ret, tmpfile = processcheck('shcomp', options, fh, output)
39 output.write(line)
H A DWsCheck.py31 def wscheck(fh, output=sys.stderr): argument
39 err(output, fname, lineno, stMsg);
42 err(output, fname, lineno, twsMsg);
H A DJStyle.py37 def jstyle(fh, filename=None, output=sys.stderr, **opts): argument
54 ret, tmpfile = processcheck('jstyle', options, fh, output)
59 output.write(line)
H A DCStyle.py36 def cstyle(fh, filename=None, output=sys.stderr, **opts): argument
55 ret, tmpfile = processcheck('cstyle', options, fh, output)
60 output.write(line)
H A DKeywords.py47 output=sys.stderr): argument
70 output.write('%s: %d: contains SCCS keywords "%s"\n' %
73 output.write(" %s\n" % line)
H A DManLint.py36 def manlint(fh, filename=None, output=sys.stderr, **opts): argument
50 ret, tmpfile = processcheck('mandoc', options, fh, output)
55 output.write(line)
H A DProcessCheck.py36 def processcheck(command, args, inpt, output): argument
51 output.write("Could not create temporary file: %s\n" % e)
59 output.write("Could not execute %s: %s\n" % (command, e))
H A DCopyright.py42 def copyright(fh, filename=None, output=sys.stderr): argument
56 err(output, "no copyright message found", filename)
59 err(output, "no copyright claim for current year found",
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c53 static int do_exec(int update, char *script, char *output,
322 do_exec(int update, char *script, char *output, char *inport, char *alt_user) in do_exec() argument
366 echoDebug(DBG_DO_EXEC_REQUEST_USER, script, output, uname, instuid, in do_exec()
369 (void) chown(output, instuid, instgid); in do_exec()
385 "-x", tmp_script, output, NULL); in do_exec()
388 tmp_script, output, NULL); in do_exec()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c51 const krb5_data *input, krb5_data *output) in k5_md5des_hash() argument
66 if (output->length != (CONFLENGTH+MD5_CKSUM_LENGTH)) in k5_md5des_hash()
126 (CK_BYTE_PTR)(output->data + CONFLENGTH), in k5_md5des_hash()
136 (void) memcpy(output->data, conf, CONFLENGTH); in k5_md5des_hash()
142 (krb5_pointer) output->data, in k5_md5des_hash()
143 (krb5_pointer) output->data, output->length, in k5_md5des_hash()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab121 ADD # add pp.addbuf into output buffer
138 NOTEXT # don't output text
145 SPACEOUT # output spaces in STANDALONE
147 STANDALONE # output tokens on stdout
150 SYNCLINE # output line sync soon
162 FILEDEPS # output file dependencies
180 DEFINITIONS # output macro definitions
189 MODERN # generate modern output (\a instead of \007)
200 PREDEFINITIONS # output predefined macro definitions
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c267 Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() argument
273 *(uint32_t *)(void *)&output[j] = input[i]; in Encode()
276 output[j] = (unsigned char)(input[i] & 0xff); in Encode()
277 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff); in Encode()
278 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff); in Encode()
279 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff); in Encode()
289 Decode(uint32_t *output, unsigned char *input, unsigned int len) in Decode() argument
295 output[i] = *(uint32_t *)(void *)&input[j]; in Decode()
298 output[i] = ((uint32_t)input[j]) | in Decode()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstrecpy.c48 char *output; in strecpy() local
50 output = pout; in strecpy()
86 return (output); in strecpy()
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_proc.sh24 rm /tmp/output.$$
39 /usr/bin/psecflags $pid | grep -v '[LU]:' > /tmp/output.$$
41 if ! diff -u /tmp/expected.$$ /tmp/output.$$; then
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.h52 int fastlz_compress(const void *input, int length, void *output);
54 void *output);
55 int fastlz_decompress(const void *input, int length, void *output, int maxout);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg84 # output from the runtime linker can be redirected to an output
90 # An output file specified via the "output" token is used as
93 # writing debug output to the same file. The debug output will be
121 an output"
138 @ MSG_USE_R2_L " An output file specified via the \"output\" token \
143 of the \"output\""
149 output will be"
185 # Diagnostic output can be directed to a file using the "output"
217 the \"output\""
240 # output=file debug output is sent to the named file
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h811 krb5_data *output);
2038 (const krb5_data *output, krb5_kdc_rep **rep);
2041 (const krb5_data *output, krb5_kdc_rep **rep);
2044 (const krb5_data *output, krb5_ap_req **rep);
2047 (const krb5_data *output, krb5_ap_rep **rep);
2053 (const krb5_data *output, krb5_kdc_req **rep);
2062 (const krb5_data *output, krb5_safe **rep);
2068 (const krb5_data *output, krb5_priv **rep);
2074 (const krb5_data *output, krb5_cred **rep);
2080 (const krb5_data *output, krb5_error **rep);
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_help.c202 boolean_t output = FALSE; in print_wdesc() local
208 output = TRUE; in print_wdesc()
218 output = TRUE; in print_wdesc()
225 output = TRUE; in print_wdesc()
230 if (output) in print_wdesc()
291 boolean_t output = FALSE; in print_ddesc() local
297 output = TRUE; in print_ddesc()
307 output = TRUE; in print_ddesc()
314 output = TRUE; in print_ddesc()
319 if (output) in print_ddesc()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithFunctions38 * RESULT: Silent output without any probes listed.
42 * RESULT: Silent output without any probes listed.
60 * RESULT: Silent output without any probes listed.
64 * RESULT: Silent output without any probes listed.
88 * RESULT: Silent output without any probes listed.
96 * RESULT: Silent output without any probes listed.
/illumos-gate/usr/src/test/util-tests/tests/head/
H A Dhead_test.ksh32 typeset output="$1"
47 if [[ ! -f "$output" ]]; then
48 test_fail "missing expeced output file $output"
52 if ! diff $output $TMPFILE >/dev/null 2>/dev/null; then
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Ddescbc.c47 krb5_const krb5_data *input, krb5_data *output) in k5_descbc_hash() argument
58 if (output->length != MIT_DES_BLOCK_LENGTH) in k5_descbc_hash()
65 ivec ? (krb5_data *)ivec : &zero_ivec, input, output); in k5_descbc_hash()
/illumos-gate/usr/src/test/libc-tests/tests/err/
H A Derr.ksh51 output=${
67 if [[ "$expect" != "$output" ]]; then
69 diff -u <(print "$output") <(print "$expect") || true
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c177 const krb5_data *input, krb5_enc_data *output) in krb5_c_encrypt() argument
191 output->magic = KV5M_ENC_DATA; in krb5_c_encrypt()
192 output->kvno = 0; in krb5_c_encrypt()
193 output->enctype = key->enctype; in krb5_c_encrypt()
212 key, usage, ivec, input, &output->ciphertext)); in krb5_c_encrypt()

12345678910>>...29