Searched refs:infile (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/
H A Dpotomo34 infile="$1"
37 if [ ! -f "$infile" ]; then
38 echo "potomo: '$infile' not found - ignored" 2>&1
42 if [ "$outfile" -nt "$infile" ]; then
51 "$infile"`
55 echo "potomo: '$infile' keeping $fromset" >&2
56 msgfmt --output-file="$outfile" "$infile"
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/
H A Dpotomo34 infile="$1"
37 if [ ! -f "$infile" ]; then
38 echo "potomo: '$infile' not found - ignored" 2>&1
42 if [ "$outfile" -nt "$infile" ]; then
51 "$infile"`
55 echo "potomo: '$infile' keeping $fromset" >&2
56 msgfmt --output-file="$outfile" "$infile"
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/
H A Dpotomo34 infile="$1"
37 if [ ! -f "$infile" ]; then
38 echo "potomo: '$infile' not found - ignored" 2>&1
42 if [ "$outfile" -nt "$infile" ]; then
51 "$infile"`
55 echo "potomo: '$infile' keeping $fromset" >&2
56 msgfmt --output-file="$outfile" "$infile"
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/tagutils/
H A Dtagutils-aac.c237 _aac_check_extended_descriptor(FILE *infile) argument
242 if( fread((void *)&buf, 1, 3, infile) < 3 )
250 fseek(infile, -3, SEEK_CUR);
262 FILE *infile; local
276 infile = fopen(file, "rb");
277 if(!infile)
283 fseek(infile, 0, SEEK_END);
284 file_size = ftell(infile);
285 fseek(infile, 0, SEEK_SET);
288 atom_offset = _aac_lookforatom(infile, "moo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/tagutils/
H A Dtagutils-aac.c237 _aac_check_extended_descriptor(FILE *infile) argument
242 if( fread((void *)&buf, 1, 3, infile) < 3 )
250 fseek(infile, -3, SEEK_CUR);
262 FILE *infile; local
276 infile = fopen(file, "rb");
277 if(!infile)
283 fseek(infile, 0, SEEK_END);
284 file_size = ftell(infile);
285 fseek(infile, 0, SEEK_SET);
288 atom_offset = _aac_lookforatom(infile, "moo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/tagutils/
H A Dtagutils-aac.c237 _aac_check_extended_descriptor(FILE *infile) argument
242 if( fread((void *)&buf, 1, 3, infile) < 3 )
250 fseek(infile, -3, SEEK_CUR);
262 FILE *infile; local
276 infile = fopen(file, "rb");
277 if(!infile)
283 fseek(infile, 0, SEEK_END);
284 file_size = ftell(infile);
285 fseek(infile, 0, SEEK_SET);
288 atom_offset = _aac_lookforatom(infile, "moo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tools/
H A Dqt-faststart.c17 * qt-faststart <infile.mov> <outfile.mov>
78 FILE *infile; local
97 printf ("Usage: qt-faststart <infile.mov> <outfile.mov>\n");
101 infile = fopen(argv[1], "rb");
102 if (!infile) {
109 while (!feof(infile)) {
110 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
124 fclose(infile);
127 fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
128 if (fread(ftyp_atom, atom_size, 1, infile) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tools/
H A Dqt-faststart.c17 * qt-faststart <infile.mov> <outfile.mov>
78 FILE *infile; local
97 printf ("Usage: qt-faststart <infile.mov> <outfile.mov>\n");
101 infile = fopen(argv[1], "rb");
102 if (!infile) {
109 while (!feof(infile)) {
110 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
124 fclose(infile);
127 fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
128 if (fread(ftyp_atom, atom_size, 1, infile) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tools/
H A Dqt-faststart.c17 * qt-faststart <infile.mov> <outfile.mov>
78 FILE *infile; local
97 printf ("Usage: qt-faststart <infile.mov> <outfile.mov>\n");
101 infile = fopen(argv[1], "rb");
102 if (!infile) {
109 while (!feof(infile)) {
110 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
124 fclose(infile);
127 fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
128 if (fread(ftyp_atom, atom_size, 1, infile) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dperltest.pl52 $infile = "INFILE";
54 else { $infile = "STDIN"; }
70 printf " re> " if $infile eq "STDIN";
71 last if ! ($_ = <$infile>);
72 printf $outfile "$_" if $infile ne "STDIN";
79 printf " > " if $infile eq "STDIN";
80 last if ! ($_ = <$infile>);
81 printf $outfile "$_" if $infile ne "STDIN";
147 printf "data> " if $infile eq "STDIN";
148 last NEXT_RE if ! ($_ = <$infile>);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dperltest.pl52 $infile = "INFILE";
54 else { $infile = "STDIN"; }
70 printf " re> " if $infile eq "STDIN";
71 last if ! ($_ = <$infile>);
72 printf $outfile "$_" if $infile ne "STDIN";
79 printf " > " if $infile eq "STDIN";
80 last if ! ($_ = <$infile>);
81 printf $outfile "$_" if $infile ne "STDIN";
147 printf "data> " if $infile eq "STDIN";
148 last NEXT_RE if ! ($_ = <$infile>);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dperltest.pl52 $infile = "INFILE";
54 else { $infile = "STDIN"; }
70 printf " re> " if $infile eq "STDIN";
71 last if ! ($_ = <$infile>);
72 printf $outfile "$_" if $infile ne "STDIN";
79 printf " > " if $infile eq "STDIN";
80 last if ! ($_ = <$infile>);
81 printf $outfile "$_" if $infile ne "STDIN";
147 printf "data> " if $infile eq "STDIN";
148 last NEXT_RE if ! ($_ = <$infile>);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr015/
H A Dtestone89 infile=../$name.testin
90 if [ ! -f $infile ]; then
91 infile=/dev/null
97 if [ -s $infile ]; then
98 echo "Input file is $infile"
105 ./$name <$infile >../$name.out 2>../$name.err
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr015/
H A Dtestone89 infile=../$name.testin
90 if [ ! -f $infile ]; then
91 infile=/dev/null
97 if [ -s $infile ]; then
98 echo "Input file is $infile"
105 ./$name <$infile >../$name.out 2>../$name.err
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr015/
H A Dtestone89 infile=../$name.testin
90 if [ ! -f $infile ]; then
91 infile=/dev/null
97 if [ -s $infile ]; then
98 echo "Input file is $infile"
105 ./$name <$infile >../$name.out 2>../$name.err
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
97 infile = *args;
146 if (infile)
148 if (!(in = BIO_new_file (infile, "r")))
151 "Can't open input file %s\n", infile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
90 infile = *args;
114 if (infile) {
115 if (!(in = BIO_new_file(infile, "r"))) {
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
143 BIO_printf(bio_err, "Error reading certs file %s\n", infile);
153 BIO_printf(bio_err, "Error reading sequence file %s\n", infile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
90 infile = *args;
114 if (infile) {
115 if (!(in = BIO_new_file(infile, "r"))) {
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
143 BIO_printf(bio_err, "Error reading certs file %s\n", infile);
153 BIO_printf(bio_err, "Error reading sequence file %s\n", infile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
90 infile = *args;
114 if (infile) {
115 if (!(in = BIO_new_file(infile, "r"))) {
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
143 BIO_printf(bio_err, "Error reading certs file %s\n", infile);
153 BIO_printf(bio_err, "Error reading sequence file %s\n", infile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);

Completed in 286 milliseconds

1234567891011>>