Searched refs:sch (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.c652 int sch = (ch < 0x80) ? ch : -(0x100 - ch); local
655 retval = sch - '.';
656 if (sch >= 'A') {
657 retval = sch - ('A' - 12);
658 if (sch >= 'a')
659 retval = sch - ('a' - 38);

Completed in 122 milliseconds