OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigret_t
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ss/
listen.c
25
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;
list_rqs.c
18
typedef void
sigret_t
;
typedef
37
sigret_t
(*func)(int);
Completed in 214 milliseconds