HomeSort by relevance Sort by last modified time
    Searched refs:ksh_toupper (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
histrap.c 1014 while ((*s = ksh_toupper(*s)))
1103 while ((*s = ksh_toupper(*s)))
    [all...]
main.c 169 while ((*cp = ksh_toupper(*cp)))
    [all...]
var.c 682 *q = ksh_toupper(*q);
    [all...]
edit.c     [all...]
sh.h 305 #define ksh_toupper(c) (((c) >= 'a') && ((c) <= 'z') ? (c) - 'a' + 'A' : (c)) macro
    [all...]

Completed in 407 milliseconds