Searched refs:fext (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvsnprintf.c45 struct __sfileext fext; local
47 _FILEEXT_SETUP(&f, &fext);
H A Dvsprintf.c49 struct __sfileext fext; local
51 _FILEEXT_SETUP(&f, &fext);
H A Dvsscanf.c50 struct __sfileext fext; local
52 _FILEEXT_SETUP(&f, &fext);
H A Dsscanf.c54 struct __sfileext fext; local
56 _FILEEXT_SETUP(&f, &fext);
H A Dvasprintf.c30 struct __sfileext fext; local
33 _FILEEXT_SETUP(&f, &fext);
H A Dvdprintf.c54 struct __sfileext fext; local
58 _FILEEXT_SETUP(&f, &fext);
H A Dasprintf.c32 struct __sfileext fext; local
35 _FILEEXT_SETUP(&f, &fext);
H A Dvswprintf.c48 struct __sfileext fext; local
55 _FILEEXT_SETUP(&f, &fext);
H A Dvswscanf.c57 struct __sfileext fext; local
78 _FILEEXT_SETUP(&f, &fext);
/bionic/libc/stdio/
H A Dsnprintf.c48 struct __sfileext fext; local
58 _FILEEXT_SETUP(&f, &fext);
H A Dsprintf.c52 struct __sfileext fext; local
54 _FILEEXT_SETUP(&f, &fext);
H A Dlocal.h172 #define _FILEEXT_SETUP(f, fext) \
174 (f)->_ext._base = (unsigned char *)(fext); \

Completed in 127 milliseconds