Lines Matching refs:pszEnd
3174 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
3326 uiBegin = strtoul(argv[2], &pszEnd, 0); in handle_command()
3327 if (*pszEnd) in handle_command()
3330 uiLen = strtoul(argv[3], &pszEnd, 0); in handle_command()
3331 if (*pszEnd) in handle_command()