Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Disctype.c109 _tolower(int c) in _tolower() function
/netbsd-src/sys/sys/
H A Dctype_inline.h65 #define _tolower(c) ((c) - 'A' + 'a') macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h270 # define _tolower(c) tolower (c) macro