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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vsscanf.c 49 struct __sfileext fext; local
51 _FILEEXT_SETUP(&f, &fext);
vasprintf.c 30 struct __sfileext fext; local
33 _FILEEXT_SETUP(&f, &fext);
vdprintf.c 54 struct __sfileext fext; local
58 _FILEEXT_SETUP(&f, &fext);
vswprintf.c 48 struct __sfileext fext; local
55 _FILEEXT_SETUP(&f, &fext);
vswscanf.c 57 struct __sfileext fext; local
78 _FILEEXT_SETUP(&f, &fext);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsprintf.c 60 struct __sfileext fext; local
65 _FILEEXT_SETUP(&f, &fext);
fileext.h 56 #define _FILEEXT_SETUP(f, fext) do { \
57 /* LINTED */(f)->_ext._base = (unsigned char *)(fext); \
65 #define _FILEEXT_SETUP(f, fext) /* LINTED */(f)->_ext._base = (unsigned char *)(fext)
sprintf.c 63 struct __sfileext fext; local
68 _FILEEXT_SETUP(&f, &fext);
sscanf.c 73 struct __sfileext fext; local
78 _FILEEXT_SETUP(&f, &fext);
vsscanf.c 70 struct __sfileext fext; local
75 _FILEEXT_SETUP(&f, &fext);
snprintf.c 68 struct __sfileext fext; local
79 _FILEEXT_SETUP(&f, &fext);
vasprintf.c 50 struct __sfileext fext; local
56 _FILEEXT_SETUP(&f, &fext);
vsnprintf.c 61 struct __sfileext fext; local
72 _FILEEXT_SETUP(&f, &fext);
vswprintf.c 51 struct __sfileext fext; local
58 _FILEEXT_SETUP(&f, &fext);
vswscanf.c 75 struct __sfileext fext = { { 0 } }; local
88 _FILEEXT_SETUP(&f, &fext);
  /bionic/libc/bionic/
wcstod.cpp 59 __sfileext fext; local
60 _FILEEXT_SETUP(&f, &fext);
  /bionic/libc/stdio/
local.h 172 #define _FILEEXT_SETUP(fp, fext) \
174 (fp)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
stdio.cpp 983 __sfileext fext; local
984 _FILEEXT_SETUP(&f, &fext);
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 139 milliseconds