Home
last modified time | relevance | path

Searched refs:ksh_tolower (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dmisc.c1378 if ((first = *l++), ((first = ksh_tolower(first)) == '\0')) in stristr()
1382 while ((c = *b++), ((c = ksh_tolower(c)) != first)) in stristr()
Dshf.c854 c = ksh_tolower(c); in shf_vfprintf()
Dsh.h242 #define ksh_tolower(c) (((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c)) macro
Dedit.c3055 *cp = ksh_tolower(*cp); in x_fold_case()
3067 *cp = ksh_tolower(*cp); in x_fold_case()
4309 *p = ksh_tolower(*p); in vi_cmd()
Dvar.c638 *q = ksh_tolower(*q); in formatstr()