Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 8 of 8) sorted by relevance

/csrg-svn/lib/libc/locale/
H A Disctype.c137 tolower(c) in tolower() function
H A Drune.c302 tolower(c) in tolower() function
/csrg-svn/sys/tahoe/stand/vdformat/
H A Dcmd.h20 #define tolower(c) (isupper(c) ? ((c) | 040) : c) macro
/csrg-svn/sys/stand.att/
H A Dopen.c31 #define tolower(c) ((c) - 'A' + 'a') macro
/csrg-svn/include/
H A Dctype.h104 tolower(_BSD_RUNE_T_ c) in tolower() function
/csrg-svn/local/toolchest/ksh/shlib/
H A Dshtype.h116 #define tolower(c) ((c) + 'a' - 'A') macro
/csrg-svn/local/toolchest/ksh/sh/
H A Dshtype.h116 #define tolower(c) ((c) + 'a' - 'A') macro
/csrg-svn/games/larn/
H A Dheader.h430 #define tolower(x) (to_lower[x]) macro