Searched refs:KICONV_FROM_LOWER (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/libkern/
H A Diconv_xlat16.c150 if (casetype == KICONV_FROM_LOWER && dp->f_ctp)
173 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER))
176 if (casetype == KICONV_FROM_LOWER) {
H A Diconv_ucs.c203 if (casetype == KICONV_FROM_LOWER && dp->ctype) {
239 &ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER));
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_subr.c154 int copt = (caseopt == SMB_CS_LOWER ? KICONV_FROM_LOWER :
/freebsd-10.0-release/lib/libkiconv/
H A Dxlat16_iconv.c133 KICONV_FROM_LOWER | KICONV_FROM_UPPER);
271 if (lcase & KICONV_FROM_LOWER && c != tolower(c)) {
/freebsd-10.0-release/sys/sys/
H A Diconv.h46 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c987 KICONV_FROM_LOWER);

Completed in 226 milliseconds