Lines Matching defs:ends
501 char buf[64], *vals, *ends;
508 ends = vals = skip_spaces(buf);
509 while (isdigit(*ends) || *ends == '.')
510 ends++;
511 *ends = 0;
626 char buf[64], *vals, *ends;
632 ends = vals = skip_spaces(buf);
633 while (isdigit(*ends) || *ends == '.')
634 ends++;
635 *ends = 0;
647 char buf[64], *ends;
653 vals = ends = skip_spaces(buf);
654 while (isdigit(*ends) || *ends == '.')
655 ends++;
656 *ends = 0;