Home
last modified time | relevance | path

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

/dragonfly/sys/libiconv/
H A Diconv_xlat16.c149 if (casetype == KICONV_FROM_LOWER && dp->f_ctp) in iconv_xlat16_conv()
172 if (casetype & (KICONV_FROM_LOWER|KICONV_FROM_UPPER)) in iconv_xlat16_conv()
175 if (casetype == KICONV_FROM_LOWER) { in iconv_xlat16_conv()
H A Diconv_ucs.c202 if (casetype == KICONV_FROM_LOWER && dp->ctype) { in iconv_ucs_conv()
238 &ucslen, casetype & (KICONV_FROM_LOWER | KICONV_FROM_UPPER)); in iconv_ucs_conv()
/dragonfly/lib/libkiconv/
H A Dxlat16_iconv.c125 KICONV_FROM_LOWER | KICONV_FROM_UPPER); in kiconv_add_xlat16_cspairs()
263 if (lcase & KICONV_FROM_LOWER && c != tolower(c)) { in kiconv_xlat16_open()
/dragonfly/sys/sys/
H A Diconv.h46 #define KICONV_FROM_LOWER 4 /* tolower source character, then convert */ macro
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_conv.c988 KICONV_FROM_LOWER); in unix2winchr()