Home
last modified time | relevance | path

Searched refs:__sfileext (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvsscanf.c50 struct __sfileext fext; in vsscanf()
Dvdprintf.c54 struct __sfileext fext; in vdprintf()
Dvasprintf.c30 struct __sfileext fext; in vasprintf()
Dvswscanf.c57 struct __sfileext fext; in vswscanf()
Dvswprintf.c48 struct __sfileext fext; in vswprintf()
Dvfprintf.c123 struct __sfileext fakeext; in __sbprintf()
Dvfwprintf.c101 struct __sfileext fakeext; in __sbprintf()
/bionic/libc/bionic/
Dwcstod.cpp56 __sfileext fext; in wcstod()
/bionic/libc/stdio/
Dlocal.h109 struct __sfileext { struct
150 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base)
Dstdio.cpp80 static struct __sfileext __sFext[3] = {
117 char* data = new char[sizeof(glue) + ALIGNBYTES + n * sizeof(FILE) + n * sizeof(__sfileext)]; in moreglue()
122 __sfileext* pext = reinterpret_cast<__sfileext*>(ALIGN(data + sizeof(*g)) + n * sizeof(FILE)); in moreglue()
820 __sfileext fext; in vsnprintf()