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

1234567891011>>

/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dqud_cksm.c77 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
96 lp = (struct lp_st *)&(output[0])[0];
98 lp = (DES_LONG *)&(output[0])[0];
H A Ddes.h132 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
135 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
139 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
142 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
145 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
152 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
181 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
216 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
219 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
H A Dcbc_cksm.c61 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, argument
68 unsigned char *out = &(*output)[0];
/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c82 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
485 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
511 if (ddata.output.size == 0)
513 if (ddata.paren && !vector_str_push(&ddata.output, ")", 1))
515 if (ddata.mem_vat && !vector_str_push(&ddata.output, " volatile", 9))
517 if (ddata.mem_cst && !vector_str_push(&ddata.output, " const", 6))
519 if (ddata.mem_rst && !vector_str_push(&ddata.output, " restrict", 9))
522 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
542 vector_str_dest(&d->output);
1350 struct vector_str *output; local
1768 struct vector_str *output, v; local
1834 struct vector_str *output; local
1866 struct vector_str *output, v; local
2274 struct vector_str *output, v; local
2337 struct vector_str *output; local
2492 struct vector_str *output; local
2934 struct vector_str *output; local
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h80 void (*output) (unsigned char *, int); member in struct:__anon5916
/freebsd-11.0-release/contrib/telnet/libtelnet/
H A Dencrypt.h87 void (*output)(unsigned char *, int); member in struct:__anon5553
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/find/
H A Dt_find.sh43 # TODO: Parse the output.file for actual verification.
45 atf_check -s exit:1 -o save:output.file \
/freebsd-11.0-release/contrib/dialog/samples/
H A Dtreeview247 --treeview "TreeView demo" 0 0 10 `cat $input | sed -e 's/:/ /g'` 2> $output
51 tempfile=$output
/freebsd-11.0-release/sbin/devd/
H A DMakefile19 CLEANFILES= y.output
/freebsd-11.0-release/usr.bin/iscsictl/
H A DMakefile14 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-11.0-release/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm139 my @output = split / /;
141 $offset = $output[3];
143 } elsif ($output[7] =~ /s(\d{1,2})/) {
146 } elsif ($output[8] =~ /s(\d{1,2})/) {
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h92 struct evbuffer *output; member in struct:bufferevent
/freebsd-11.0-release/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb3 # A simple parser. Takes the output files generated during the build process and
7 # To capture an output file under VS builds use the following:
10 # To capture an output file under GCC/Linux builds use the following:
28 # Set the flag to indicate if there will be an XML output file or not
33 # if write our output to XML
35 output = File.open("report.xml", "w")
36 output << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
38 output << item << "\n"
40 output << "</testsuite>\n"
58 # Test was flagged as having passed so format the output
[all...]
/freebsd-11.0-release/contrib/nvi/cl/
H A Dcl_term.c45 char *output; /* Corresponding vi command. */ member in struct:_tklist
94 CHAR_T output[5]; local
107 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen);
108 MEMCPY(output, wp, wlen);
110 output, strlen(tkp->output), SEQ_COMMAND,
128 output[0] = (UCHAR_T)kp->ch;
130 output, 1, SEQ_INPUT, SEQ_NOOVERWRITE | SEQ_SCREEN))
147 if (tkp->output
[all...]
/freebsd-11.0-release/usr.sbin/jail/
H A DMakefile25 CLEANFILES= y.output
/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgzip.c68 const char *output; local
76 output = NULL;
98 output = optarg;
108 mk_fn(cflag, *argv, output, fn);
174 "usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c73 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
218 if (ddata.output.size == 0)
220 if (ddata.paren && !vector_str_push(&ddata.output, ")", 1))
222 if (ddata.mem_vat && !vector_str_push(&ddata.output, " volatile", 9))
224 if (ddata.mem_cst && !vector_str_push(&ddata.output, " const", 6))
226 if (ddata.mem_rst && !vector_str_push(&ddata.output, " restrict", 9))
229 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
249 vector_str_dest(&d->output);
259 if (!vector_str_init(&d->output))
1057 struct vector_str *output; local
1477 struct vector_str *output, v; local
1543 struct vector_str *output; local
1575 struct vector_str *output, v; local
1983 struct vector_str *output, v; local
2046 struct vector_str *output; local
2201 struct vector_str *output; local
2643 struct vector_str *output; local
[all...]
/freebsd-11.0-release/contrib/mtree/
H A Dcreate.c94 static void output(FILE *, int, int *, const char *, ...)
201 output(fp, indent, &offset, "type=%s",
206 output(fp, indent, &offset, "uname=%s", name);
208 output(fp, indent, &offset, "uid=%u",
214 output(fp, indent, &offset, "gname=%s", name);
216 output(fp, indent, &offset, "gid=%u",
220 output(fp, indent, &offset, "mode=%#o",
224 output(fp, indent, &offset, "device=%#jx",
227 output(fp, indent, &offset, "nlink=%u", p->fts_statp->st_nlink);
230 output(f
462 output(FILE *fp, int indent, int *offset, const char *fmt, ...) function
[all...]
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_acpi.c82 * Returns a pointer to the acpi output buffer.
183 struct atif_verify_interface output; local
191 memset(&output, 0, sizeof(output));
199 size = min(sizeof(output), size);
201 memcpy(&output, info->Buffer.Pointer, size);
204 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
206 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
207 radeon_atif_parse_functions(&atif->functions, output.function_bits);
393 * Returns a pointer to the acpi output buffe
465 struct atcs_verify_interface output; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcat.c168 /* Wrap the output stream if translation is needed. */
197 svn_stream_t *output = out;
227 /* We don't promise to close output, so disown it to ensure we don't. */
228 output = svn_stream_disown(output, scratch_pool);
234 return svn_error_trace(svn_stream_copy3(normal_stream, output,
307 output = svn_subst_stream_translated(svn_stream_disown(out,
331 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev, output, NULL, NULL,
334 if (out != output)
336 SVN_ERR(svn_stream_close(output));
195 svn_stream_t *output = out; local
[all...]
/freebsd-11.0-release/contrib/ncurses/include/
H A DMKkey_defs.sh83 output=pass${pass}_$$
85 ${AWK-awk} >$output <$data '
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c645 char *output, int size,
659 BF_word output[6]; member in union:__anon127::__anon128
762 data.binary.output[i] = L;
763 data.binary.output[i + 1] = R;
766 memcpy(output, setting, 7 + 22 - 1);
767 output[7 + 22 - 1] = BF_itoa64[(int)
772 BF_swap(data.binary.output, 6);
773 BF_encode(&output[7 + 22], data.binary.output, 23);
774 output[
644 BF_crypt(const char *key, const char *setting, char *output, int size, BF_word min) argument
779 _crypt_output_magic(const char *setting, char *output, int size) argument
814 _crypt_blowfish_rn(const char *key, const char *setting, char *output, int size) argument
876 _crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count, const char *input, int size, char *output, int output_size) argument
[all...]
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dvarshell.mk9 ERROR_WITH_OUTPUT != echo "output before the error"; false
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_acpi.c35 ACPI_BUFFER output = { ACPI_ALLOCATE_BUFFER, NULL }; local
54 ret = AcpiEvaluateObject(handle, "_DSM", &input, &output);
60 obj = (ACPI_OBJECT *)output.Pointer;
83 AcpiOsFree(output.Pointer);
141 ACPI_BUFFER output = { ACPI_ALLOCATE_BUFFER, NULL }; local
160 &output);
166 pkg = (ACPI_OBJECT *)output.Pointer;
191 AcpiOsFree(output.Pointer);
/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Dtag_list.c48 void InitTagList(char *parms, void *output) { argument
51 struct tag *tagList = (struct tag*)output;

Completed in 300 milliseconds

1234567891011>>