Searched refs:firstHalfDot (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/grep/
H A Dfastgrep.c84 int firstHalfDot = -1; local
134 if (firstHalfDot < 0)
136 firstHalfDot = i;
156 ((lastHalfDot) && ((firstHalfDot < 0) ||
157 ((fg->len - (lastHalfDot + 1)) < (size_t)firstHalfDot)))) &&
160 hasDot = fg->len - (firstHalfDot < 0 ?
161 firstLastHalfDot : firstHalfDot) - 1;

Completed in 41 milliseconds