OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGHANDLER_T
(Results
1 - 4
of
4
) sorted by null
/external/curl/tests/server/
rtspd.c
209
typedef RETSIGTYPE (*
SIGHANDLER_T
)(int);
212
static
SIGHANDLER_T
old_sighup_handler = SIG_ERR;
216
static
SIGHANDLER_T
old_sigpipe_handler = SIG_ERR;
220
static
SIGHANDLER_T
old_sigalrm_handler = SIG_ERR;
224
static
SIGHANDLER_T
old_sigint_handler = SIG_ERR;
228
static
SIGHANDLER_T
old_sigterm_handler = SIG_ERR;
232
static
SIGHANDLER_T
old_sigbreak_handler = SIG_ERR;
[
all
...]
sockfilt.c
155
typedef RETSIGTYPE (*
SIGHANDLER_T
)(int);
158
static
SIGHANDLER_T
old_sighup_handler = SIG_ERR;
162
static
SIGHANDLER_T
old_sigpipe_handler = SIG_ERR;
166
static
SIGHANDLER_T
old_sigalrm_handler = SIG_ERR;
170
static
SIGHANDLER_T
old_sigint_handler = SIG_ERR;
174
static
SIGHANDLER_T
old_sigterm_handler = SIG_ERR;
178
static
SIGHANDLER_T
old_sigbreak_handler = SIG_ERR;
[
all
...]
tftpd.c
231
typedef RETSIGTYPE (*
SIGHANDLER_T
)(int);
234
static
SIGHANDLER_T
old_sighup_handler = SIG_ERR;
238
static
SIGHANDLER_T
old_sigpipe_handler = SIG_ERR;
242
static
SIGHANDLER_T
old_sigint_handler = SIG_ERR;
246
static
SIGHANDLER_T
old_sigterm_handler = SIG_ERR;
250
static
SIGHANDLER_T
old_sigbreak_handler = SIG_ERR;
[
all
...]
sws.c
214
typedef RETSIGTYPE (*
SIGHANDLER_T
)(int);
217
static
SIGHANDLER_T
old_sighup_handler = SIG_ERR;
221
static
SIGHANDLER_T
old_sigpipe_handler = SIG_ERR;
225
static
SIGHANDLER_T
old_sigalrm_handler = SIG_ERR;
229
static
SIGHANDLER_T
old_sigint_handler = SIG_ERR;
233
static
SIGHANDLER_T
old_sigterm_handler = SIG_ERR;
237
static
SIGHANDLER_T
old_sigbreak_handler = SIG_ERR;
[
all
...]
Completed in 110 milliseconds