Searched refs:ksh_tolower (Results 1 – 5 of 5) sorted by relevance
1378 if ((first = *l++), ((first = ksh_tolower(first)) == '\0')) in stristr()1382 while ((c = *b++), ((c = ksh_tolower(c)) != first)) in stristr()
854 c = ksh_tolower(c); in shf_vfprintf()
242 #define ksh_tolower(c) (((c) >= 'A') && ((c) <= 'Z') ? (c) - 'A' + 'a' : (c)) macro
3055 *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()
638 *q = ksh_tolower(*q); in formatstr()