Searched defs:sigret_t (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c18 typedef void sigret_t; typedef
37 sigret_t (*func)(int);
H A Dlisten.c25 typedef void sigret_t; typedef
29 static sigret_t (*sig_cont)(int);
31 static sigret_t print_prompt(int sig __SS_ATTR((unused)))
41 static sigret_t listen_int_handler(int sig __SS_ATTR((unused)))
52 sigret_t (*sig_int)(int), (*old_sig_cont)(int);
61 sig_cont = (sigret_t (*)(int)) 0;

Completed in 2790 milliseconds