Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dsubst.c208 int c, got_match, print_match; in apply_substitution() local
216 print_match = 0; in apply_substitution()
242 print_match |= rule->print; in apply_substitution()
305 if (print_match) in apply_substitution()
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y44 static void print_match(ipmon_action_t *);
729 print_match(a); in print_action()
834 print_match(ipmon_action_t *a) in print_match() function