Searched refs:CODESET_LIST (Results 1 – 3 of 3) sorted by relevance
37 #undef CODESET_LIST38 #define CODESET_LIST (__locale_mmap->codeset_list) macro45 #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()
91 #undef CODESET_LIST92 #define CODESET_LIST (__locale_mmap->codeset_list) macro234 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()
215 for (i=0 ; i < sizeof(CODESET_LIST) ; i++) { in main()216 putc((unsigned char)(CODESET_LIST[i]), fp); in main()
Completed in 7 milliseconds