Searched refs:ibcmp (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c501 utf8locale = (ibcmp(codeset, "UTF-8", 5) == 0 ||
502 ibcmp(codeset, "UTF8", 4) == 0);
508 utf8locale = (ibcmp(lang, "UTF-8", 5) == 0 ||
509 ibcmp(lang, "UTF8", 4) == 0);
512 utf8locale = (ibcmp(curctype, "UTF-8", 5) == 0 ||
513 ibcmp(curctype, "UTF8", 4) == 0);
516 utf8locale = (ibcmp(lc_all, "UTF-8", 5) == 0 ||
517 ibcmp(lc_all, "UTF8", 4) == 0);
H A Dregexec.c1143 ? ibcmp(s, m, ln)
1153 ? ibcmp(s, m, ln)
2520 ? ibcmp(s, locinput, ln)
2818 ? ibcmp(s, locinput, ln)
H A Dembed.h362 #define ibcmp Perl_ibcmp macro
2890 #define ibcmp(a,b,c) Perl_ibcmp(aTHX_ a,b,c) macro
H A Dtoke.c2663 && !ibcmp(d, "perl", 4))

Completed in 124 milliseconds