Searched defs:__swrite (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dstdio.cpp56 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,nullptr,__swrite, \
190 fp->_write = __swrite;
242 // O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
349 fp->_write = __swrite;
400 int __swrite(void* cookie, const char* buf, int n) { function

Completed in 649 milliseconds