Searched defs:locale_t (Results 1 – 6 of 6) sorted by relevance
39 typedef struct locale_struct* locale_t; typedef
35 typedef struct locale_struct* locale_t; typedef
79 typedef struct locale_struct* locale_t; typedef
20 #define locale_t _locale_t macro114 inline int isblank_l( int c, locale_t /*loc*/ ) in isblank_l() argument118 inline int iswblank_l( wint_t c, locale_t /*loc*/ ) in iswblank_l() argument124 inline int isblank( int c, locale_t /*loc*/ ) in isblank() argument126 inline int iswblank( wint_t c, locale_t /*loc*/ ) in iswblank() argument
13 typedef struct _LC_locale_t* locale_t; typedef
16 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument