Searched refs:fsetpos (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | stdio.h | 221 int fsetpos(FILE* __fp, const fpos_t* __pos) __RENAME(fsetpos64) __INTRODUCED_IN(24); 233 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 | 1431 ASSERT_EQ(0, fsetpos(fp, &pos2)); in TEST() 1433 ASSERT_EQ(0, fsetpos(fp, &pos1)); in TEST() 1435 ASSERT_EQ(0, fsetpos(fp, &pos4)); in TEST() 1437 ASSERT_EQ(0, fsetpos(fp, &pos3)); in TEST() 1439 ASSERT_EQ(0, fsetpos(fp, &pos5)); in TEST() 1494 ASSERT_EQ(0, fsetpos(fp, &mb_two_bytes_pos)); in TEST() 1499 ASSERT_EQ(0, fsetpos(fp, &pos_inside_mb)); in TEST() 2357 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 | 643 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;
|