Searched refs:CheckHex (Results 1 – 1 of 1) sorted by relevance
109 static int CheckHex(const char *str) in CheckHex() function306 if(strlen(p) < 3 || strlen(p) > 10 || !CheckHex(p)) in main()331 if(strlen(p) < 3 || strlen(p) > 6 || !CheckHex(p)) in main()