HomeSort by relevance Sort by last modified time
    Searched refs:sig_type (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
sig.h 29 typedef void (*sig_type)(int); typedef
32 extern sig_type sig_signal(int, sig_type);
sig.c 38 static sig_type handler[NSIG]; /* all start at SIG_DFL */
63 sig_type
64 sig_signal(int sig, sig_type fn)
66 sig_type Result;
77 handler[sig - 1] = (sig_type) 0;

Completed in 247 milliseconds