/external/libmicrohttpd/src/examples/ |
https_fileserver_example.c | 103 (void) fseek (file, pos, SEEK_SET);
|
fileserver_example_dirs.c | 38 (void) fseek (file, pos, SEEK_SET);
|
fileserver_example_external_select.c | 37 (void) fseek (file, pos, SEEK_SET);
|
/external/opencv3/modules/ml/test/ |
test_save_load.cpp | 91 fseek(fs1, 0, SEEK_END); fseek(fs2, 0, SEEK_END); 94 fseek(fs1, 0, SEEK_SET); fseek(fs2, 0, SEEK_SET);
|
/external/toybox/toys/other/ |
lspci.c | 81 fseek(TT.db, 0, SEEK_SET);
|
xxd.c | 87 if (fseek(stdout, pos, SEEK_SET) != 0) {
|
/external/vboot_reference/host/lib/ |
host_misc.c | 38 fseek(f, 0, SEEK_END);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
i420_video_source.h | 55 fseek(input_file_, static_cast<unsigned>(raw_sz_) * start_, SEEK_SET);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.h | 54 #define fseeko fseek
|
/external/bsdiff/ |
bspatch.cc | 138 if (fseek(cpf, 32, SEEK_SET)) 144 if (fseek(dpf, 32 + bzctrllen, SEEK_SET)) 150 if (fseek(epf, 32 + bzctrllen + bzdatalen, SEEK_SET)) 203 // Add old data to diff string. It is enough to fseek once, at
|
/external/lzma/C/ |
7zFile.c | 205 res = fseek(p->file, (long)*pos, moveMethod);
230 int res = fseek(p->file, 0, SEEK_END);
232 fseek(p->file, pos, SEEK_SET);
|
/external/vboot_reference/utility/ |
load_kernel_test.c | 47 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); 70 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); 206 fseek(image_file, 0, SEEK_END);
|
/external/bison/darwin-lib/ |
stdio.h | 729 GNU Coding Standards discourage the use of fseek, since it imposes 731 fseek module depends on the fseeko module, so we only have three 740 arbitrary limitations of fseek, so issue a warning under 743 _GL_NO_LARGE_FILES in the compilation units where the use of fseek 746 3. The developer is using the fseeko module, but not fseek. Gnulib 747 guarantees that fseek will still work around platform bugs in that 749 fseek and was trying to avoid it, so issue a warning even when 753 fseek gets defined as a macro, it is recommended that the developer 754 uses the fseek module, even if he is not calling the fseek function 803 # undef fseek macro [all...] |
/external/bison/linux-lib/ |
stdio.h | 729 GNU Coding Standards discourage the use of fseek, since it imposes 731 fseek module depends on the fseeko module, so we only have three 740 arbitrary limitations of fseek, so issue a warning under 743 _GL_NO_LARGE_FILES in the compilation units where the use of fseek 746 3. The developer is using the fseeko module, but not fseek. Gnulib 747 guarantees that fseek will still work around platform bugs in that 749 fseek and was trying to avoid it, so issue a warning even when 753 fseek gets defined as a macro, it is recommended that the developer 754 uses the fseek module, even if he is not calling the fseek function 803 # undef fseek macro [all...] |
/external/toybox/toys/posix/ |
grep.c | 115 struct arg_list *seek, fseek; local 124 seek = &fseek; 125 fseek.arg = s = line;
|
/external/boringssl/src/tool/ |
server.cc | 55 fseek(f, 0, SEEK_END) != 0) {
|
/external/curl/docs/examples/ |
ftpuploadresume.c | 140 fseek(f, uploaded_len, SEEK_SET);
|
/external/libvpx/libvpx/test/ |
yuv_video_source.h | 59 fseek(input_file_, static_cast<unsigned>(raw_size_) * start_, SEEK_SET);
|
/external/libvpx/libvpx/ |
tools_common.h | 48 #define fseeko fseek
|
/external/minijail/ |
elfparse.c | 40 if (fseek(elf_file, pHeader->e_phoff, SEEK_SET) != 0) \
|
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 287 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0) 353 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0) 597 if (fseek(file->pFile, 0L, SEEK_END) != 0) 601 if (fseek(file->pFile, pos, SEEK_SET) != 0)
|
/external/v8/src/ |
startup-data-util.cc | 56 fseek(file, 0, SEEK_END);
|
/external/vboot_reference/cgpt/ |
cmd_find.c | 46 fseek(f, 0, SEEK_END);
|
/external/vboot_reference/tests/ |
vb20_verify_fw.c | 50 if (fseek(f, offset, SEEK_SET)) {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/ |
audio_codec_speed_test.cc | 50 fseek(fp, 0, SEEK_END);
|