Searched defs:Char2Int (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Drules.c349 Char2Int(char character) function
404 limit = Char2Int(*(++ptr));
417 limit = Char2Int(*(++ptr));
456 start = Char2Int(*(++ptr));
457 length = Char2Int(*(++ptr));
476 i = Char2Int(*(++ptr));
495 i = Char2Int(*(++ptr));
583 if ((i = Char2Int(ptr[1])) < 0) {

Completed in 33 milliseconds