Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfwrite.c27 return __stdio_fwrite((const unsigned char *) ptr, in fwrite_unlocked()
A D_wfwrite.c60 if (__stdio_fwrite((const unsigned char *)buf, r, stream) == r) { in _wstdio_fwrite()
A D_fwrite.c15 size_t attribute_hidden __stdio_fwrite(const unsigned char * __restrict buffer, in __stdio_fwrite() function
A Dold_vfprintf.c160 #define _outnstr(stream, string, len) __stdio_fwrite(string, len, stream)
176 __stdio_fwrite(s, n, &f->f); in _outnstr()
A D_stdio.h296 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.c1172 #define _outnstr(stream, string, len) ((len > 0) ? __stdio_fwrite((const unsigned char *)(string), …

Completed in 11 milliseconds