Home
last modified time | relevance | path

Searched refs:_tolower (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
Disctype.c145 #undef _tolower
147 _tolower(int c) in _tolower() function
/bionic/tests/
Dctype_test.cpp124 TEST(ctype, _tolower) { in TEST() argument
126 EXPECT_EQ('a', _tolower('A')); in TEST()
/bionic/libc/include/
Dctype.h99 int _tolower(int);