/bionic/libc/stdio/ |
fileext.h | 62 #define _FILEEXT_SETUP(f, fext) \
|
snprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
sprintf.c | 54 _FILEEXT_SETUP(&f, &fext);
|
findfp.c | 99 _FILEEXT_SETUP(p, pext); 183 _FILEEXT_SETUP(__sF+i, __sFext+i); 187 _FILEEXT_SETUP(usual+i, usualext+i);
|
/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);
|
vdprintf.c | 58 _FILEEXT_SETUP(&f, &fext);
|
asprintf.c | 36 _FILEEXT_SETUP(&f, &fext);
|
vasprintf.c | 33 _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...] |