Searched refs:pszEnd (Results 1 – 1 of 1) sorted by relevance
3174 char *pszEnd; in handle_command() local3175 uiSubCode = strtoul(argv[2], &pszEnd, 0); in handle_command()3176 if (*pszEnd) in handle_command()3191 char *pszEnd; in handle_command() local3192 uiSubCode = strtoul(argv[2], &pszEnd, 0); in handle_command()3193 if (*pszEnd) in handle_command()3251 char *pszEnd; in handle_command() local3252 uiBegin = strtoul(argv[2], &pszEnd, 0); in handle_command()3253 if (*pszEnd) in handle_command()3321 char *pszEnd; in handle_command() local[all …]