Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp3174 char *pszEnd; in handle_command() local
3175 uiSubCode = strtoul(argv[2], &pszEnd, 0); in handle_command()
3176 if (*pszEnd) in handle_command()
3191 char *pszEnd; in handle_command() local
3192 uiSubCode = strtoul(argv[2], &pszEnd, 0); in handle_command()
3193 if (*pszEnd) in handle_command()
3251 char *pszEnd; in handle_command() local
3252 uiBegin = strtoul(argv[2], &pszEnd, 0); in handle_command()
3253 if (*pszEnd) in handle_command()
3321 char *pszEnd; in handle_command() local
[all …]