Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/sys/sys/
H A Dctype.h55 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) macro
/dflybsd-src/lib/libc/locale/
H A Disctype.c193 tolower(int c) in tolower() function
/dflybsd-src/usr.bin/localedef/
H A Dctype.c81 int32_t tolower; member
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutclib.c1010 tolower ( in tolower() function
/dflybsd-src/contrib/binutils-2.27/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/dflybsd-src/contrib/gdb-7/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/dflybsd-src/include/
H A Dctype.h257 #define tolower(c) __sbtolower(c) macro
/dflybsd-src/stand/lib/
H A Dstand.h229 tolower(int c) in tolower() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf201 tolower keyword
/dflybsd-src/games/larn/
H A Dheader.h621 #define tolower(x) (to_lower[x]) macro
/dflybsd-src/sys/vfs/devfs/
H A Ddevfs_core.c2917 #define tolower(x) ((x >= 'A' && x <= 'Z')?(x+('a'-'A')):(x)) in wildCaseCmp() macro