Lines Matching refs:ends
219 char buf[64], *vals, *ends;226 ends = vals = skip_spaces(buf);227 while (isdigit(*ends) || *ends == '.')228 ends++;229 *ends = 0;285 char buf[64], *vals, *ends;292 ends = vals = skip_spaces(buf);293 while (isdigit(*ends) || *ends == '.')294 ends++;295 *ends = 0;