Searched refs:SIG_ATOMIC_T (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnotify_kernel.c27 static SIG_ATOMIC_T fd_pending_array[FD_PENDING_SIZE];
28 static SIG_ATOMIC_T signals_received;
74 fd_pending_array[signals_received] = (SIG_ATOMIC_T)info->si_fd;
102 fd_pending_array[i] = (SIG_ATOMIC_T)-1;
105 sizeof(SIG_ATOMIC_T)*(signals_received-i-1));
130 fd_pending_array[i] = (SIG_ATOMIC_T)-1;
133 sizeof(SIG_ATOMIC_T)*(signals_received-i-1));
H A Doplock_linux.c25 static SIG_ATOMIC_T signals_received;
27 static SIG_ATOMIC_T fd_pending_array[FD_PENDING_SIZE];
56 fd_pending_array[signals_received] = (SIG_ATOMIC_T)info->si_fd;
134 fd_pending_array[0] = (SIG_ATOMIC_T)-1;
137 sizeof(SIG_ATOMIC_T)*(signals_received-1));
H A Dserver.c34 extern SIG_ATOMIC_T got_sig_term;
35 extern SIG_ATOMIC_T reload_after_sighup;
H A Dprocess.c45 SIG_ATOMIC_T reload_after_sighup = 0;
46 SIG_ATOMIC_T got_sig_term = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dgetsmbpass.c86 static SIG_ATOMIC_T gotintr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsetup_once.h340 * Convenience SIG_ATOMIC_T definition
344 #define SIG_ATOMIC_T static sig_atomic_t macro
346 #define SIG_ATOMIC_T static volatile sig_atomic_t macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd.c86 static SIG_ATOMIC_T got_sig_term;
98 static SIG_ATOMIC_T reload_after_sighup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h523 typedef sig_atomic_t SIG_ATOMIC_T; typedef
525 typedef sig_atomic_t VOLATILE SIG_ATOMIC_T; typedef
527 typedef int VOLATILE SIG_ATOMIC_T; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbutil.c28 static SIG_ATOMIC_T gotalarm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c173 SIG_ATOMIC_T got_exit_signal = 0;
H A Drtspd.c235 SIG_ATOMIC_T got_exit_signal = 0;
H A Dsws.c227 SIG_ATOMIC_T got_exit_signal = 0;
H A Dtftpd.c264 SIG_ATOMIC_T got_exit_signal = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting.c26 extern SIG_ATOMIC_T got_sig_term;
27 extern SIG_ATOMIC_T reload_after_sighup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap.c40 static SIG_ATOMIC_T gotalarm;

Completed in 221 milliseconds