Lines Matching refs:end
48 char *end, *p;
63 i = -(int)strtoul(p, &end, 0);
66 i = strtoul(p, &end, 0);
68 i = strtoul(p, &end, 0);
70 if (end == p) {
86 while ((*end != '\0') && isspace(UCHAR(*end))) {
87 end++;
89 if (*end != 0) {
124 char *end;
128 d = strtod(string, &end);
129 if (end == string) {
144 while ((*end != 0) && isspace(UCHAR(*end))) {
145 end++;
147 if (*end != 0) {