Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfputws.c109 if (cantwrite (ptr, fp) != 0) in fputws()
132 if (cantwrite (ptr, fp) != 0) in fputws()
Dwbufw.c43 if (cantwrite (ptr, fp)) in __swbufw()
Dwbuf.c55 if (cantwrite (ptr, fp)) in _swbuf()
Dfputs.c119 if (cantwrite (ptr, fp)) in fputs()
Dputs.c105 if (cantwrite (ptr, fp)) in puts()
Dfwrite.c158 if (cantwrite (ptr, fp)) in fwrite()
Dfvwrite.c66 if (cantwrite (ptr, fp)) in _sfvwrite()
Dlocal.h230 #define cantwrite(ptr, fp) \ macro
Dnano-vfprintf.c471 if (cantwrite (data, fp)) in VFPRINTF()
Dvfwprintf.c574 if (cantwrite (data, fp)) { in VFWPRINTF()
Dvfprintf.c605 if (cantwrite (data, fp)) { in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-20154170 * 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.