Searched refs:endptr1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c159 char *cmdarg1, *endptr, *endptr1; local
177 level_type = strtoul(cmdarg1, &endptr1, 16);
178 if (*cmdarg1 == '\0' || *endptr1 != '\0') {

Completed in 49 milliseconds