Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dnetbw.c285 struct mytcpcb *delm; in shownetbw() local
303 delm = NULL; in shownetbw()
305 if (delm) { in shownetbw()
306 RB_REMOVE(mytcpcb_tree, &mytcp_tree, delm); in shownetbw()
307 free(delm); in shownetbw()
308 delm = NULL; in shownetbw()
320 delm = elm; in shownetbw()
323 if (delm) { in shownetbw()
324 RB_REMOVE(mytcpcb_tree, &mytcp_tree, delm); in shownetbw()
325 free(delm); in shownetbw()
[all …]
H A Dpftop.c297 struct mypfstate *delm; in showpftop() local
316 delm = NULL; in showpftop()
322 if (delm) { in showpftop()
323 RB_REMOVE(mypfstate_tree, &mypf_tree, delm); in showpftop()
324 free(delm); in showpftop()
325 delm = NULL; in showpftop()
335 delm = elm; in showpftop()
338 if (delm) { in showpftop()
339 RB_REMOVE(mypfstate_tree, &mypf_tree, delm); in showpftop()
340 free(delm); in showpftop()
[all …]
/dragonfly/usr.bin/mail/
H A Dcmd2.c257 delm(msgvec); in delete()
271 if (delm(msgvec) >= 0) { in deltype()
290 delm(int *msgvec) in delm() function
H A Dextern.h102 int delm(int []);