Searched refs:fseeko (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dfseeko.c1 /* An fseeko() function that, together with fflush(), is POSIX compliant.
28 #undef fseeko macro
31 # define fseeko fseek macro
53 mode; but has an fseeko that requires 64-bit mode. */
91 #error "Please port gnulib fseeko.c to your platform! Look at the code in fpurge.c, then report this to bug-gnulib."
129 return fseeko (fp, offset, whence);
H A Dstdio.in.h318 /* Provide fseek, fseeko functions that are aware of a preceding
320 # define fseeko rpl_fseeko
321 extern int fseeko (FILE *fp, off_t offset, int whence);
322 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
325 # undef fseeko
326 # define fseeko(f,o,w) \
327 (GL_LINK_WARNING ("fseeko is unportable - " \
328 "use gnulib module fseeko for portability"), \
329 fseeko (f, o, w))
339 "use fseeko functio
[all...]
H A Dgetpass.c144 fseeko (out, 0, SEEK_CUR);
H A DMakefile.am187 ## begin gnulib module fseeko
190 EXTRA_DIST += fseeko.c stdio-impl.h
192 EXTRA_libgnu_a_SOURCES += fseeko.c
194 ## end gnulib module fseeko
H A DMakefile57 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
600 errno.in.h error.c error.h exitfail.c exitfail.h fseeko.c \
636 EXTRA_libgnu_a_SOURCES = alloca.c error.c exitfail.c fseeko.c \
706 include ./$(DEPDIR)/fseeko.Po
H A DMakefile.in57 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
600 errno.in.h error.c error.h exitfail.c exitfail.h fseeko.c \
636 EXTRA_libgnu_a_SOURCES = alloca.c error.c exitfail.c fseeko.c \
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseeko.Po@am__quote@
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdio.in.h243 /* Provide fseek, fseeko functions that are aware of a preceding
245 # define fseeko rpl_fseeko macro
246 extern int fseeko (FILE *fp, off_t offset, int whence);
247 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
250 # undef fseeko macro
251 # define fseeko(f,o,w) \ macro
252 (GL_LINK_WARNING ("fseeko is unportable - " \
253 "use gnulib module fseeko for portability"), \
254 fseeko (f, o, w))
264 "use fseeko functio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dqt-faststart.c32 #define fseeko(x,y,z) fseeko64(x,y,z) macro
137 fseeko(infile, -ATOM_PREAMBLE_SIZE, SEEK_CUR);
154 fseeko(infile, atom_size - ATOM_PREAMBLE_SIZE * 2, SEEK_CUR);
156 fseeko(infile, atom_size - ATOM_PREAMBLE_SIZE, SEEK_CUR);
168 fseeko(infile, -atom_size, SEEK_END);
252 fseeko(infile, start_offset, SEEK_SET);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h243 /* Provide fseek, fseeko functions that are aware of a preceding
245 # define fseeko rpl_fseeko macro
246 extern int fseeko (FILE *fp, off_t offset, int whence);
247 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
250 # undef fseeko macro
251 # define fseeko(f,o,w) \ macro
252 (GL_LINK_WARNING ("fseeko is unportable - " \
253 "use gnulib module fseeko for portability"), \
254 fseeko (f, o, w))
264 "use fseeko functio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c26 #define fseeko fseek macro
147 if(fseeko(f, -4, SEEK_CUR) < 0) {
154 if(fseeko(f, size, SEEK_CUR) < 0) {
229 if(fseeko(f, size, SEEK_CUR) < 0) {
270 if(fseeko(fin, fm->blocks[block_num].offset, SEEK_SET) < 0) {
274 if(fseeko(fout, FLAC__metadata_simple_iterator_get_block_offset(it), SEEK_SET) < 0) {
287 if(fseeko(fout, FLAC__STREAM_METADATA_LENGTH_LEN/8, SEEK_CUR) < 0) {
432 if(fseeko(fout, offset1, SEEK_SET) < 0) {
437 if(fseeko(fin, fm->blocks[i].offset, SEEK_SET) < 0) {
444 if(fseeko(fou
[all...]
H A Diffscan.c29 #define fseeko fseek macro
93 if(fseeko(f, fm->blocks[i].offset, SEEK_SET) < 0) {
H A Ddecode.c32 #define fseeko fseek macro
653 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
668 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
700 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
715 if(fseeko(f, fm->blocks[i].size, SEEK_CUR) < 0) {
736 if(fseeko(f, ssnd_offset_size, SEEK_CUR) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c50 #define fseeko fseek macro
537 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
565 /* we ignore any error from ftello() and catch it in fseeko() */
567 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
661 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH, SEEK_SET)) {
1437 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) {
2839 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2850 if(0 != fseeko(iterato
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c29 #define fseeko fseek macro
172 if(fseeko(dcd->file, (off_t)absolute_byte_offset, SEEK_SET) < 0) {
367 if(dcd->layer < LAYER_FILE && fseeko(dcd->file, 0, SEEK_SET) < 0) {
633 if(fseeko(decoder_client_data.file, 0, SEEK_SET) < 0) {
H A Dmetadata_manip.c30 #define fseeko fseek macro
286 return fseeko((FILE*)handle, o, whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp29 #define fseeko fseek macro
237 if(fseeko(file_, (off_t)absolute_byte_offset, SEEK_SET) < 0) {
321 if(fseeko(file_, 0, SEEK_SET) < 0) {
709 if(fseeko(dynamic_cast<StreamDecoder*>(decoder)->file_, 0, SEEK_SET) < 0) {
H A Dmetadata_manip.cpp30 #define fseeko fseek macro
301 return fseeko((FILE*)handle, o, whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/util/
H A DMakefile.in74 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
H A DMakefile74 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/windows/
H A DMakefile.in79 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
H A DMakefile79 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c799 if (fseeko(in_stream, n_skip, SEEK_CUR) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A DMakefile.in80 $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \

Completed in 310 milliseconds

12