Home
last modified time | relevance | path

Searched refs:codeset (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dmkisofs.c2768 char *codeset = nl_langinfo(CODESET); local
2771 if (codeset != NULL)
2772 codeset = e_strdup(codeset);
2782 p = (Uchar *)strstr(codeset, "ISO");
2786 codeset = (char *)p;
2788 if (strcmp("646", codeset) != 0 &&
2789 strcmp("ASCII", codeset) != 0 &&
2790 strcmp("US-ASCII", codeset) != 0 &&
2792 strcmp("USASCII", codeset) != 0 &&
2796 if (codeset != NULL)
[all …]
/reactos/dll/win32/wbemprox/
H A Dbuiltin.c1152 const WCHAR *codeset; member
4056 rec->codeset = get_codeset(); in fill_operatingsystem()