HomeSort by relevance Sort by last modified time
    Searched defs:fext (Results 1 - 16 of 16) 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);
vsscanf.c 70 struct __sfileext fext; local
75 _FILEEXT_SETUP(&f, &fext);
sprintf.c 63 struct __sfileext fext; local
68 _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);
snprintf.c 68 struct __sfileext fext; local
79 _FILEEXT_SETUP(&f, &fext);
sscanf.c 73 struct __sfileext fext; local
78 _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 56 __sfileext fext; local
57 _FILEEXT_SETUP(&f, &fext);
  /bionic/libc/stdio/
stdio.cpp 820 __sfileext fext; local
821 _FILEEXT_SETUP(&f, &fext);

Completed in 280 milliseconds