HomeSort by: relevance | last modified time | path
    Searched refs:_bcs_tolower (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/citrus/
citrus_db_hash.c 62 hash += _bcs_tolower(*p);
citrus_prop.c 228 switch (_bcs_tolower(_memstream_getc(ms))) {
230 if (_bcs_tolower(_memstream_getc(ms)) == 'r' &&
231 _bcs_tolower(_memstream_getc(ms)) == 'u' &&
232 _bcs_tolower(_memstream_getc(ms)) == 'e') {
238 if (_bcs_tolower(_memstream_getc(ms)) == 'a' &&
239 _bcs_tolower(_memstream_getc(ms)) == 'l' &&
240 _bcs_tolower(_memstream_getc(ms)) == 's' &&
241 _bcs_tolower(_memstream_getc(ms)) == 'e') {
citrus_bcs.c 156 *s = _bcs_tolower(*s);
citrus_namespace.h 54 #define _bcs_tolower _citrus_bcs_tolower macro
  /src/lib/libc/citrus/modules/
citrus_gbk2k.c 441 switch (_bcs_tolower(*p)) {

Completed in 12 milliseconds