Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstringops.h67 extern int strcasecmp_utf8x(int, const char *, const char *);
90 strcasecmp_utf8x(util_utf8_enable ? CASEF_FLAG_UTF8 : 0, (s1), (s2))
H A Dstrcasecmp_utf8.c101 int strcasecmp_utf8x(int flags, const char *s1, const char *s2) in strcasecmp_utf8x() function
186 res = strcasecmp_utf8x(flags, args[1], args[2]); in main()