/src/include/ |
ctype.h | 62 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 66 int isalnum_l(int, locale_t); 67 int isalpha_l(int, locale_t); 68 int isblank_l(int, locale_t); 69 int iscntrl_l(int, locale_t); 70 int isdigit_l(int, locale_t); 71 int isgraph_l(int, locale_t); 72 int islower_l(int, locale_t); 73 int isprint_l(int, locale_t); 74 int ispunct_l(int, locale_t); [all...] |
monetary.h | 50 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 54 ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...)
|
string.h | 50 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 81 int strcoll_l(const char *, const char *, locale_t); 94 __aconst char *strerror_l(int, locale_t); 134 locale_t);
|
wctype.h | 79 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 82 int iswalnum_l(wint_t, locale_t); 83 int iswalpha_l(wint_t, locale_t); 84 int iswblank_l(wint_t, locale_t); 85 int iswcntrl_l(wint_t, locale_t); 86 int iswdigit_l(wint_t, locale_t); 87 int iswgraph_l(wint_t, locale_t); 88 int iswlower_l(wint_t, locale_t); 89 int iswprint_l(wint_t, locale_t); 90 int iswpunct_l(wint_t, locale_t); [all...] |
inttypes.h | 66 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 70 char ** __restrict, int, locale_t); 72 char ** __restrict, int, locale_t); 74 wchar_t ** __restrict, int, locale_t); 76 wchar_t ** __restrict, int, locale_t); 88 intmax_t, intmax_t, int *, locale_t); 90 uintmax_t, uintmax_t, int *, locale_t);
|
wchar.h | 230 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 239 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t); 240 size_t wcsxfrm_l(wchar_t *, const wchar_t *, size_t, locale_t); 241 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t); 242 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t); 245 const struct tm * __restrict, locale_t); 247 float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t); 248 double wcstod_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t); 250 locale_t); 252 locale_t); [all...] |
nl_types.h | 94 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 98 nl_catd catopen_l(const char *, int, locale_t);
|
time.h | 194 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 198 const struct tm * __restrict, locale_t) 238 const char * __restrict, const struct tm * __restrict, locale_t) 244 struct tm * __restrict, locale_t);
|
stdlib.h | 365 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 368 double strtod_l(const char * __restrict, char ** __restrict, locale_t); 369 float strtof_l(const char * __restrict, char ** __restrict, locale_t); 371 locale_t); 372 long strtol_l(const char * __restrict, char ** __restrict, int, locale_t); 374 strtoul_l(const char * __restrict, char ** __restrict, int, locale_t); 377 strtoll_l(const char * __restrict, char ** __restrict, int, locale_t); 380 strtoull_l(const char * __restrict, char ** __restrict, int, locale_t); 383 quad_t strtoq_l(const char * __restrict, char ** __restrict, int, locale_t); 384 u_quad_t strtouq_l(const char * __restrict, char ** __restrict, int, locale_t); [all...] |
locale.h | 83 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 94 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 104 locale_t duplocale(locale_t); 105 void freelocale(locale_t); 106 struct lconv *localeconv_l(locale_t); 107 locale_t newlocale(int, const char *, locale_t); 115 #define LC_C_LOCALE ((locale_t)__UNCONST(&_lc_C_locale))
|
langinfo.h | 94 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 98 char *nl_langinfo_l(nl_item, locale_t);
|
stdio.h | 541 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 545 int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...) 547 int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict, 549 int printf_l(locale_t, const char * __restrict, ...) 551 int vprintf_l(locale_t, const char * __restrict, __va_list) 553 int asprintf_l(char ** __restrict, locale_t, const char * __restrict, ...) 555 int vasprintf_l(char ** __restrict, locale_t, const char * __restrict, 558 int vdprintf_l(int, locale_t, const char * __restrict, __va_list) 560 int dprintf_l(int, locale_t, const char * __restrict, ...) 562 int snprintf_l(char * __restrict, size_t, locale_t, [all...] |
/src/lib/libc/include/ |
extern.h | 32 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 47 __dso_hidden int _strerror_lr(int, char *, size_t, locale_t);
|
/src/lib/libc/gdtoa/ |
gdtoa.h | 42 typedef struct _locale *locale_t; typedef in typeref:struct:_locale * 142 locale_t)); 157 extern int strtord ANSI((CONST char*, char**, int, double*, locale_t)); 168 extern int strtopQ ANSI((CONST char*, char**, void*, locale_t)); 169 extern int strtopx ANSI((CONST char*, char**, void*, locale_t)); 170 extern int strtopxL ANSI((CONST char*, char**, void*, locale_t));
|