/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vsnprintf.c | 47 _FILEEXT_SETUP(&f, &fext);
|
vsprintf.c | 51 _FILEEXT_SETUP(&f, &fext);
|
vsscanf.c | 52 _FILEEXT_SETUP(&f, &fext);
|
sscanf.c | 56 _FILEEXT_SETUP(&f, &fext);
|
vasprintf.c | 33 _FILEEXT_SETUP(&f, &fext);
|
vdprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
asprintf.c | 35 _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...] |
/bionic/libc/stdio/ |
snprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
sprintf.c | 54 _FILEEXT_SETUP(&f, &fext);
|
local.h | 172 #define _FILEEXT_SETUP(f, fext) \
|
stdio.cpp | 118 _FILEEXT_SETUP(p, pext);
|