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

/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dmatch.c197 char *nextcondition; local
219 nextcondition = strpbrk(condition, "<>=!");
220 if (nextcondition) {
221 condchar = *nextcondition;
222 *nextcondition = '\0';
227 condition = nextcondition;

Completed in 50 milliseconds