Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Diconv_xlat16.c148 if (casetype == KICONV_FROM_LOWER && dp->f_ctp) in iconv_xlat16_conv()
171 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER)) in iconv_xlat16_conv()
174 if (casetype == KICONV_FROM_LOWER) { in iconv_xlat16_conv()
H A Diconv_ucs.c201 if (casetype == KICONV_FROM_LOWER && dp->ctype) { in iconv_ucs_conv()
237 &ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER)); in iconv_ucs_conv()
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c133 KICONV_FROM_LOWER | KICONV_FROM_UPPER); in kiconv_add_xlat16_cspairs()
271 if (lcase & KICONV_FROM_LOWER && c != tolower(c)) { in kiconv_xlat16_open()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.c153 int copt = (caseopt == SMB_CS_LOWER ? KICONV_FROM_LOWER : in smbfs_fname_tolocal()
/freebsd/sys/sys/
H A Diconv.h46 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_conv.c970 KICONV_FROM_LOWER); in unix2winchr()