Searched defs:tolower (Results 1 - 6 of 6) sorted by relevance

/src/sys/arch/hpc/stand/libsa/
H A Dtolower.cpp40 tolower(char c) function in typeref:typename:LIBSA_NAMESPACE_BEGIN __BEGIN_DECLS char
/src/lib/libc/gen/
H A Disctype.c119 tolower(int c) function in typeref:typename:int
/src/sys/sys/
H A Dctype_inline.h59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro
/src/sys/lib/libkern/
H A Dlibkern.h233 tolower(int ch) function in typeref:typename:LIBKERN_INLINE int
/src/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c1010 tolower ( function in typeref:typename:int
/src/sys/netinet6/
H A Dicmp6.c1525 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro

Completed in 7 milliseconds