Searched refs:cantwrite (Results 1 – 6 of 6) sorted by relevance
57 if (cantwrite(fp)) { in __swbuf()
60 if (cantwrite(fp)) { in __sfvwrite()
219 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp)) macro
128 if (cantwrite(fp)) { in FUNCTION_NAME()
139 if (cantwrite(fp)) { in FUNCTION_NAME()
907 if (cantwrite(fp)) { in putc_unlocked()