Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 62) sorted by relevance

123

/third_party/ltp/testcases/kernel/fs/stream/
Dstream03.c190 opos = ftello(stream); in main()
205 opos = ftello(stream); in main()
216 opos = ftello(stream); in main()
231 opos = ftello(stream); in main()
246 opos = ftello(stream); in main()
261 opos = ftello(stream); in main()
273 opos = ftello(stream); in main()
275 opos = ftello(stream); in main()
/third_party/musl/libc-test/src/regression/
Dftello-unflushed-append.c32 ASSERT((off = ftello(f)) != -1); in main()
36 ASSERT((off = ftello(f)) != -1); in main()
Dtest_src_regression.gni11 "ftello-unflushed-append",
/third_party/musl/src/stdio/
Dftell.c39 weak_alias(__ftello, ftello);
41 weak_alias(ftello, ftello64);
/third_party/ffmpeg/tools/
Dqt-faststart.c36 #undef ftello
37 #define ftello(x) ftello64(x) macro
41 #undef ftello
42 #define ftello(x) _ftelli64(x) macro
492 (start_offset = ftello(infile)) < 0) { in main()
569 last_offset = ftello(infile); in main()
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dftello.c3 _off_t ftello(FILE * stream){ in ftello() function
/third_party/boost/libs/nowide/test/
Dcheck_lfs_support.cpp23 (void)ftello(f); in check()
/third_party/musl/libc-test/src/functional/
Dfdopen.c25 TEST(ftello(f)==6); in main()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dftell.c39 weak_alias(__ftello, ftello);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dftell.c39 weak_alias(__ftello, ftello);
/third_party/musl/include/
Dstdio.h142 off_t ftello(FILE *);
211 #define ftello64 ftello
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h147 off_t ftello(FILE *);
216 #define ftello64 ftello
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h142 off_t ftello(FILE *);
210 #define ftello64 ftello
/third_party/boost/libs/nowide/src/
Dfilebuf.cpp29 #define BOOST_NOWIDE_FTELL ftello
/third_party/eudev/src/udev/
Dudevadm-hwdb.c322 node_off = ftello(trie->f); in trie_store_nodes()
383 pos = ftello(t.f); in trie_store()
391 size = ftello(t.f); in trie_store()
/third_party/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/musl/libc-test/src/api/
Dstdio.c58 {off_t(*p)(FILE*) = ftello;} in f()

123