Searched defs:tolower (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/hpc/stand/libsa/ | ||
| H A D | tolower.cpp | 40 tolower(char c) function in typeref:typename:LIBSA_NAMESPACE_BEGIN __BEGIN_DECLS char |
| /src/lib/libc/gen/ | ||
| H A D | isctype.c | 119 tolower(int c) function in typeref:typename:int |
| /src/sys/sys/ | ||
| H A D | ctype_inline.h | 59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro |
| /src/sys/lib/libkern/ | ||
| H A D | libkern.h | 233 tolower(int ch) function in typeref:typename:LIBKERN_INLINE int |
| /src/sys/external/bsd/acpica/dist/utilities/ | ||
| H A D | utclib.c | 1010 tolower ( function in typeref:typename:int |
| /src/sys/netinet6/ | ||
| H A D | icmp6.c | 1525 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro |
Completed in 9 milliseconds