Go to the source code of this file.
|
| #define | scanf_l(__loc, ...) |
| |
| #define | fscanf_l(__file, __loc, ...) |
| |
| #define | sscanf_l(__str, __loc, ...) |
| |
| #define | vscanf_l(__loc, ...) |
| |
| #define | vfscanf_l(__file, __loc, ...) |
| |
| #define | vsscanf_l(__str, __loc, ...) |
| |
| #define | printf_l(__loc, ...) |
| |
| #define | fprintf_l(__file, __loc, ...) |
| |
| #define | sprintf_l(__str, __loc, ...) |
| |
| #define | snprintf_l(__str, __size, __loc, ...) |
| |
| #define | asprintf_l(__ret, __loc, ...) |
| |
| #define | vprintf_l(__loc, ...) |
| |
| #define | vfprintf_l(__file, __loc, ...) |
| |
| #define | vsprintf_l(__str, __loc, ...) |
| |
| #define | vsnprintf_l(__str, __size, __loc, ...) |
| |
| #define | vasprintf_l(__ret, __loc, ...) |
| |
◆ scanf_l
| #define scanf_l |
( |
| __loc, |
|
|
| ... ) |
Value:
int scanf(const char *format,...)
Definition vsf_linux_glibc_stdio.c:779
◆ fscanf_l
| #define fscanf_l |
( |
| __file, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define fscanf
Definition stdio.h:82
◆ sscanf_l
| #define sscanf_l |
( |
| __str, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int sscanf(const char *str, const char *format,...)
Definition simple_sscanf.c:226
◆ vscanf_l
| #define vscanf_l |
( |
| __loc, |
|
|
| ... ) |
Value:
int vscanf(const char *format, va_list ap)
Definition vsf_linux_glibc_stdio.c:764
◆ vfscanf_l
| #define vfscanf_l |
( |
| __file, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define vfscanf
Definition stdio.h:83
◆ vsscanf_l
| #define vsscanf_l |
( |
| __str, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int vsscanf(const char *str, const char *format, va_list ap)
Definition simple_sscanf.c:211
◆ printf_l
| #define printf_l |
( |
| __loc, |
|
|
| ... ) |
Value:
#define printf
Definition stdio.h:75
◆ fprintf_l
| #define fprintf_l |
( |
| __file, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define fprintf
Definition stdio.h:79
◆ sprintf_l
| #define sprintf_l |
( |
| __str, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int sprintf(char *str, const char *format,...)
Definition simple_sprintf.c:778
◆ snprintf_l
| #define snprintf_l |
( |
| __str, |
|
|
| __size, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define snprintf
Definition stdio.h:96
◆ asprintf_l
| #define asprintf_l |
( |
| __ret, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int asprintf(char **strp, const char *format,...)
Definition vsf_linux_glibc_stdio.c:488
◆ vprintf_l
| #define vprintf_l |
( |
| __loc, |
|
|
| ... ) |
Value:
#define vprintf
Definition stdio.h:76
◆ vfprintf_l
| #define vfprintf_l |
( |
| __file, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define vfprintf
Definition stdio.h:77
◆ vsprintf_l
| #define vsprintf_l |
( |
| __str, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int vsprintf(char *str, const char *format, va_list ap)
Definition simple_sprintf.c:769
◆ vsnprintf_l
| #define vsnprintf_l |
( |
| __str, |
|
|
| __size, |
|
|
| __loc, |
|
|
| ... ) |
Value:
#define vsnprintf_l(__str, __size, __loc,...)
Definition xlocale.h:35
◆ vasprintf_l
| #define vasprintf_l |
( |
| __ret, |
|
|
| __loc, |
|
|
| ... ) |
Value:
int vasprintf(char **strp, const char *format, va_list ap)
Definition vsf_linux_glibc_stdio.c:474
◆ locale_t