Searched refs:fsetpos (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | stdio.h | 177 int fsetpos(FILE* __fp, const fpos_t* __pos) __RENAME(fsetpos64) __INTRODUCED_IN(24); 189 int fsetpos(FILE* __fp, const fpos_t* __pos);
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 101 FUNCTION(fsetpos, int (*f)(FILE*, const fpos_t*)); in stdio_h()
|
/bionic/tests/ |
D | stdio_test.cpp | 1377 ASSERT_EQ(0, fsetpos(fp, &pos2)); in TEST() 1379 ASSERT_EQ(0, fsetpos(fp, &pos1)); in TEST() 1381 ASSERT_EQ(0, fsetpos(fp, &pos4)); in TEST() 1383 ASSERT_EQ(0, fsetpos(fp, &pos3)); in TEST() 1385 ASSERT_EQ(0, fsetpos(fp, &pos5)); in TEST() 1440 ASSERT_EQ(0, fsetpos(fp, &mb_two_bytes_pos)); in TEST() 1445 ASSERT_EQ(0, fsetpos(fp, &pos_inside_mb)); in TEST() 2273 ASSERT_EQ(0, fsetpos(fp, &eight_k_pos)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 303 fsetpos
|
/bionic/libc/stdio/ |
D | stdio.cpp | 647 int fsetpos(FILE* fp, const fpos_t* pos) { in fsetpos() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 387 fsetpos;
|
/bionic/libc/ |
D | libc.map.txt | 387 fsetpos;
|