Searched defs:_tolower (Results 1 - 2 of 2) sorted by relevance
| /src/lib/libc/gen/ | ||
| H A D | isctype.c | 139 _tolower(int c) function in typeref:typename:int |
| /src/sys/sys/ | ||
| H A D | ctype_inline.h | 65 #define _tolower(c) ((c) - 'A' + 'a') macro |
Completed in 3 milliseconds