Home
last modified time | relevance | path

Searched refs:ftello (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/kernel/fs/stream/
H A 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()
270 /* read till EOF, do getc and then check ftello */ in main()
273 opos = ftello(stream); in main()
275 opos = ftello(stream); in main()
/third_party/musl/libc-test/src/regression/
H A Dftello-unflushed-append.c2 // fix ftello result for append streams with unflushed output
32 ASSERT((off = ftello(f)) != -1); in main()
34 t_error("ftello is broken before flush: got %lld, want 7\n", (long long)off); in main()
36 ASSERT((off = ftello(f)) != -1); in main()
38 t_error("ftello is broken after flush: got %lld, want 7\n", (long long)off); in main()
/third_party/musl/src/stdio/
H A Dftell.c45 weak_alias(__ftello, ftello);
47 weak_alias(ftello, ftello64);
/third_party/ffmpeg/tools/
H A Dqt-faststart.c36 #undef ftello macro
37 #define ftello(x) ftello64(x) macro
41 #undef ftello macro
42 #define ftello(x) _ftelli64(x) macro
492 (start_offset = ftello(infile)) < 0) { in main()
569 last_offset = ftello(infile); in main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h142 off_t ftello(FILE *);
211 #define ftello64 ftello
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h144 off_t ftello(FILE *);
212 #define ftello64 ftello
/third_party/musl/porting/linux/user/include/
H A Dstdio.h145 off_t ftello(FILE *);
218 #define ftello64 ftello
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h142 off_t ftello(FILE *);
211 #define ftello64 ftello
/third_party/musl/include/
H A Dstdio.h145 off_t ftello(FILE *);
218 #define ftello64 ftello
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dftell.c39 weak_alias(__ftello, ftello);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dftell.c39 weak_alias(__ftello, ftello);
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dftell.c39 weak_alias(__ftello, ftello);
/third_party/musl/libc-test/src/functional/
H A Dfdopen.c25 TEST(ftello(f)==6); in fdopen_1()
/third_party/eudev/src/udev/
H A 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/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dioapi.h55 #define ftello64 ftello
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
H A Dminizip.c33 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dioapi.h55 #define ftello64 ftello
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/zlib/contrib/minizip/
H A Dioapi.h57 #define ftello64 ftello
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
/third_party/backends/backend/escl/
H A Descl_mupdf.c96 stm->pos = ftello(state->file); in seek_file_escl()
/third_party/musl/libc-test/src/api/
H A Dstdio.c58 {off_t(*p)(FILE*) = ftello;} in f()

Completed in 13 milliseconds

12