Lines Matching refs:end
468 char *end;
471 d = strtod(string, &end);
472 if (end == string) {
478 while ((*end != '\0') && isspace(UCHAR(*end))) {
479 end++;
481 switch (*end) {
488 end++;
492 end++;
495 end++;
499 end++;
504 while ((*end != '\0') && isspace(UCHAR(*end))) {
505 end++;
507 if (*end != 0) {
545 char *end;
548 d = strtod(string, &end);
549 if (end == string) {
555 while ((*end != '\0') && isspace(UCHAR(*end))) {
556 end++;
558 switch (*end) {
564 end++;
569 end++;
574 end++;
579 end++;
584 while ((*end != '\0') && isspace(UCHAR(*end))) {
585 end++;
587 if (*end != 0) {