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

  /external/openssh/openbsd-compat/
sigact.h 77 #define sa_handler sv.sv_handler
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 310 __sighandler_t sv_handler; /* Signal handler. */ member in struct:sigvec
323 /* If VEC is non-NULL, set the handler for SIG to the `sv_handler' member
326 reset to SIG_DFL before `sv_handler' is entered. If OVEC is non-NULL,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 310 __sighandler_t sv_handler; /* Signal handler. */ member in struct:sigvec
323 /* If VEC is non-NULL, set the handler for SIG to the `sv_handler' member
326 reset to SIG_DFL before `sv_handler' is entered. If OVEC is non-NULL,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 310 __sighandler_t sv_handler; /* Signal handler. */ member in struct:sigvec
323 /* If VEC is non-NULL, set the handler for SIG to the `sv_handler' member
326 reset to SIG_DFL before `sv_handler' is entered. If OVEC is non-NULL,
  /external/strace/
signal.c 977 switch ((int) sv.sv_handler) {
1003 tprintf("{%#lx, ", (unsigned long) sv.sv_handler);
    [all...]

Completed in 71 milliseconds