Home
last modified time | relevance | path

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

/netbsd/tests/lib/libc/locale/
H A Dt_toupper.c108 ATF_TC_HEAD(tolower, tc) in ATF_TC_HEAD() argument
114 ATF_TC_BODY(tolower, tc) in ATF_TC_BODY() argument
/netbsd/sys/arch/hpc/stand/libsa/
H A Dtolower.cpp40 tolower(char c) in tolower() function
/netbsd/lib/libc/gen/
H A Disctype.c91 tolower(int c) in tolower() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h56 #define tolower(c) TOLOWER(c) macro
/netbsd/sys/sys/
H A Dctype_inline.h59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c902 tolower ( in tolower() function
/netbsd/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.h76 #define tolower(x) \ macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.h76 #define tolower(x) \ macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/netbsd/sys/lib/libkern/
H A Dlibkern.h231 tolower(int ch) in tolower() function
/netbsd/sys/netinet6/
H A Dicmp6.c1524 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro