Home
last modified time | relevance | path

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

/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c401 int error, matchedby; in apply_specs() local
408 matchedby = 0; in apply_specs()
438 if (matchedby == 0) { in apply_specs()
441 matchedby = 1; in apply_specs()
443 printf("%s(%s%s,%s)", matchedby == 2 ? "," : "", in apply_specs()
445 if (matchedby == 1) in apply_specs()
446 matchedby = 2; in apply_specs()
451 if (vflag && matchedby) in apply_specs()