Home
last modified time | relevance | path

Searched refs:clearerr_unlocked (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dstdio.h294 void clearerr_unlocked(FILE* __fp) __INTRODUCED_IN(23);
/bionic/libc/stdio/
Dstdio.cpp465 void clearerr_unlocked(FILE* fp) { in clearerr_unlocked() function
473 clearerr_unlocked(fp); in clearerr()
952 clearerr_unlocked(fp); in rewind()
/bionic/docs/
Dstatus.md161 * <stdio.h> `fmemopen`, `open_memstream`, `feof_unlocked`, `ferror_unlocked`, `clearerr_unlocked`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt270 clearerr_unlocked; # introduced=23
/bionic/libc/
Dlibc.map.txt270 clearerr_unlocked; # introduced=23
/bionic/tests/
Dstdio_test.cpp2542 clearerr_unlocked(fp); in TEST()