Home
last modified time | relevance | path

Searched refs:CODESET_LIST (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dlocale.c37 #undef CODESET_LIST
38 #define CODESET_LIST (__locale_mmap->codeset_list) macro
45 #define GET_CODESET_NAME(N) (const char *)(CODESET_LIST + *(CODESET_LIST + N - 3))
275 cl = CODESET_LIST; in list_charmaps()
277 printf("%s\n", CODESET_LIST + *cl); in list_charmaps()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c91 #undef CODESET_LIST
92 #define CODESET_LIST (__locale_mmap->codeset_list) macro
234 n = stpcpy(n, (char*) CODESET_LIST + (int)(CODESET_LIST[loc[2] - 3])); in update_hr_locale()
642 r = CODESET_LIST; in _locale_set_l()
1115 s = CODESET_LIST; in find_locale()
1118 if (!strcmp((char*) CODESET_LIST + *s, p + 6)) { in find_locale()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_mmap.c215 for (i=0 ; i < sizeof(CODESET_LIST) ; i++) { in main()
216 putc((unsigned char)(CODESET_LIST[i]), fp); in main()

Completed in 9 milliseconds