Lines Matching full:last_char
197 char *last_char;201 offset = strtol(p, &last_char, 0);202 if (0 == errno && '\0' == *last_char &&