Searched refs:pcmp1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | printportcmp.c | 16 static char *pcmp1[] = { "*", "=", "!=", "<", ">", "<=", ">=", in printportcmp() local 21 pcmp1[frp->frp_cmp], frp->frp_top); in printportcmp() 25 PRINTF(" port %s %s", pcmp1[frp->frp_cmp], in printportcmp()
|