Searched refs:cfunc_t (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/mail/ |
| D | cmdtab.c | 49 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/ |
| D | callout.c | 23 cfunc_t func; /* function to call */ 88 timer_setTimer(int delay, cfunc_t action, char *data) in timer_setTimer()
|
| D | defs.h | 39 typedef void (*cfunc_t)(void *); typedef 162 extern int timer_setTimer(int delay, cfunc_t action, char *data);
|
| D | vif.c | 1398 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()
|