/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vsprintf.c | 49 struct __sfileext fext; local 51 _FILEEXT_SETUP(&f, &fext);
|
vsscanf.c | 50 struct __sfileext fext; local 52 _FILEEXT_SETUP(&f, &fext);
|
vasprintf.c | 30 struct __sfileext fext; local 33 _FILEEXT_SETUP(&f, &fext);
|
vsnprintf.c | 45 struct __sfileext fext; local 47 _FILEEXT_SETUP(&f, &fext);
|
asprintf.c | 32 struct __sfileext fext; local 35 _FILEEXT_SETUP(&f, &fext);
|
sscanf.c | 54 struct __sfileext fext; local 56 _FILEEXT_SETUP(&f, &fext);
|
vdprintf.c | 54 struct __sfileext fext; local 58 _FILEEXT_SETUP(&f, &fext);
|
vswprintf.c | 48 struct __sfileext fext; local 55 _FILEEXT_SETUP(&f, &fext);
|
vswscanf.c | 57 struct __sfileext fext; local 78 _FILEEXT_SETUP(&f, &fext);
|
/bionic/libc/stdio/ |
snprintf.c | 48 struct __sfileext fext; local 58 _FILEEXT_SETUP(&f, &fext);
|
sprintf.c | 52 struct __sfileext fext; local 54 _FILEEXT_SETUP(&f, &fext);
|