Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/openbsd-src/usr.bin/make/
H A Ddefines.h105 #define TOLOWER(c) (tolower((unsigned char)(c))) macro
/openbsd-src/usr.bin/mg/
H A Dchrdef.h36 #define TOLOWER(c) ((c)+0x20) macro
/openbsd-src/sys/ddb/
H A Ddb_hangman.c48 #define TOLOWER(c) ((c)|0x20) macro
/openbsd-src/gnu/gcc/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/openbsd-src/gnu/lib/libiberty/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c241 # define TOLOWER(c) _tolower(c) macro
243 # define TOLOWER(c) tolower(c) macro