Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dwbuf.c57 if (cantwrite(fp)) { in __swbuf()
H A Dfvwrite.c61 if (cantwrite(fp)) { in __sfvwrite()
/aosp12/bionic/libc/stdio/
H A Dlocal.h219 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp)) macro
H A Dvfprintf.cpp139 if (cantwrite(fp)) { in FUNCTION_NAME()
H A Dvfwprintf.cpp128 if (cantwrite(fp)) { in FUNCTION_NAME()
H A Dstdio.cpp902 if (cantwrite(fp)) { in putc_unlocked()