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

  /src/lib/libc/gen/
isctype.c 139 _tolower(int c) function in typeref:typename:int
  /src/sys/sys/
ctype_inline.h 65 #define _tolower(c) ((c) - 'A' + 'a') macro

Completed in 12 milliseconds