HomeSort by relevance Sort by last modified time
    Searched full:__sfileext (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileext.h 34 struct __sfileext { struct
47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base))
findfp.c 74 static struct __sfileext usualext[FOPEN_MAX - 3];
79 struct __sfileext __sFext[3] = { STDEXT,
83 struct __sfileext __sFext[3];
105 struct __sfileext *pext;
109 + n * sizeof(struct __sfileext));
snprintf.c 68 struct __sfileext fext;
sprintf.c 63 struct __sfileext fext;
sscanf.c 73 struct __sfileext fext;
vasprintf.c 50 struct __sfileext fext;
vsnprintf.c 61 struct __sfileext fext;
vsprintf.c 60 struct __sfileext fext;
vsscanf.c 70 struct __sfileext fext;
vswprintf.c 51 struct __sfileext fext;
vswscanf.c 75 struct __sfileext fext = { { 0 } };
vfwprintf.c 162 struct __sfileext fakeext;
    [all...]
  /external/bison/lib/
stdio-impl.h 63 struct __sfileext struct
68 # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
  /bionic/libc/bionic/
flockfile.cpp 36 // struct __sfileext (see fileext.h).
wcstod.cpp 56 __sfileext fext;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 30 struct __sfileext fext;
vdprintf.c 54 struct __sfileext fext;
vsscanf.c 49 struct __sfileext fext;
vswprintf.c 48 struct __sfileext fext;
vswscanf.c 57 struct __sfileext fext;
vfprintf.c 123 struct __sfileext fakeext;
    [all...]
vfwprintf.c 101 struct __sfileext fakeext;
    [all...]
  /bionic/libc/stdio/
local.h 74 // Note that `_seek` is ignored if `_seek64` (in __sfileext) is set.
105 // you need to make any changes, they need to be in the `__sfileext` struct
109 struct __sfileext { struct
150 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
stdio.cpp 80 static struct __sfileext __sFext[3] = {
117 char* data = new char[sizeof(glue) + ALIGNBYTES + n * sizeof(FILE) + n * sizeof(__sfileext)];
122 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE));
820 __sfileext fext;
  /prebuilts/abi-dumps/ndk/current/arm/source-based/
libc.so.lsdump.gz 

Completed in 962 milliseconds

1 2 3 4 5 6 7