Searched refs:fread (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dstdcheaders.h27 size_t fread (void *, size_t, size_t, FILE *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dzipup.h13 #define zread(f,b,n) fread((b),1,(n),(FILE*)(f))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c53 if(fread((void*)&size, 1, sizeof(int), fin) != sizeof(int))
61 if(fread(atom, 1, 4, fin) != 4)
105 if(fread((void*)&current_size, 1, sizeof(int), fin) != sizeof(int))
113 if(fread(current_atom, 1, 4, fin) != 4)
123 if(fread(current_data, 1, current_size - 8, fin) != current_size - 8)
253 if( !fread((void *)&buf, 3, 1, infile) )
303 fread((void *)&time, sizeof(int), 1, infile);
307 fread((void*)&sample_size, 1, sizeof(int), infile);
308 fread((void*)&samples, 1, sizeof(int), infile);
331 fread(buffe
[all...]
H A Dmisc.c81 (void)fread(&d, sizeof(d), 1, fp);
90 (void)fread(&d, sizeof(d), 1, fp);
100 (void)fread(&d, sizeof(d), 1, fp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/lzo/
H A Dlzoutil.h65 #define lzo_fread(f,b,s) (fread(b,1,s,f))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dcrc32.c25 const size_t size = fread(buf, 1, sizeof(buf), stdin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/include/lzo/
H A Dlzoutil.h65 #define lzo_fread(f,b,s) (fread(b,1,s,f))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dzipup.h15 #define zread(f,b,n) fread((b),1,(n),(FILE*)(f))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dpipe_progress.c24 while ((len = fread(buf, 1, PIPE_PROGRESS_SIZE, stdin)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dcrc32.c25 const size_t size = fread(buf, 1, sizeof(buf), stdin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-aac.c38 if(fread((void*)&size, 1, sizeof(int), fin) != sizeof(int))
46 if(fread(atom, 1, 4, fin) != 4)
90 if(fread((void*)&current_size, 1, sizeof(int), fin) != sizeof(int))
98 if(fread(current_atom, 1, 4, fin) != 4)
107 if(fread(current_data, 1, current_size - 8, fin) != current_size - 8)
242 if( fread((void *)&buf, 1, 3, infile) < 3 )
292 if(fread((void*)&sample_size, 1, sizeof(int), infile) != sizeof(int) ||
293 fread((void*)&samples, 1, sizeof(int), infile) != sizeof(int))
320 if (fread(buffer, sizeof(unsigned char), 2, infile) == 2)
330 if(fread(buffe
[all...]
H A Dtagutils-asf.c95 if (fread(&d, sizeof(d), 1, fp) != 1)
105 if (fread(&d, sizeof(d), 1, fp) != 1)
116 if (fread(&d, sizeof(d), 1, fp) != 1)
166 if(len != fread(&p->FileID, 1, len, fp))
205 if(len != fread(&s.wfx, 1, len, fp))
231 if(len != fread(&s.MajorType, 1, len, fp))
238 if(sizeof(wfx) != fread(&wfx, 1, sizeof(wfx), fp))
264 if(len != fread(&s.StreamType, 1, len, fp))
295 if(len != fread(&xs.StartTime, 1, len, fp))
303 if(sizeof(nm) != fread(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c67 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {
90 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {
104 while ( fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp) ) {
124 while ( fread( (void *) &tmp, sizeof(tmp), 1, bftpdutmp) )
154 while ( fread( (void *) &current, sizeof(current), 1, bftpdutmp) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c24 return(fread(&buffer[0], len, 1, (FILE *) handle));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h10 #define UP_fread fread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/wince/
H A Dwincecompat.c24 return(fread(&buffer[0], len, 1, (FILE *) handle));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dunlocked-io.h65 # undef fread macro
66 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp49 fread( &offset, 2, 1, fSHG); // get the offset in first two bytes..
51 fread( &offset, 4, 1, fSHG);// this is our offset for very long DIB
58 fread( &nHotspots, 2, 1, fSHG);
64 fread( &nMacroStrings, 2, 1, fSHG); // we can ignore the macros, as this is
75 fread( &sib, sizeOf, 1, fSHG); // read one hotspot' info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dtiny_psnr.c122 if (fread(p, 1, 12, f[i]) != 12)
126 if (fread(p, 1, 8, f[i]) != 8)
131 if (fread(p, 1, 8, f[i]) != 8)
145 int s0 = fread(buf[0], 1, SIZE, f[0]);
146 int s1 = fread(buf[1], 1, SIZE, f[1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c86 fread(readbuffer,1,2,stdin);
90 fread(readbuffer,1,6,stdin);
182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrio.c57 /* fread() returns 0 on error, so it is OK to store this in a png_size_t
58 * instead of an int, which is what fread() actually returns.
64 check = (png_size_t)fread(data, (png_size_t)1, length,
99 check = fread(n_data, 1, length, io_ptr);
115 err = fread(buf, (png_size_t)1, read, io_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrio.c47 /* fread() returns 0 on error, so it is OK to store this in a png_size_t
48 * instead of an int, which is what fread() actually returns.
54 check = (png_size_t)fread(data, (png_size_t)1, length,
86 check = fread(n_data, 1, length, io_ptr);
102 err = fread(buf, (png_size_t)1, read, io_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h86 # undef fread macro
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunlocked-io.h86 # undef fread macro
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunlocked-io.h86 # undef fread macro
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)

Completed in 323 milliseconds

1234567891011>>