Searched refs:fend (Results 1 – 1 of 1) sorted by relevance
6324 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local6326 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_parse_float()6331 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()