/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 190 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 D | ftello-unflushed-append.c | 2 // 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 D | ftell.c | 45 weak_alias(__ftello, ftello); 47 weak_alias(ftello, ftello64);
|
/third_party/ffmpeg/tools/ |
H A D | qt-faststart.c | 36 #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 D | stdio.h | 142 off_t ftello(FILE *); 211 #define ftello64 ftello
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 144 off_t ftello(FILE *); 212 #define ftello64 ftello
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 145 off_t ftello(FILE *); 218 #define ftello64 ftello
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 142 off_t ftello(FILE *); 211 #define ftello64 ftello
|
/third_party/musl/include/ |
H A D | stdio.h | 145 off_t ftello(FILE *); 218 #define ftello64 ftello
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | ftell.c | 39 weak_alias(__ftello, ftello);
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | ftell.c | 39 weak_alias(__ftello, ftello);
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | ftell.c | 39 weak_alias(__ftello, ftello);
|
/third_party/musl/libc-test/src/functional/ |
H A D | fdopen.c | 25 TEST(ftello(f)==6); in fdopen_1()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 322 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 D | ioapi.h | 55 #define ftello64 ftello
|
H A D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream)
|
H A D | minizip.c | 33 #define FTELLO_FUNC(stream) ftello(stream)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.h | 55 #define ftello64 ftello
|
H A D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream)
|
H A D | minizip.c | 34 #define FTELLO_FUNC(stream) ftello(stream)
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 57 #define ftello64 ftello
|
H A D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream)
|
H A D | minizip.c | 34 #define FTELLO_FUNC(stream) ftello(stream)
|
/third_party/backends/backend/escl/ |
H A D | escl_mupdf.c | 96 stm->pos = ftello(state->file); in seek_file_escl()
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 58 {off_t(*p)(FILE*) = ftello;} in f()
|