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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fdopen.c 100 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
108 fp->_write = __swrite;
fopen.c 91 fp->_write = __swrite;
local.h 55 extern int __swrite(void *, char const *, int);
stdio.c 83 __swrite(void *cookie, char const *buf, int n) function
freopen.c 185 fp->_write = __swrite;
findfp.c 68 __sread, __sseek, __swrite, { (void *)(__sFext + file), 0 }, NULL, \
  /bionic/libc/stdio/
local.h 198 __LIBC32_LEGACY_PUBLIC__ int __swrite(void*, const char*, int);
stdio.cpp 68 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,nullptr,__swrite, \
205 fp->_write = __swrite;
358 fp->_write = __swrite;
478 int __swrite(void* cookie, const char* buf, int n) { function

Completed in 85 milliseconds