/external/ltp/testcases/kernel/fs/stream/ |
D | stream03.c | 79 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/deqp/framework/common/ |
D | tcuResource.cpp | 69 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/libcups/cgi-bin/ |
D | template.c | 227 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/clang/test/Analysis/ |
D | stream.c | 13 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/ |
D | fseek.cpp | 18 printf("position: %ld\n", ftell(fp)); in main() 22 printf("position: %ld\n", ftell(fp)); in main()
|
/external/skqp/src/ports/ |
D | SkOSFile_stdio.cpp | 105 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/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 108 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/tpm2-tss/test/integration/ |
D | fapi-key-create-policy-authorize-sign.int.c | 124 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()
|
D | fapi-key-create-policy-pcr-sign.int.c | 76 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/ |
D | io.h | 38 if (ftell(fp) == -1L) { in ReadFile() 45 if (sizeof(T) != 1 && (ftell(fp) % sizeof(T))) { in ReadFile()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/ |
D | io.h | 38 if (ftell(fp) == -1L) { in ReadFile() 45 if (sizeof(T) != 1 && (ftell(fp) % sizeof(T))) { in ReadFile()
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | input_audio_file.cc | 55 const long current_pos = ftell(fp_); in Seek() 59 const long file_size = ftell(fp_); in Seek()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 67 # define ftell ftello macro 87 # define OPJ_FTELL(stream) ftell(stream)
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/ |
D | io.h | 57 if (ftell(file) == -1L) { in WasFileCorrectlyRead() 63 if (sizeof(T) != 1 && (ftell(file) % sizeof(T))) { in WasFileCorrectlyRead()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filestrm.cpp | 167 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size() 173 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 90 unsigned filesize = ftell(fp); in disassemble() 144 unsigned filesize = ftell(fp); in run()
|
/external/lzma/C/ |
D | 7zFile.c | 206 *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/tcpdump/ |
D | pcap_dump_ftell.c | 30 return (ftell((FILE *)p)); in pcap_dump_ftell()
|
/external/ms-tpm-20-ref/TPMCmd/Platform/src/ |
D | NVMem.c | 119 long filePos = ftell(s_NvFile); in NvFileSize() 126 fileSize = ftell(s_NvFile); in NvFileSize()
|
/external/ltp/pan/ |
D | zoolib.c | 147 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/ |
D | parse_delay_file.m | 29 start_pos = ftell(fid); 73 fp = ftell(fid); 78 fseek(fid, fp - ftell(fid) + ...
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
|
/external/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/ |
D | set-file-object.c | 33 return ftell(f); // Check that the "%t.bad" is empty. in main()
|
/external/zlib/contrib/minizip/ |
D | ioapi.h | 50 #define ftello64 ftell 64 #define ftello64 ftell
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | ioapi.h | 50 #define ftello64 ftell 64 #define ftello64 ftell
|