HomeSort by relevance Sort by last modified time
    Searched refs:__swrite (Results 1 - 6 of 6) sorted by null

  /bionic/libc/stdio/
fdopen.c 64 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
72 fp->_write = __swrite;
fopen.c 61 fp->_write = __swrite;
local.h 52 int __swrite(void *, const char *, int);
stdio.c 59 __swrite(void *cookie, const char *buf, int n) function
findfp.c 48 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
freopen.c 143 fp->_write = __swrite;

Completed in 216 milliseconds