Home
last modified time | relevance | path

Searched refs:IN_LC_RUNTIME (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp.c2455 (IN_LC_RUNTIME(LC_COLLATE)) in PP()
2503 (IN_LC_RUNTIME(LC_COLLATE)) in PP()
4120 if (IN_LC_RUNTIME(LC_CTYPE)) {
4141 _toTITLE_utf8_flags(s, s +slen, tmpbuf, &tculen, IN_LC_RUNTIME(LC_CTYPE));
4150 _toLOWER_utf8_flags(s, s + slen, tmpbuf, &tculen, IN_LC_RUNTIME(LC_CTYPE));
4160 && IN_LC_RUNTIME(LC_CTYPE)
4202 if (IN_LC_RUNTIME(LC_CTYPE)) {
4422 if (IN_LC_RUNTIME(LC_CTYPE)) {
4451 (IN_LC_RUNTIME(LC_CTYPE))
4487 if (IN_LC_RUNTIME(LC_CTYPE)) {
[all …]
Dpp_sort.c1030 else if(IN_LC_RUNTIME(LC_COLLATE)) { in PP()
Dperl.h7453 # define IN_LC_RUNTIME(category) \ macro
7457 (IN_LC_COMPILETIME(category) || IN_LC_RUNTIME(category))
7518 # define IN_LC_RUNTIME(category) 0 macro
Dpp_sys.c3876 if (IN_LC_RUNTIME(LC_CTYPE)) { in PP()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502100122 IN_LC_RUNTIME # Z added by devel/scanprov