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

/openbsd-current/usr.bin/mail/
H A Dcmdtab.c41 typedef int (*cfunc_t)(void *); typedef
63 { "pipe", { (cfunc_t)pipeit }, MSGLIST|STRLIST,0, MMNDEL },
64 { "|", { (cfunc_t)pipeit }, MSGLIST|STRLIST,0, MMNDEL },
/openbsd-current/usr.sbin/mrouted/
H A Dcallout.c23 cfunc_t func; /* function to call */
88 timer_setTimer(int delay, cfunc_t action, char *data)
H A Ddefs.h34 typedef void (*cfunc_t)(void *); typedef
144 extern int timer_setTimer(int delay, cfunc_t action, char *data);
H A Dvif.c1394 return timer_setTimer(g->al_timer, (cfunc_t)DelVif, (void *)cbk);
1435 return timer_setTimer(to_expire, (cfunc_t)SendQuery, (void *)cbk);

Completed in 120 milliseconds