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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fdopen.c 110 fp->_close = __sclose;
fopen.c 93 fp->_close = __sclose;
local.h 57 extern int __sclose(void *);
stdio.c 123 __sclose(void *cookie) function
freopen.c 187 fp->_close = __sclose;
findfp.c 66 { NULL, 0, 0, flags, file, { NULL, 0 }, 0, __sF + file, __sclose, \
  /bionic/libc/stdio/
local.h 200 __LIBC32_LEGACY_PUBLIC__ int __sclose(void*);
stdio.cpp 68 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,nullptr,__swrite, \
206 fp->_close = __sclose;
359 fp->_close = __sclose;
493 int __sclose(void* cookie) { function

Completed in 90 milliseconds