HomeSort by: relevance | last modified time | path
    Searched defs:tolower (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpc/stand/libsa/
tolower.cpp 1 /* $NetBSD: tolower.cpp,v 1.4 2011/09/23 16:00:15 nonaka Exp $ */
40 tolower(char c) function in typeref:typename:LIBSA_NAMESPACE_BEGIN __BEGIN_DECLS char
  /src/lib/libc/gen/
isctype.c 119 tolower(int c) function in typeref:typename:int
  /src/sys/sys/
ctype_inline.h 59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) macro
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 193 * FUNCTION: tolower
855 if (tolower (*(++String)) == 'x')
890 tolower (*(++String)) == 'x')
999 * FUNCTION: tolower
1010 tolower ( function in typeref:typename:int
  /src/sys/lib/libkern/
libkern.h 82 LIBKERN_INLINE int tolower(int) __unused;
233 tolower(int ch) function in typeref:typename:LIBKERN_INLINE int
  /src/sys/netinet6/
icmp6.c 1525 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro
1609 *cp++ = tolower(*p);

Completed in 15 milliseconds