Searched refs:c_strcasecmp (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | striconv.c | 384 if (c_strcasecmp (from_codeset, to_codeset) == 0) in str_iconv() 394 if (c_strcasecmp (from_codeset, "EUC-KR") == 0 in str_iconv() 395 || c_strcasecmp (to_codeset, "EUC-KR") == 0) in str_iconv()
|
H A D | c-strcase.h | 42 extern int c_strcasecmp (const char *s1, const char *s2);
|
H A D | c-strcasecmp.c | 28 c_strcasecmp (const char *s1, const char *s2) in c_strcasecmp() function
|
H A D | propername.c | 86 if (c_strcasecmp (locale_code, "UTF-8") != 0) in proper_name_utf8()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | striconv.c | 384 if (c_strcasecmp (from_codeset, to_codeset) == 0) in str_iconv() 394 if (c_strcasecmp (from_codeset, "EUC-KR") == 0 in str_iconv() 395 || c_strcasecmp (to_codeset, "EUC-KR") == 0) in str_iconv()
|
H A D | c-strcase.h | 42 extern int c_strcasecmp (const char *s1, const char *s2);
|
H A D | c-strcasecmp.c | 28 c_strcasecmp (const char *s1, const char *s2) in c_strcasecmp() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | striconv.c | 384 if (c_strcasecmp (from_codeset, to_codeset) == 0) in str_iconv() 394 if (c_strcasecmp (from_codeset, "EUC-KR") == 0 in str_iconv() 395 || c_strcasecmp (to_codeset, "EUC-KR") == 0) in str_iconv()
|
H A D | c-strcase.h | 42 extern int c_strcasecmp (const char *s1, const char *s2);
|
H A D | c-strcasecmp.c | 28 c_strcasecmp (const char *s1, const char *s2) in c_strcasecmp() function
|
H A D | propername.c | 86 if (c_strcasecmp (locale_code, "UTF-8") != 0) in proper_name_utf8()
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | propername.c | 86 if (c_strcasecmp (locale_code, "UTF-8") != 0) in proper_name_utf8()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | recode-sr-latin.c | 258 bool need_code_conversion = (c_strcasecmp (locale_code, "UTF-8") != 0); in process()
|
H A D | po-charset.c | 110 if (c_strcasecmp (charset, standard_charsets[i]) == 0) in po_charset_canonicalize()
|
H A D | msginit.c | 1224 was_utf8 = (c_strcasecmp (charsetstr, "UTF-8") == 0); in content_type()
|
H A D | xgettext.c | 2951 if (c_strcasecmp (name, tp->name) == 0) in language_to_extractor()
|
H A D | ChangeLog | 2117 (po_charset_canonicalize): Use c_strcasecmp. 2121 (content_type): Use c_strcasecmp. 2125 (language_to_extractor): Use c_strcasecmp.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
H A D | ChangeLog | 380 * windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp.
|