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

  /src/usr.bin/spell/spellprog/
look.c 65 *s = _tolower(*s);
177 ch = _tolower(*s2);
  /src/include/
ctype.h 85 int _tolower(int);
  /src/sys/sys/
ctype_inline.h 65 #define _tolower(c) ((c) - 'A' + 'a') macro
  /src/lib/libc/gen/
isctype.c 139 _tolower(int c) function in typeref:typename:int

Completed in 21 milliseconds