Home
last modified time | relevance | path

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

/netbsd/src/sbin/ifconfig/
Dparse.c568 struct match tmpm; in pbranch_match() local
572 memset(&tmpm, 0, sizeof(tmpm)); in pbranch_match()
589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg); in pbranch_match()
591 match_copy(om, &tmpm); in pbranch_match()
592 match_cleanup(&tmpm); in pbranch_match()