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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/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" |\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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...]
H A Dexample.c296 FILE * infile; /* source file */ local
306 if ((infile = fopen(filename, "rb")) == NULL) {
322 fclose(infile);
330 jpeg_stdio_src(&cinfo, infile);
399 fclose(infile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c248 _aac_check_extended_descriptor(FILE *infile) argument
253 if( !fread((void *)&buf, 3, 1, infile) )
261 fseek(infile, -3, SEEK_CUR);
273 FILE *infile; local
288 if(!(infile = fopen(file, "rb")))
294 fseek(infile, 0, SEEK_END);
295 file_size = ftell(infile);
296 fseek(infile, 0, SEEK_SET);
299 atom_offset = _aac_lookforatom(infile, "moov:mvhd", (unsigned int*)&atom_length);
302 fseek(infile,
[all...]
H A Dtagutils-mp3.c403 static void _mp3_get_average_bitrate(FILE *infile, struct mp3_frameinfo *pfi, const char *fname) argument
415 fseek(infile, 0, SEEK_END);
416 file_size = ftell(infile);
421 fseek(infile, pos, SEEK_SET);
422 if(fread(frame_buffer, 1, sizeof(frame_buffer), infile) != sizeof(frame_buffer))
439 fseek(infile, pos + index + fi.frame_length, SEEK_SET);
440 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
459 fseek(infile, pos, SEEK_SET);
460 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
484 _mp3_get_frame_count(FILE *infile, struc argument
548 FILE *infile; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-aac.c247 _aac_check_extended_descriptor(FILE *infile) argument
252 if( !fread((void *)&buf, 3, 1, infile) )
260 fseek(infile, -3, SEEK_CUR);
272 FILE *infile; local
287 if(!(infile = fopen(file, "rb")))
293 fseek(infile, 0, SEEK_END);
294 file_size = ftell(infile);
295 fseek(infile, 0, SEEK_SET);
298 atom_offset = _aac_lookforatom(infile, "moov:mvhd", (unsigned int*)&atom_length);
301 fseek(infile,
[all...]
H A Dtagutils-mp3.c403 static void _mp3_get_average_bitrate(FILE *infile, struct mp3_frameinfo *pfi, const char *fname) argument
415 fseek(infile, 0, SEEK_END);
416 file_size = ftell(infile);
421 fseek(infile, pos, SEEK_SET);
422 if(fread(frame_buffer, 1, sizeof(frame_buffer), infile) != sizeof(frame_buffer))
439 fseek(infile, pos + index + fi.frame_length, SEEK_SET);
440 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
459 fseek(infile, pos, SEEK_SET);
460 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
484 _mp3_get_frame_count(FILE *infile, struc argument
548 FILE *infile; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-aac.c248 _aac_check_extended_descriptor(FILE *infile) argument
253 if( !fread((void *)&buf, 3, 1, infile) )
261 fseek(infile, -3, SEEK_CUR);
273 FILE *infile; local
288 if(!(infile = fopen(file, "rb")))
294 fseek(infile, 0, SEEK_END);
295 file_size = ftell(infile);
296 fseek(infile, 0, SEEK_SET);
299 atom_offset = _aac_lookforatom(infile, "moov:mvhd", (unsigned int*)&atom_length);
302 fseek(infile,
[all...]
H A Dtagutils-mp3.c403 static void _mp3_get_average_bitrate(FILE *infile, struct mp3_frameinfo *pfi, const char *fname) argument
415 fseek(infile, 0, SEEK_END);
416 file_size = ftell(infile);
421 fseek(infile, pos, SEEK_SET);
422 if(fread(frame_buffer, 1, sizeof(frame_buffer), infile) != sizeof(frame_buffer))
439 fseek(infile, pos + index + fi.frame_length, SEEK_SET);
440 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
459 fseek(infile, pos, SEEK_SET);
460 if(fread(header, 1, sizeof(header), infile) != sizeof(header))
484 _mp3_get_frame_count(FILE *infile, struc argument
548 FILE *infile; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dqt-faststart.c17 * qt-faststart <infile.mov> <outfile.mov>
77 FILE *infile; local
95 printf ("Usage: qt-faststart <infile.mov> <outfile.mov>\n");
99 infile = fopen(argv[1], "rb");
100 if (!infile) {
107 while (!feof(infile)) {
108 if (fread(atom_bytes, ATOM_PREAMBLE_SIZE, 1, infile) != 1) {
134 fclose(infile);
137 fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
138 if (fread(ftyp_atom, atom_size, 1, infile) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e_mkfirm.c41 FILE* infile; local
84 infile = fopen(infname, "r");
85 if (infile == NULL) {
92 infile = stdin;
129 c = getc(infile);
133 while ((c = getc(infile)) >= 0) {
146 if (infile != stdin)
147 fclose(infile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dformat.pl24 my $infile = shift;
25 # check infile exists
26 die "Can't find file \"$infile\""
27 unless -f $infile;
28 # check we can read infile
29 if (! -r $infile) {
30 die "Can't read input $infile\n";
32 # check we can open infile
33 open( INFILE,"<$infile" ) or
34 die "Can't input $infile
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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
H A Dchk.cxxtests54 infile=$testprefix.testin
55 [ -f $infile ] || infile=/dev/null
60 ./$testname <$infile >../$testname.out 2>../$testname.err
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dsession.c34 int ps(struct papfile *infile, struct papfile *outfile, struct sockaddr_at *sat);
60 struct papfile infile, outfile; local
67 infile.pf_state = PF_BOT;
68 infile.pf_bufsize = 0;
69 infile.pf_datalen = 0;
70 infile.pf_buf = NULL;
71 infile.pf_data = NULL;
183 if (( infile.pf_state & PF_BOT ) ||
184 ( infile.pf_datalen == 0 &&
185 ( infile
[all...]
H A Dmagics.c33 int ps( struct papfile *infile, struct papfile *outfile, struct sockaddr_at *sat) argument
40 if ( infile->pf_state & PF_STW ) {
41 infile->pf_state &= ~PF_STW;
50 switch( (*comment->c_handler)( infile, outfile, sat )) {
65 switch ( markline( infile, &start, &linelength, &crlflength )) {
67 /* eof on infile */
80 if ( infile->pf_state & PF_BOT ) {
86 infile->pf_state &= ~PF_BOT;
97 lp_write( infile, start, linelength + crlflength );
98 CONSUME( infile, linelengt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dsession.c34 int ps(struct papfile *infile, struct papfile *outfile, struct sockaddr_at *sat);
60 struct papfile infile, outfile; local
67 infile.pf_state = PF_BOT;
68 infile.pf_bufsize = 0;
69 infile.pf_datalen = 0;
70 infile.pf_buf = NULL;
71 infile.pf_data = NULL;
183 if (( infile.pf_state & PF_BOT ) ||
184 ( infile.pf_datalen == 0 &&
185 ( infile
[all...]
H A Dmagics.c33 int ps( struct papfile *infile, struct papfile *outfile, struct sockaddr_at *sat) argument
40 if ( infile->pf_state & PF_STW ) {
41 infile->pf_state &= ~PF_STW;
50 switch( (*comment->c_handler)( infile, outfile, sat )) {
65 switch ( markline( infile, &start, &linelength, &crlflength )) {
67 /* eof on infile */
80 if ( infile->pf_state & PF_BOT ) {
86 infile->pf_state &= ~PF_BOT;
97 lp_write( infile, start, linelength + crlflength );
98 CONSUME( infile, linelengt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A Dchk.cxxmulti48 infile=$testprefix.testin
49 [ -f $infile ] || infile=/dev/null
54 ./$testname <$infile >../$testname.out 2>../$testname.err
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c169 check_file (const char *infile, const char *outfile) argument
179 if (!strcmp (infile, "-"))
182 istream = fopen (infile, "r");
185 fprintf (stderr, "%s: error opening %s\n", program_name, infile);
240 fprintf (stderr, "%s: error reading %s\n", program_name, infile);
257 const char *infile = "-"; local
264 infile = argv[optind++];
275 check_file (infile, outfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h117 int flac__encode_aif(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options, FLAC__bool is_aifc);
118 int flac__encode_wav(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, wav_encode_options_t options);
119 int flac__encode_raw(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, raw_encode_options_t options);
120 int flac__encode_flac(FILE *infile, off_t infilesize, const char *infilename, const char *outfilename, const FLAC__byte *lookahead, unsigned lookahead_length, flac_encode_options_t options, FLAC__bool input_is_ogg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4.c76 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
90 infile= *(++argv);
120 if (infile == NULL)
124 in=fopen(infile,"r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");

Completed in 193 milliseconds

123456