Home
last modified time | relevance | path

Searched refs:fext (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvsscanf.c49 struct __sfileext fext; in vsscanf() local
51 _FILEEXT_SETUP(&f, &fext); in vsscanf()
Dvdprintf.c54 struct __sfileext fext; in vdprintf() local
58 _FILEEXT_SETUP(&f, &fext); in vdprintf()
Dvasprintf.c30 struct __sfileext fext; in vasprintf() local
33 _FILEEXT_SETUP(&f, &fext); in vasprintf()
Dvswscanf.c57 struct __sfileext fext; in vswscanf() local
78 _FILEEXT_SETUP(&f, &fext); in vswscanf()
Dvswprintf.c48 struct __sfileext fext; in vswprintf() local
55 _FILEEXT_SETUP(&f, &fext); in vswprintf()
/bionic/libc/bionic/
Dwcstod.cpp59 __sfileext fext; in wcstod() local
60 _FILEEXT_SETUP(&f, &fext); in wcstod()
/bionic/libc/stdio/
Dlocal.h175 #define _FILEEXT_SETUP(fp, fext) \ argument
177 (fp)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
Dstdio.cpp1038 __sfileext fext; in vsnprintf() local
1039 _FILEEXT_SETUP(&f, &fext); in vsnprintf()