Searched refs:__write (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/ |
H A D | unistd.h | 16 #define __write(fd, buffer, size) \ macro
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | libioP.h | 262 #define _IO_SYSWRITE(FP, DATA, LEN) JUMP2 (__write, FP, DATA, LEN) 263 #define _IO_WSYSWRITE(FP, DATA, LEN) WJUMP2 (__write, FP, DATA, LEN) 326 JUMP_FIELD(_IO_write_t, __write);
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | vfprintf.c | 112 if (!__validfp (S) || !S->__mode.__write) \
|