Searched refs:out (Results 1 - 25 of 4014) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Dusage.c28 static void usage_header(FILE *out) argument
30 fprintf(out, "==============================================================================\n");
31 fprintf(out, "metaflac - Command-line FLAC metadata editor version %s\n", FLAC__VERSION_STRING);
32 fprintf(out, "Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson\n");
33 fprintf(out, "\n");
34 fprintf(out, "This program is free software; you can redistribute it and/or\n");
35 fprintf(out, "modify it under the terms of the GNU General Public License\n");
36 fprintf(out, "as published by the Free Software Foundation; either version 2\n");
37 fprintf(out, "of the License, or (at your option) any later version.\n");
38 fprintf(out, "\
50 usage_summary(FILE *out) argument
96 FILE *out = (message? stderr : stdout); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Da.out.h1 #include <asm-m68k/a.out.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dpack.c42 unsigned char *out = ptr; local
45 out[3] = (unsigned char) tmp;
47 out[2] = (unsigned char) tmp;
49 out[1] = (unsigned char) tmp;
51 out[0] = (unsigned char) tmp;
54 out[5] = (unsigned char) tmp;
56 out[4] = (unsigned char) tmp;
59 out[7] = (unsigned char) tmp;
61 out[6] = (unsigned char) tmp;
64 out[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A DMakefile.am20 out.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/
H A Db64.pl13 $out.=$_;
16 $out =~ s/\s//g;
17 $out =~ s/(.{64})/$1\n/g;
18 print "$first$out\n$last\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Db64.pl13 $out.=$_;
16 $out =~ s/\s//g;
17 $out =~ s/(.{64})/$1\n/g;
18 print "$first$out\n$last\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudfend.h9 kernel_lb_addr out; local
10 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum);
11 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum);
12 return out;
17 lb_addr out; local
18 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum);
19 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum);
20 return out;
25 kernel_timestamp out; local
26 memcpy(&out,
34 short_ad out; local
42 short_ad out; local
50 kernel_long_ad out; local
58 long_ad out; local
66 kernel_extent_ad out; local
74 timestamp out; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream-xterm6 tmpfiles="$tmpfiles out"
9 (TERM=xterm ./test-term-ostream > out) 2>&1 | cat 1>&2
21 ${DIFF} ${srcdir}/test-term-ostream-xterm-r6.out out > /dev/null \
22 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
23 || ${DIFF} ${srcdir}/test-term-ostream-xterm-basic.out out > /dev/null \
24 || ${DIFF} ${srcdir}/test-term-ostream-xterm-8bit.out out > /de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream-xterm6 tmpfiles="$tmpfiles out"
9 (TERM=xterm ./test-term-ostream > out) 2>&1 | cat 1>&2
21 ${DIFF} ${srcdir}/test-term-ostream-xterm-r6.out out > /dev/null \
22 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
23 || ${DIFF} ${srcdir}/test-term-ostream-xterm-basic.out out > /dev/null \
24 || ${DIFF} ${srcdir}/test-term-ostream-xterm-8bit.out out > /de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Derr-ins.pl12 @out="";
15 push(@out,$_);
21 print OUT @out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Derr-ins.pl12 @out="";
15 push(@out,$_);
21 print OUT @out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludeconvert.c9 unsigned char *out;
15 out = malloc((size_t)out_size);
17 if (out) {
21 free(out);
22 out = NULL;
25 if (out) {
27 ret = handler->input(out, &out_size, in, &temp);
34 free(out);
35 out = NULL;
37 out
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dt_crl.c85 int X509_CRL_print(BIO *out, X509_CRL *x) argument
93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out,"%8sIssuer: %s\n","",p);
102 BIO_printf(out,"%8sLast Update: ","");
103 ASN1_TIME_print(out,X509_CRL_get_lastUpdate(x));
104 BIO_printf(out,"\n%8sNext Update: ","");
106 ASN1_TIME_print(out,X509_CRL_get_nextUpdate(x));
107 else BIO_printf(out,"NON
[all...]
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
75 BIO_printf(out, "%*sTrusted Uses:\n%*s",
78 if(!first) BIO_puts(out, ", ");
82 BIO_puts(out, oidstr);
84 BIO_puts(out, "\n");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 BIO_printf(out, "%*sRejected Uses:\n%*s",
91 if(!first) BIO_puts(out, ", ");
95 BIO_puts(out, oidstr);
97 BIO_puts(out, "\
[all...]
H A Dt_spki.c64 /* Print out an SPKI */
66 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki) argument
72 BIO_printf(out, "Netscape SPKI:\n");
74 BIO_printf(out," Public Key Algorithm: %s\n",
77 if(!pkey) BIO_printf(out, " Unable to load public key\n");
82 BIO_printf(out," RSA Public Key: (%d bit)\n",
84 RSA_print(out,pkey->pkey.rsa,2);
91 BIO_printf(out," DSA Public Key:\n");
92 DSA_print(out,pkey->pkey.dsa,2);
96 BIO_printf(out," Unknow
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_crl.c85 int X509_CRL_print(BIO *out, X509_CRL *x) argument
93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out,"%8sIssuer: %s\n","",p);
102 BIO_printf(out,"%8sLast Update: ","");
103 ASN1_TIME_print(out,X509_CRL_get_lastUpdate(x));
104 BIO_printf(out,"\n%8sNext Update: ","");
106 ASN1_TIME_print(out,X509_CRL_get_nextUpdate(x));
107 else BIO_printf(out,"NON
[all...]
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
75 BIO_printf(out, "%*sTrusted Uses:\n%*s",
78 if(!first) BIO_puts(out, ", ");
82 BIO_puts(out, oidstr);
84 BIO_puts(out, "\n");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 BIO_printf(out, "%*sRejected Uses:\n%*s",
91 if(!first) BIO_puts(out, ", ");
95 BIO_puts(out, oidstr);
97 BIO_puts(out, "\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_writeout.h26 void ourWriteOut(CURL *curl, const char *out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dfirefox-db2pem.sh28 out=$1
30 if test -z "$out"; then
31 out="ca-bundle.crt" # use a sensible default
36 cat >$out <<EOF
53 done >> $out
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/scripts/
H A Dcheck-gas6 out=$tmp/out$$.o
7 $CC -c $dir/check-gas-asm.S -o $out
8 res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
9 rm -f $out
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) argument
116 return SHA1(in, inlen, out);
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
146 BIO_puts(out,"Testing key generation with ");
147 BIO_puts(out,text);
149 BIO_puts(out,"\n");
151 BIO_flush(out);
167 BIO_puts(out," pri 1=");
168 BN_print(out,a->priv_key);
169 BIO_puts(out,"\
303 BIO *out; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dofstdio.c16 ihandle in, out; local
21 if (getprop(chosen, "stdout", &out, sizeof(out)) != 4)
27 *stdout = out;
28 *stderr = out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) argument
116 return SHA1(in, inlen, out);
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
146 BIO_puts(out,"Testing key generation with ");
147 BIO_puts(out,text);
149 BIO_puts(out,"\n");
151 BIO_flush(out);
167 BIO_puts(out," pri 1=");
168 BN_print(out,a->priv_key);
169 BIO_puts(out,"\
303 BIO *out; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c43 char *out = buf; local
52 out += sprintf(out, "%*s[%p] link (%08x) ", space, "", td, le32_to_cpu(td->link));
53 out += sprintf(out, "e%d %s%s%s%s%s%s%s%s%s%sLength=%x ",
83 out += sprintf(out, "MaxLen=%x DT%d EndPt=%x Dev=%x, PID=%x(%s) ",
90 out += sprintf(out, "(buf=%08x)\n", le32_to_cpu(td->buffer));
92 return out
97 char *out = buf; local
151 char *out = buf; local
229 char *out = buf; local
254 char *out = buf; local
286 char *out = buf; local
343 char *out = buf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlh_stats.c35 * The word 'cryptographic' can be left out if the rouines from the library
73 void lh_stats(LHASH *lh, FILE *out) argument
75 fprintf(out,"num_items = %lu\n",lh->num_items);
76 fprintf(out,"num_nodes = %u\n",lh->num_nodes);
77 fprintf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes);
78 fprintf(out,"num_expands = %lu\n",lh->num_expands);
79 fprintf(out,"num_expand_reallocs = %lu\n",lh->num_expand_reallocs);
80 fprintf(out,"num_contracts = %lu\n",lh->num_contracts);
81 fprintf(out,"num_contract_reallocs = %lu\n",lh->num_contract_reallocs);
82 fprintf(out,"num_hash_call
99 lh_node_stats(LHASH *lh, FILE *out) argument
112 lh_node_usage_stats(LHASH *lh, FILE *out) argument
180 lh_stats_bio(const LHASH *lh, BIO *out) argument
208 lh_node_stats_bio(const LHASH *lh, BIO *out) argument
221 lh_node_usage_stats_bio(const LHASH *lh, BIO *out) argument
[all...]

Completed in 179 milliseconds

1234567891011>>