Searched refs:__stdio_fwrite (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fwrite.c | 27 return __stdio_fwrite((const unsigned char *) ptr, in fwrite_unlocked()
|
A D | _wfwrite.c | 60 if (__stdio_fwrite((const unsigned char *)buf, r, stream) == r) { in _wstdio_fwrite()
|
A D | _fwrite.c | 15 size_t attribute_hidden __stdio_fwrite(const unsigned char * __restrict buffer, in __stdio_fwrite() function
|
A D | old_vfprintf.c | 160 #define _outnstr(stream, string, len) __stdio_fwrite(string, len, stream) 176 __stdio_fwrite(s, n, &f->f); in _outnstr()
|
A D | _stdio.h | 296 extern size_t __stdio_fwrite(const unsigned char *__restrict buffer, 300 #define __stdio_fwrite(B,N,S) __stdio_WRITE((S),(B),(N)) macro
|
A D | _vfprintf.c | 1172 #define _outnstr(stream, string, len) ((len > 0) ? __stdio_fwrite((const unsigned char *)(string), …
|
Completed in 9 milliseconds