Home
last modified time | relevance | path

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

/minix/lib/libc/citrus/
H A Dcitrus_prop.c228 switch (_bcs_tolower(_memstream_getc(ms))) { in _citrus_prop_read_bool()
230 if (_bcs_tolower(_memstream_getc(ms)) == 'r' && in _citrus_prop_read_bool()
231 _bcs_tolower(_memstream_getc(ms)) == 'u' && in _citrus_prop_read_bool()
232 _bcs_tolower(_memstream_getc(ms)) == 'e') { in _citrus_prop_read_bool()
238 if (_bcs_tolower(_memstream_getc(ms)) == 'a' && in _citrus_prop_read_bool()
239 _bcs_tolower(_memstream_getc(ms)) == 'l' && in _citrus_prop_read_bool()
240 _bcs_tolower(_memstream_getc(ms)) == 's' && in _citrus_prop_read_bool()
241 _bcs_tolower(_memstream_getc(ms)) == 'e') { in _citrus_prop_read_bool()
H A Dcitrus_db_hash.c62 hash += _bcs_tolower(*p); in _citrus_db_hash_std()
H A Dcitrus_bcs.c156 *s = _bcs_tolower(*s); in _citrus_bcs_convert_to_lower()
H A Dcitrus_namespace.h54 #define _bcs_tolower _citrus_bcs_tolower macro
/minix/lib/libc/citrus/modules/
H A Dcitrus_gbk2k.c441 switch (_bcs_tolower(*p)) { in _citrus_GBK2K_encoding_module_init()