Home
last modified time | relevance | path

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

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