VSF Documented
xlocale.h File Reference

Go to the source code of this file.

Data Structures

struct  __locale_struct
 

Macros

#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, ...)
 

Typedefs

typedef struct __locale_structlocale_t
 

Macro Definition Documentation

◆ scanf_l

#define scanf_l ( __loc,
... )
Value:
scanf(__VA_ARGS__)
int scanf(const char *format,...)
Definition vsf_linux_glibc_stdio.c:779

◆ fscanf_l

#define fscanf_l ( __file,
__loc,
... )
Value:
fscanf(__file, __VA_ARGS__)
#define fscanf
Definition stdio.h:82

◆ sscanf_l

#define sscanf_l ( __str,
__loc,
... )
Value:
sscanf(__str, __VA_ARGS__)
int sscanf(const char *str, const char *format,...)
Definition simple_sscanf.c:226

◆ vscanf_l

#define vscanf_l ( __loc,
... )
Value:
vscanf(__VA_ARGS__)
int vscanf(const char *format, va_list ap)
Definition vsf_linux_glibc_stdio.c:764

◆ vfscanf_l

#define vfscanf_l ( __file,
__loc,
... )
Value:
vfscanf(__file, __VA_ARGS__)
#define vfscanf
Definition stdio.h:83

◆ vsscanf_l

#define vsscanf_l ( __str,
__loc,
... )
Value:
vsscanf(__str, __VA_ARGS__)
int vsscanf(const char *str, const char *format, va_list ap)
Definition simple_sscanf.c:211

◆ printf_l

#define printf_l ( __loc,
... )
Value:
printf(__VA_ARGS__)
#define printf
Definition stdio.h:75

◆ fprintf_l

#define fprintf_l ( __file,
__loc,
... )
Value:
fprintf(__file, __VA_ARGS__)
#define fprintf
Definition stdio.h:79

◆ sprintf_l

#define sprintf_l ( __str,
__loc,
... )
Value:
sprintf(__str, __VA_ARGS__)
int sprintf(char *str, const char *format,...)
Definition simple_sprintf.c:778

◆ snprintf_l

#define snprintf_l ( __str,
__size,
__loc,
... )
Value:
snprintf(__str, __size, __VA_ARGS__)
#define snprintf
Definition stdio.h:96

◆ asprintf_l

#define asprintf_l ( __ret,
__loc,
... )
Value:
asprintf(__ret, __VA_ARGS__)
int asprintf(char **strp, const char *format,...)
Definition vsf_linux_glibc_stdio.c:488

◆ vprintf_l

#define vprintf_l ( __loc,
... )
Value:
vprintf(__VA_ARGS__)
#define vprintf
Definition stdio.h:76

◆ vfprintf_l

#define vfprintf_l ( __file,
__loc,
... )
Value:
vfprintf(__file, __VA_ARGS__)
#define vfprintf
Definition stdio.h:77

◆ vsprintf_l

#define vsprintf_l ( __str,
__loc,
... )
Value:
vsprintf(__str, __VA_ARGS__)
int vsprintf(char *str, const char *format, va_list ap)
Definition simple_sprintf.c:769

◆ vsnprintf_l

#define vsnprintf_l ( __str,
__size,
__loc,
... )
Value:
vsnprintf_l(__str, __size, __VA_ARGS__)
#define vsnprintf_l(__str, __size, __loc,...)
Definition xlocale.h:35

◆ vasprintf_l

#define vasprintf_l ( __ret,
__loc,
... )
Value:
vasprintf(__ret, __VA_ARGS__)
int vasprintf(char **strp, const char *format, va_list ap)
Definition vsf_linux_glibc_stdio.c:474

Typedef Documentation

◆ locale_t

typedef struct __locale_struct* locale_t
Generated from commit: vsfteam/vsf@ceb53fd