Searched refs:cantwrite (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | fputws.c | 109 if (cantwrite (ptr, fp) != 0) in fputws() 132 if (cantwrite (ptr, fp) != 0) in fputws()
|
D | wbufw.c | 43 if (cantwrite (ptr, fp)) in __swbufw()
|
D | wbuf.c | 55 if (cantwrite (ptr, fp)) in _swbuf()
|
D | fputs.c | 119 if (cantwrite (ptr, fp)) in fputs()
|
D | puts.c | 105 if (cantwrite (ptr, fp)) in puts()
|
D | fwrite.c | 158 if (cantwrite (ptr, fp)) in fwrite()
|
D | fvwrite.c | 66 if (cantwrite (ptr, fp)) in _sfvwrite()
|
D | local.h | 230 #define cantwrite(ptr, fp) \ macro
|
D | nano-vfprintf.c | 471 if (cantwrite (data, fp)) in VFPRINTF()
|
D | vfwprintf.c | 574 if (cantwrite (data, fp)) { in VFWPRINTF()
|
D | vfprintf.c | 605 if (cantwrite (data, fp)) { in VFPRINTF()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4170 * libc/stdio/local.h (cantwrite): Adjust comment. 10716 (_VFPRINTF_R): Add data pointer to call to cantwrite(). 10726 (_VFPRINTF_R): Add data pointer to call to cantwrite(). 10758 * libc/stdio/local.h (cantwrite, FREEUB, FREELB): Make reentrant.
|