Searched refs:_bcs_tolower (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/iconv/
H A Dcitrus_prop.c224 switch (_bcs_tolower(_memstream_getc(ms))) {
226 if (_bcs_tolower(_memstream_getc(ms)) == 'r' &&
227 _bcs_tolower(_memstream_getc(ms)) == 'u' &&
228 _bcs_tolower(_memstream_getc(ms)) == 'e') {
234 if (_bcs_tolower(_memstream_getc(ms)) == 'a' &&
235 _bcs_tolower(_memstream_getc(ms)) == 'l' &&
236 _bcs_tolower(_memstream_getc(ms)) == 's' &&
237 _bcs_tolower(_memstream_getc(ms)) == 'e') {
H A Dcitrus_db_hash.c55 hash += _bcs_tolower(*p);
H A Dcitrus_bcs.c152 *s = _bcs_tolower(*s);
H A Dcitrus_namespace.h57 #define _bcs_tolower _citrus_bcs_tolower macro

Completed in 16 milliseconds