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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pathmatch.c58 char rangeStart = '\0', nextRangeStart; local
72 nextRangeStart = '\0';
93 nextRangeStart = *p; /* Possible start of range. */
95 rangeStart = nextRangeStart;
105 wchar_t rangeStart = L'\0', nextRangeStart; local
119 nextRangeStart = L'\0';
140 nextRangeStart = *p; /* Possible start of range. */
142 rangeStart = nextRangeStart;

Completed in 177 milliseconds