Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/mail/
Dcmdtab.c49 typedef int (*cfunc_t)(void *); typedef
71 { "pipe", { (cfunc_t)pipeit }, MSGLIST|STRLIST,0, MMNDEL },
72 { "|", { (cfunc_t)pipeit }, MSGLIST|STRLIST,0, MMNDEL },
/mirbsd/src/usr.sbin/mrouted/
Dcallout.c23 cfunc_t func; /* function to call */
88 timer_setTimer(int delay, cfunc_t action, char *data) in timer_setTimer()
Ddefs.h39 typedef void (*cfunc_t)(void *); typedef
162 extern int timer_setTimer(int delay, cfunc_t action, char *data);
Dvif.c1398 return timer_setTimer(g->al_timer, (cfunc_t)DelVif, (void *)cbk); in SetTimer()
1439 return timer_setTimer(to_expire, (cfunc_t)SendQuery, (void *)cbk); in SetQueryTimer()