Searched defs:_tolower (Results 1 - 2 of 2) sorted by relevance

/src/lib/libc/gen/
H A Disctype.c139 _tolower(int c) function in typeref:typename:int
/src/sys/sys/
H A Dctype_inline.h65 #define _tolower(c) ((c) - 'A' + 'a') macro

Completed in 3 milliseconds