Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/gen/
H A Disctype.c165 _tolower(int c) in _tolower() function
/openbsd-src/include/
H A Dctype.h208 __only_inline int _tolower(int _c) in _tolower() function
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h42 #define _tolower(c) (((c) < 'A' || (c) > 'Z') ? (c) : (c) | 040) macro