Searched refs:outfile (Results 1 - 25 of 556) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Dckconfig.c294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#unde
[all...]
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon3945
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) argument
150 dest->outfile = outfile;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Dckconfig.c294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#unde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Dckconfig.c294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#unde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tests/
H A Dfate-run.sh14 outfile="${outdir}/${test}"
18 eval $target_exec $command > "$outfile" 2>/dev/null
19 diff -u -w "$ref" "$outfile"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tests/
H A Dfate-run.sh14 outfile="${outdir}/${test}"
18 eval $target_exec $command > "$outfile" 2>/dev/null
19 diff -u -w "$ref" "$outfile"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tests/
H A Dfate-run.sh14 outfile="${outdir}/${test}"
18 eval $target_exec $command > "$outfile" 2>/dev/null
19 diff -u -w "$ref" "$outfile"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dsymmisc.c81 struct ui_file *outfile; member in struct:print_symbol_args
301 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
307 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
310 fprintf_filtered (outfile, "No minimal symbols found.\n");
349 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type); local
350 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (msymbol), 1, outfile);
351 fprintf_filtered (outfile, " %s", DEPRECATED_SYMBOL_NAME (msymbol));
353 fprintf_filtered (outfile, " section %s",
358 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
362 fprintf_filtered (outfile, "
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab_1(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
492 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
499 deprecated_print_address_numeric (BLOCK_START (b), 1, outfile); local
501 deprecated_print_address_numeric (BLOCK_END (b), 1, outfile); local
535 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
554 struct ui_file *outfile; local
610 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
616 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
629 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
639 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
651 outfile, local
681 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
691 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
741 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
751 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
794 struct ui_file *outfile; local
840 print_partial_symbols(struct partial_symbol **p, int count, char *what, struct ui_file *outfile) argument
942 struct ui_file *outfile; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dsymmisc.c81 struct ui_file *outfile; member in struct:print_symbol_args
301 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
307 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
310 fprintf_filtered (outfile, "No minimal symbols found.\n");
349 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type); local
350 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (msymbol), 1, outfile);
351 fprintf_filtered (outfile, " %s", DEPRECATED_SYMBOL_NAME (msymbol));
353 fprintf_filtered (outfile, " section %s",
358 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
362 fprintf_filtered (outfile, "
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab_1(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
492 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
499 deprecated_print_address_numeric (BLOCK_START (b), 1, outfile); local
501 deprecated_print_address_numeric (BLOCK_END (b), 1, outfile); local
535 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
554 struct ui_file *outfile; local
610 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
616 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
629 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
639 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
651 outfile, local
681 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
691 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
741 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
751 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
794 struct ui_file *outfile; local
840 print_partial_symbols(struct partial_symbol **p, int count, char *what, struct ui_file *outfile) argument
942 struct ui_file *outfile; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dsymmisc.c81 struct ui_file *outfile; member in struct:print_symbol_args
301 dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
307 fprintf_filtered (outfile, "\nObject file %s:\n\n", objfile->name);
310 fprintf_filtered (outfile, "No minimal symbols found.\n");
349 fprintf_filtered (outfile, "[%2d] %c ", index, ms_type); local
350 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (msymbol), 1, outfile);
351 fprintf_filtered (outfile, " %s", DEPRECATED_SYMBOL_NAME (msymbol));
353 fprintf_filtered (outfile, " section %s",
358 fprintf_filtered (outfile, " %s", SYMBOL_DEMANGLED_NAME (msymbol));
362 fprintf_filtered (outfile, "
300 dump_msymbols(struct objfile *objfile, struct ui_file *outfile) argument
374 dump_psymtab(struct objfile *objfile, struct partial_symtab *psymtab, struct ui_file *outfile) argument
441 dump_symtab_1(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
492 gdb_print_host_address (BLOCK_SUPERBLOCK (b), outfile); local
499 deprecated_print_address_numeric (BLOCK_START (b), 1, outfile); local
501 deprecated_print_address_numeric (BLOCK_END (b), 1, outfile); local
535 dump_symtab(struct objfile *objfile, struct symtab *symtab, struct ui_file *outfile) argument
554 struct ui_file *outfile; local
610 struct ui_file *outfile = ((struct print_symbol_args *) args)->outfile; local
616 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
629 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
639 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); local
651 outfile, local
681 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
691 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
741 deprecated_print_address_numeric (SYMBOL_VALUE_ADDRESS (symbol), 1, outfile); local
751 gdb_print_host_address (SYMBOL_BLOCK_VALUE (symbol), outfile); local
794 struct ui_file *outfile; local
840 print_partial_symbols(struct partial_symbol **p, int count, char *what, struct ui_file *outfile) argument
942 struct ui_file *outfile; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/
H A Dpotomo35 outfile="$2"
42 if [ "$outfile" -nt "$infile" ]; then
43 echo "potomo: '$outfile' is newer than source - keeping" 2>&1
56 msgfmt --output-file="$outfile" "$infile"
62 msgfmt --output-file="$outfile" -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/
H A Dpotomo35 outfile="$2"
42 if [ "$outfile" -nt "$infile" ]; then
43 echo "potomo: '$outfile' is newer than source - keeping" 2>&1
56 msgfmt --output-file="$outfile" "$infile"
62 msgfmt --output-file="$outfile" -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/
H A Dpotomo35 outfile="$2"
42 if [ "$outfile" -nt "$infile" ]; then
43 echo "potomo: '$outfile' is newer than source - keeping" 2>&1
56 msgfmt --output-file="$outfile" "$infile"
62 msgfmt --output-file="$outfile" -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dperltest.pl59 $outfile = "OUTFILE";
61 else { $outfile = "STDOUT"; }
63 printf($outfile "Perl $] Regular Expressions\n\n");
72 printf $outfile "$_" if $infile ne "STDIN";
81 printf $outfile "$_" if $infile ne "STDIN";
125 printf $outfile "Error: $@";
150 printf $outfile "$_\n" if $infile ne "STDIN";
190 printf $outfile "Error: $@\n";
195 printf $outfile "No match";
197 { printf $outfile (", mar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dperltest.pl59 $outfile = "OUTFILE";
61 else { $outfile = "STDOUT"; }
63 printf($outfile "Perl $] Regular Expressions\n\n");
72 printf $outfile "$_" if $infile ne "STDIN";
81 printf $outfile "$_" if $infile ne "STDIN";
125 printf $outfile "Error: $@";
150 printf $outfile "$_\n" if $infile ne "STDIN";
190 printf $outfile "Error: $@\n";
195 printf $outfile "No match";
197 { printf $outfile (", mar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dperltest.pl59 $outfile = "OUTFILE";
61 else { $outfile = "STDOUT"; }
63 printf($outfile "Perl $] Regular Expressions\n\n");
72 printf $outfile "$_" if $infile ne "STDIN";
81 printf $outfile "$_" if $infile ne "STDIN";
125 printf $outfile "Error: $@";
150 printf $outfile "$_\n" if $infile ne "STDIN";
190 printf $outfile "Error: $@\n";
195 printf $outfile "No match";
197 { printf $outfile (", mar
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tools/
H A Dgraph2dot.c43 static void print_digraph(FILE *outfile, AVFilterGraph *graph) argument
47 fprintf(outfile, "digraph G {\n");
48 fprintf(outfile, "node [shape=box]\n");
49 fprintf(outfile, "rankdir=LR\n");
69 fprintf(outfile, "\"%s\" -> \"%s\"", filter_ctx_label, dst_filter_ctx_label);
70 fprintf(outfile, " [ label= \"fmt:%s w:%d h:%d\"];\n",
75 fprintf(outfile, "}\n");
82 FILE *outfile = NULL; local
116 outfile = fopen(outfilename, "w");
117 if (!outfile) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tools/
H A Dgraph2dot.c43 static void print_digraph(FILE *outfile, AVFilterGraph *graph) argument
47 fprintf(outfile, "digraph G {\n");
48 fprintf(outfile, "node [shape=box]\n");
49 fprintf(outfile, "rankdir=LR\n");
69 fprintf(outfile, "\"%s\" -> \"%s\"", filter_ctx_label, dst_filter_ctx_label);
70 fprintf(outfile, " [ label= \"fmt:%s w:%d h:%d\"];\n",
75 fprintf(outfile, "}\n");
82 FILE *outfile = NULL; local
116 outfile = fopen(outfilename, "w");
117 if (!outfile) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tools/
H A Dgraph2dot.c43 static void print_digraph(FILE *outfile, AVFilterGraph *graph) argument
47 fprintf(outfile, "digraph G {\n");
48 fprintf(outfile, "node [shape=box]\n");
49 fprintf(outfile, "rankdir=LR\n");
69 fprintf(outfile, "\"%s\" -> \"%s\"", filter_ctx_label, dst_filter_ctx_label);
70 fprintf(outfile, " [ label= \"fmt:%s w:%d h:%d\"];\n",
75 fprintf(outfile, "}\n");
82 FILE *outfile = NULL; local
116 outfile = fopen(outfilename, "w");
117 if (!outfile) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware38 $outfile = eval($cid);
41 Firmware(s) $outfile extracted successfully.
63 my $outfile = "dvb-fe-sp8870.fw";
71 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile);
73 $outfile;
81 my $outfile = "dvb-fe-sp887x.fw";
91 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile);
93 $outfile;
100 my $outfile = "dvb-fe-tda10045.fw";
109 copy("$tmpdir/fwtmp", $outfile);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/dvb/
H A Dget_dvb_firmware38 $outfile = eval($cid);
41 Firmware(s) $outfile extracted successfully.
63 my $outfile = "dvb-fe-sp8870.fw";
71 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile);
73 $outfile;
81 my $outfile = "dvb-fe-sp887x.fw";
91 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile);
93 $outfile;
100 my $outfile = "dvb-fe-tda10045.fw";
109 copy("$tmpdir/fwtmp", $outfile);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/tests/
H A Dxmltest.sh39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
130 rm outfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dsmbrun.c33 static BOOL setup_stdout_file(char *outfile,BOOL shared) argument
47 unlink(outfile);
49 fd = sys_open(outfile,flags,mode);
67 outfile (or discard it if outfile is NULL).
74 int smbrun(char *cmd,char *outfile,BOOL shared) argument
103 outfile?outfile:"/dev/null");
164 if (outfile && !setup_stdout_file(outfile,share
[all...]

Completed in 148 milliseconds

1234567891011>>