Searched refs:output (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/gcc/
H A Dmkconfig.sh33 output=$1
34 rm -f ${output}T
38 header_guard=GCC_`echo ${output} | sed -e ${hg_sed_expr}`
41 echo "#ifndef ${header_guard}" >> ${output}T
42 echo "#define ${header_guard}" >> ${output}T
46 if test x"$output" = x"config.h"; then
47 echo "#ifdef GENERATOR_FILE" >> ${output}T
48 echo "#error config.h is for the host, not build, machine." >> ${output}T
49 echo "#endif" >> ${output}T
55 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}
[all...]
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.h20 extern int _crypt_output_magic(const char *setting, char *output, int size);
22 char *output, int size);
25 const char *input, int size, char *output, int output_size);
/freebsd-10.0-release/contrib/dialog/samples/
H A Dsetup-edit6 output=`tempfile 2>/dev/null` || output=/tmp/test$$
7 trap "rm -f $input $output" $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM
H A Dinputbox53 # use --output-fd to write to a different output than stderr
9 $DIALOG --title "INPUT BOX" --clear --output-fd 4 "$@" \
H A Dmenubox1225 cat $input | sed -e 's/^/"/' -e 's/:/" "/g' -e 's/$/"/' >$output
26 cat $output >$input
38 --file $input 2> $output
42 tempfile=$output
H A Dreport-edit8 diff -c $input $output
/freebsd-10.0-release/bin/sh/
H A Doutput.h32 * @(#)output.h 8.2 (Berkeley) 5/4/95
41 struct output { struct
50 extern struct output output; /* to fd 1 */
51 extern struct output errout; /* to fd 2 */
52 extern struct output memout;
53 extern struct output *out1; /* &memout if backquote, otherwise &output */
54 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
57 void outcslow(int, struct output *);
[all...]
H A Doutput.c35 static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95";
42 * Shell output routines. We use our own output routines because:
44 * any pending output.
46 * save the output of the command in a region obtained
48 * output of the command via a pipe.
60 #include "output.h"
67 #define MEM_OUT -2 /* output to dynamically allocated memory */
68 #define OUTPUT_ERR 01 /* error occurred on output */
72 struct output outpu variable in typeref:struct:output
[all...]
/freebsd-10.0-release/contrib/ldns/compat/
H A Db64_ntop.c80 The encoding process represents 24-bit groups of input bits as output
88 output string.
124 output will be an integral multiple of 4 characters
127 here, the final unit of encoded output will be two
130 here, the final unit of encoded output will be three
138 uint8_t output[4]; local
156 output[0] = input[0] >> 2;
157 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4);
158 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6);
159 output[
[all...]
H A Db32_ntop.c88 The encoding process represents 40-bit groups of input bits as output
101 output string. These characters, identified in Table 3, below, are
128 bits; here, the final unit of encoded output will be an integral
132 final unit of encoded output will be two characters followed by six
136 final unit of encoded output will be four characters followed by four
140 final unit of encoded output will be five characters followed by
144 final unit of encoded output will be seven characters followed by one
181 uint8_t output[8]; local
183 memset(output, 0, 8);
193 output[
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dhost2str.c134 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) argument
138 ldns_buffer_printf(output, "%s", lt->name);
140 ldns_buffer_printf(output, "OPCODE%u", opcode);
142 return ldns_buffer_status(output);
146 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) argument
150 ldns_buffer_printf(output, "%s", lt->name);
152 ldns_buffer_printf(output, "RCODE%u", rcode);
154 return ldns_buffer_status(output);
158 ldns_algorithm2buffer_str(ldns_buffer *output, argument
164 ldns_buffer_printf(output, "
172 ldns_cert_algorithm2buffer_str(ldns_buffer *output, ldns_cert_algorithm cert_algorithm) argument
271 ldns_rdf2buffer_str_dname(ldns_buffer *output, const ldns_rdf *dname) argument
323 ldns_rdf2buffer_str_int8(ldns_buffer *output, const ldns_rdf *rdf) argument
331 ldns_rdf2buffer_str_int16(ldns_buffer *output, const ldns_rdf *rdf) argument
339 ldns_rdf2buffer_str_int32(ldns_buffer *output, const ldns_rdf *rdf) argument
347 ldns_rdf2buffer_str_time(ldns_buffer *output, const ldns_rdf *rdf) argument
362 ldns_rdf2buffer_str_a(ldns_buffer *output, const ldns_rdf *rdf) argument
373 ldns_rdf2buffer_str_aaaa(ldns_buffer *output, const ldns_rdf *rdf) argument
385 ldns_rdf2buffer_str_str(ldns_buffer *output, const ldns_rdf *rdf) argument
409 ldns_rdf2buffer_str_b64(ldns_buffer *output, const ldns_rdf *rdf) argument
422 ldns_rdf2buffer_str_b32_ext(ldns_buffer *output, const ldns_rdf *rdf) argument
443 ldns_rdf2buffer_str_hex(ldns_buffer *output, const ldns_rdf *rdf) argument
454 ldns_rdf2buffer_str_type(ldns_buffer *output, const ldns_rdf *rdf) argument
469 ldns_rdf2buffer_str_class(ldns_buffer *output, const ldns_rdf *rdf) argument
484 ldns_rdf2buffer_str_cert_alg(ldns_buffer *output, const ldns_rdf *rdf) argument
498 ldns_rdf2buffer_str_alg(ldns_buffer *output, const ldns_rdf *rdf) argument
508 loc_cm_print(ldns_buffer *output, uint8_t mantissa, uint8_t exponent) argument
525 ldns_rr_type2buffer_str(ldns_buffer *output, const ldns_rr_type type) argument
580 ldns_rr_class2buffer_str(ldns_buffer *output, const ldns_rr_class klass) argument
614 ldns_rdf2buffer_str_loc(ldns_buffer *output, const ldns_rdf *rdf) argument
700 ldns_rdf2buffer_str_unknown(ldns_buffer *output, const ldns_rdf *rdf) argument
707 ldns_rdf2buffer_str_nsap(ldns_buffer *output, const ldns_rdf *rdf) argument
714 ldns_rdf2buffer_str_atma(ldns_buffer *output, const ldns_rdf *rdf) argument
720 ldns_rdf2buffer_str_wks(ldns_buffer *output, const ldns_rdf *rdf) argument
761 ldns_rdf2buffer_str_nsec(ldns_buffer *output, const ldns_rdf *rdf) argument
800 ldns_rdf2buffer_str_nsec3_salt(ldns_buffer *output, const ldns_rdf *rdf) argument
826 ldns_rdf2buffer_str_period(ldns_buffer *output, const ldns_rdf *rdf) argument
835 ldns_rdf2buffer_str_tsigtime(ldns_buffer *output,const ldns_rdf *rdf) argument
856 ldns_rdf2buffer_str_apl(ldns_buffer *output, const ldns_rdf *rdf) argument
932 ldns_rdf2buffer_str_int16_data(ldns_buffer *output, const ldns_rdf *rdf) argument
953 ldns_rdf2buffer_str_ipseckey(ldns_buffer *output, const ldns_rdf *rdf) argument
1046 ldns_rdf2buffer_str_tsig(ldns_buffer *output, const ldns_rdf *rdf) argument
1188 ldns_rr2buffer_str_fmt(ldns_buffer *output, const ldns_output_format *fmt, const ldns_rr *rr) argument
1413 ldns_rr2buffer_str(ldns_buffer *output, const ldns_rr *rr) argument
1419 ldns_rr_list2buffer_str_fmt(ldns_buffer *output, const ldns_output_format *fmt, const ldns_rr_list *list) argument
1432 ldns_rr_list2buffer_str(ldns_buffer *output, const ldns_rr_list *list) argument
1439 ldns_pktheader2buffer_str(ldns_buffer *output, const ldns_pkt *pkt) argument
1491 ldns_pkt2buffer_str_fmt(ldns_buffer *output, const ldns_output_format *fmt, const ldns_pkt *pkt) argument
1612 ldns_pkt2buffer_str(ldns_buffer *output, const ldns_pkt *pkt) argument
1620 ldns_hmac_key2buffer_str(ldns_buffer *output, const ldns_key *k) argument
1639 ldns_gost_key2buffer_str(ldns_buffer *output, EVP_PKEY *p) argument
1660 ldns_key2buffer_str(ldns_buffer *output, const ldns_key *k) argument
2216 ldns_rdf_print(FILE *output, const ldns_rdf *rdf) argument
2228 ldns_rr_print_fmt(FILE *output, const ldns_output_format *fmt, const ldns_rr *rr) argument
2241 ldns_rr_print(FILE *output, const ldns_rr *rr) argument
2247 ldns_pkt_print_fmt(FILE *output, const ldns_output_format *fmt, const ldns_pkt *pkt) argument
2260 ldns_pkt_print(FILE *output, const ldns_pkt *pkt) argument
2266 ldns_rr_list_print_fmt(FILE *output, const ldns_output_format *fmt, const ldns_rr_list *lst) argument
2276 ldns_rr_list_print(FILE *output, const ldns_rr_list *lst) argument
2282 ldns_resolver_print_fmt(FILE *output, const ldns_output_format *fmt, const ldns_resolver *r) argument
2349 ldns_resolver_print(FILE *output, const ldns_resolver *r) argument
2355 ldns_zone_print_fmt(FILE *output, const ldns_output_format *fmt, const ldns_zone *z) argument
2363 ldns_zone_print(FILE *output, const ldns_zone *z) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dcbc3_enc.c62 void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length, argument
73 (unsigned char*)output,length,&ks1,iv1,enc);
75 memcpy(niv1,output[off],sizeof(DES_cblock));
76 DES_cbc_encrypt((unsigned char*)output,
77 (unsigned char*)output,l8,&ks2,iv1,!enc);
78 DES_cbc_encrypt((unsigned char*)output,
79 (unsigned char*)output,l8,&ks1,iv2,enc);
81 memcpy(niv2,output[off],sizeof(DES_cblock));
88 (unsigned char*)output,l8,&ks1,iv2,enc);
89 DES_cbc_encrypt((unsigned char*)output,
[all...]
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dhost2str.h90 * Standard output format record that disables commenting in the textual
95 * Standard output format record that annotated only DNSKEY RR's with commenti
100 * The default output format record. Same as ldns_output_format_onlykeyids.
104 * Standard output format record that shows all DNSKEY related information in
112 * to the output buffer
113 * \param[in] *output the buffer to add the data to
118 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode);
122 * to the output buffer
123 * \param[in] *output the buffer to add the data to
128 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcod
[all...]
H A Dhost2wire.h44 * \param[out] *output buffer to append the result to
48 ldns_status ldns_rdf2buffer_wire(ldns_buffer *output, const ldns_rdf *rdf);
54 * \param[out] *output buffer to append the result to
58 ldns_status ldns_rdf2buffer_wire_canonical(ldns_buffer *output,
63 * \param[out] *output buffer to append the result to
69 ldns_status ldns_rr2buffer_wire(ldns_buffer *output,
77 * \param[out] *output buffer to append the result to
83 ldns_status ldns_rr2buffer_wire_canonical(ldns_buffer *output,
91 * \param[out] output buffer to append the result to
95 ldns_status ldns_rrsig2buffer_wire(ldns_buffer *output, cons
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dfmtmsg.c53 char *env, *msgverb, *output; local
69 output = printfmt(msgverb, class, label, sev, text, action,
71 if (output == NULL) {
75 if (*output != '\0')
76 fprintf(stderr, "%s", output);
78 free(output);
81 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
83 if (output == NULL)
85 if (*output != '\0') {
87 free(output);
117 char *comp, *output; local
[all...]
/freebsd-10.0-release/sys/xen/interface/foreign/
H A Dmkheader.py68 output = ""; variable
78 output += """
90 output += header[arch];
91 output += "\n";
93 # add defines to output
105 output += re.sub(regex, replace, line) + "\n";
106 output += "\n";
113 # add unions to output
118 output += "#define %s_has_no_%s 1\n" % (arch, union);
120 output
146 output = re.sub("\\\\b%s\\\\b" % define, replace, output); variable
150 output = re.sub("\\\\b(union\\s+%s)\\\\b" % union, "\\\\1_%s" % arch, output); variable
154 output = re.sub("\\\\b(struct\\s+%s)\\\\b" % struct, "\\\\1_%s" % arch, output); variable
155 output = re.sub("\\\\b(%s)_t\\\\b" % struct, "\\\\1_%s_t" % arch, output); variable
161 output = re.sub("\\\\b%s\\\\b" % type, inttypes[arch][type], output); variable
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Dbase64.c75 The encoding process represents 24-bit groups of input bits as output
83 output string.
119 output will be an integral multiple of 4 characters
122 here, the final unit of encoded output will be two
125 here, the final unit of encoded output will be three
133 u_char output[4]; local
142 output[0] = input[0] >> 2;
143 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4);
144 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6);
145 output[
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dxmemdup.c36 PTR output = xcalloc (1, alloc_size); local
37 return (PTR) memcpy (output, input, copy_size);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dxmemdup.c36 PTR output = xcalloc (1, alloc_size); local
37 return (PTR) memcpy (output, input, copy_size);
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Doutput.h30 class output { class
37 output();
38 virtual ~output();
69 extern output *out;
74 output *make_troff_output();
77 output *make_tex_output();
78 output *make_tpic_output();
82 output *make_fig_output();
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_quoprint.h40 * quoted-printable format and write the encoded data to @a output. Be
45 svn_quoprint_encode(svn_stream_t *output,
49 * quoted-printable format and write the decoded data to @a output. Be
54 svn_quoprint_decode(svn_stream_t *output,
/freebsd-10.0-release/usr.bin/uuencode/
H A Duuencode.c45 * uuencode [input] output
67 static FILE *output; variable
121 output = fopen(outfile, "w+");
122 if (output == NULL)
123 err(1, "unable to open %s for output", outfile);
125 output = stdout;
130 if (ferror(output))
155 fprintf(output, "begin-base64 %o %s\n", mode, *av);
161 fprintf(output, "%s%s", buf2, (sequence % GROUPS) ? "" : "\n");
164 fprintf(output, "\
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/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
73 print -u2 "Expected output not returned"
/freebsd-10.0-release/contrib/libstdc++/scripts/
H A Dextract_symvers37 output=$2
65 mv $tmp $output
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c38 static char output[0x100]; local
53 if (length >= sizeof(output) || (int)length > params->max)
69 if (length + (end - start) >= sizeof(output) - 1) {
73 memcpy(&output[length], start, end - start);
79 output[length++] = SEPARATORS[i];
83 output[length++] = ' ';
87 output[length] = '\0';
91 return output;

Completed in 190 milliseconds

1234567891011>>