Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/ltp/testcases/kernel/fs/stream/
Dstream03.c79 pos = ftell(stream); in main()
92 pos = ftell(stream); in main()
103 pos = ftell(stream); in main()
118 pos = ftell(stream); in main()
133 pos = ftell(stream); in main()
148 pos = ftell(stream); in main()
159 pos = ftell(stream); in main()
161 pos = ftell(stream); in main()
/external/libcups/cgi-bin/
Dtemplate.c227 ftell(in)); in cgi_copy()
258 fprintf(stderr, "DEBUG2: %*sLone { at %ld...\n", indent, "", ftell(in)); in cgi_copy()
271 ftell(in)); in cgi_copy()
332 pos = ftell(in); in cgi_copy()
511 indent, "", ch, ftell(in)); in cgi_copy()
574 indent, "", name, op, compare, ftell(in), result); in cgi_copy()
616 indent, "", ftell(in)); in cgi_copy()
620 indent, "", ftell(in), ch); in cgi_copy()
/external/deqp/framework/common/
DtcuResource.cpp69 long curPos = ftell(m_file); in getSize()
71 int size = (int)ftell(m_file); in getSize()
78 return (int)ftell(m_file); in getPosition()
/external/clang/test/Analysis/
Dstream.c13 extern long int ftell (FILE *__stream);
31 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f3()
58 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f7()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfseek.cpp18 printf("position: %ld\n", ftell(fp)); in main()
22 printf("position: %ld\n", ftell(fp)); in main()
/external/skia/src/ports/
DSkOSFile_stdio.cpp108 long curr = ftell(f); // remember where we are in sk_fgetsize()
114 long size = ftell(f); // record the size in sk_fgetsize()
142 long curr = ftell(f); in sk_ftell()
/external/skqp/src/ports/
DSkOSFile_stdio.cpp105 long curr = ftell(f); // remember where we are in sk_fgetsize()
111 long size = ftell(f); // record the size in sk_fgetsize()
139 long curr = ftell(f); in sk_ftell()
/external/tpm2-tss/test/integration/
Dfapi-key-create-policy-authorize-sign.int.c124 policy_size = ftell(stream); in test_fapi_key_create_policy_authorize_sign()
149 policy_size = ftell(stream); in test_fapi_key_create_policy_authorize_sign()
174 policy_size = ftell(stream); in test_fapi_key_create_policy_authorize_sign()
199 policy_size = ftell(stream); in test_fapi_key_create_policy_authorize_sign()
Dfapi-key-create-policy-pcr-sign.int.c76 policy_size = ftell(stream); in test_fapi_key_create_policy_pcr_sign()
133 policy_size = ftell(stream); in test_fapi_key_create_policy_pcr_sign()
/external/deqp-deps/SPIRV-Tools/tools/
Dio.h38 if (ftell(fp) == -1L) { in ReadFile()
45 if (sizeof(T) != 1 && (ftell(fp) % sizeof(T))) { in ReadFile()
/external/swiftshader/third_party/SPIRV-Tools/tools/
Dio.h38 if (ftell(fp) == -1L) { in ReadFile()
45 if (sizeof(T) != 1 && (ftell(fp) % sizeof(T))) { in ReadFile()
/external/webrtc/modules/audio_coding/neteq/tools/
Dinput_audio_file.cc55 const long current_pos = ftell(fp_); in Seek()
59 const long file_size = ftell(fp_); in Seek()
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h67 # define ftell ftello macro
87 # define OPJ_FTELL(stream) ftell(stream)
/external/icu/icu4c/source/tools/toolutil/
Dfilestrm.cpp167 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size()
173 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
/external/lzma/C/
D7zFile.c206 *pos = ftell(p->file); in File_Seek()
229 long pos = ftell(p->file); in File_GetLength()
231 *length = ftell(p->file); in File_GetLength()
/external/mesa3d/src/panfrost/bifrost/
Dcmdline.c90 unsigned filesize = ftell(fp); in disassemble()
144 unsigned filesize = ftell(fp); in run()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DNVMem.c119 long filePos = ftell(s_NvFile); in NvFileSize()
126 fileSize = ftell(s_NvFile); in NvFileSize()
/external/ltp/pan/
Dzoolib.c147 pos = ftell(fp); in zoo_mark()
222 pos = ftell(fp); in zoo_clear()
239 if (ftell(fp) != pos) { in zoo_clear()
/external/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m29 start_pos = ftell(fid);
73 fp = ftell(fid);
78 fseek(fid, fp - ftell(fid) + ...
/external/sfntly/cpp/src/test/
Dfile_io_test.cc37 size_t length = ftell(file_handle); in TestFileInputStream()
98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
/external/tcpdump/
Dpcap_dump_ftell.c30 return (ftell((FILE *)p)); in pcap_dump_ftell()
/external/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
Dset-file-object.c33 return ftell(f); // Check that the "%t.bad" is empty. in main()
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dioapi.h50 #define ftello64 ftell
64 #define ftello64 ftell
/external/zlib/contrib/minizip/
Dioapi.h50 #define ftello64 ftell
64 #define ftello64 ftell
/external/ImageMagick/MagickCore/
Dnt-base.h134 #if !defined(ftell) && !defined(__MINGW32__)
138 # define ftell _ftelli64 macro

12345678910>>...13