Lines Matching full:endp
1054 char *endp;1062 ret = strtoul(key, &endp, 0);1063 if (*endp == '\0' && ret >= 0x01 && ret <= 0xff)