Home
last modified time | relevance | path

Searched refs:CheckHex (Results 1 – 1 of 1) sorted by relevance

/RevoEX-3.1/build/tools/makeChjp/
Dmain.c109 static int CheckHex(const char *str) in CheckHex() function
306 if(strlen(p) < 3 || strlen(p) > 10 || !CheckHex(p)) in main()
331 if(strlen(p) < 3 || strlen(p) > 6 || !CheckHex(p)) in main()