/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vsscanf.c | 52 _FILEEXT_SETUP(&f, &fext);
|
vasprintf.c | 33 _FILEEXT_SETUP(&f, &fext);
|
vdprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
vswprintf.c | 55 _FILEEXT_SETUP(&f, &fext);
|
vswscanf.c | 78 _FILEEXT_SETUP(&f, &fext);
|
vfprintf.c | 126 _FILEEXT_SETUP(&fake, &fakeext); [all...] |
vfwprintf.c | 104 _FILEEXT_SETUP(&fake, &fakeext); [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
vsprintf.c | 65 _FILEEXT_SETUP(&f, &fext);
|
fileext.h | 56 #define _FILEEXT_SETUP(f, fext) do { \
65 #define _FILEEXT_SETUP(f, fext) /* LINTED */(f)->_ext._base = (unsigned char *)(fext)
|
sprintf.c | 68 _FILEEXT_SETUP(&f, &fext);
|
sscanf.c | 78 _FILEEXT_SETUP(&f, &fext);
|
vsscanf.c | 75 _FILEEXT_SETUP(&f, &fext);
|
snprintf.c | 79 _FILEEXT_SETUP(&f, &fext);
|
vasprintf.c | 56 _FILEEXT_SETUP(&f, &fext);
|
vsnprintf.c | 72 _FILEEXT_SETUP(&f, &fext);
|
vswprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
vswscanf.c | 88 _FILEEXT_SETUP(&f, &fext);
|
findfp.c | 119 _FILEEXT_SETUP(p, pext);
210 _FILEEXT_SETUP(&usual[i], &usualext[i]);
|
vfwprintf.c | 172 _FILEEXT_SETUP(&fake, &fakeext);
[all...] |
/bionic/libc/bionic/ |
wcstod.cpp | 57 _FILEEXT_SETUP(&f, &fext);
|
/bionic/libc/stdio/ |
local.h | 168 #define _FILEEXT_SETUP(f, fext) \
|
stdio.cpp | 128 _FILEEXT_SETUP(p, pext); 821 _FILEEXT_SETUP(&f, &fext);
|