Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_radix.c70 if (ndel != NULL) in pfr_clr_tables()
71 *ndel = io.pfrio_ndel; in pfr_clr_tables()
112 if (ndel != NULL) in pfr_del_tables()
113 *ndel = io.pfrio_ndel; in pfr_del_tables()
177 if (ndel != NULL) in pfr_clr_addrs()
178 *ndel = io.pfrio_ndel; in pfr_clr_addrs()
207 int *ndel, int flags) in pfr_del_addrs() argument
223 if (ndel != NULL) in pfr_del_addrs()
224 *ndel = io.pfrio_ndel; in pfr_del_addrs()
249 if (ndel != NULL) in pfr_set_addrs()
[all …]
H A Dpfctl_table.c157 RVTEST(pfr_clr_tables(&table, &ndel, flags)); in pfctl_table()
158 xprintf(opts, "%d tables deleted", ndel); in pfctl_table()
190 xprintf(opts, "%d table deleted", ndel); in pfctl_table()
194 RVTEST(pfr_clr_addrs(&table, &ndel, flags)); in pfctl_table()
195 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table()
219 &ndel, flags)); in pfctl_table()
238 &sz2, &nadd, &ndel, &nchange, flags)); in pfctl_table()
247 if (ndel) in pfctl_table()
248 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table()
251 if (!nadd && !ndel && !nchange) in pfctl_table()
[all …]
/openbsd/sys/net/
H A Dpf_table.c512 if (ndel != NULL) in pfr_del_addrs()
513 *ndel = xdel; in pfr_del_addrs()
619 if (ndel != NULL) in pfr_set_addrs()
620 *ndel = xdel; in pfr_set_addrs()
1489 if (ndel != NULL) in pfr_clr_tables()
1490 *ndel = xdel; in pfr_clr_tables()
1694 if (ndel != NULL) in pfr_del_tables()
1695 *ndel = xdel; in pfr_del_tables()
1852 *ndel = xdel; in pfr_set_tflags()
1885 *ndel = xdel; in pfr_ina_begin()
[all …]
/openbsd/usr.bin/calendar/calendars/de_DE.UTF-8/
H A Dcalendar.musik17 02/23 Georg Friedrich Händel in Halle an der Saale geboren, 1685
26 04/14 Georg Friedrich Händel in London gestorben, 1759
/openbsd/bin/ksh/
H A Demacs.c1162 int ndel; in x_kill() local
1170 ndel = x_arg - col; in x_kill()
1171 if (ndel < 0) { in x_kill()
1173 ndel = -ndel; in x_kill()
1175 x_delete(ndel, true); in x_kill()