Searched refs:lcase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libkiconv/
H A Dxlat16_iconv.c152 kiconv_xlat16_open(const char *tocode, const char *fromcode, int lcase) argument
196 if (lcase & KICONV_WCTYPE) {
253 if (lcase & KICONV_LOWER && ud != tolower(ud)) {
257 if (lcase & KICONV_UPPER && ud != toupper(ud)) {
271 if (lcase & KICONV_FROM_LOWER && c != tolower(c)) {
275 if (lcase & KICONV_FROM_UPPER && c != toupper(c)) {
/freebsd-11-stable/bin/dd/
H A DMakefile22 swab lcase ucase

Completed in 132 milliseconds