代码搜索:Signals

找到约 6,227 项符合「Signals」的源代码

代码结果 6,227
www.eeworm.com/read/100039/6275878

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #define HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD #define NEED_PSELECT #define SETGRE
www.eeworm.com/read/100039/6275914

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #define HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD #define SETGRENT_VOID #define SETPW
www.eeworm.com/read/100039/6275923

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #undef HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_FCHMOD #define NEED_PSELECT #define SETGRENT_VOID #define SETPWENT
www.eeworm.com/read/100039/6275951

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #undef HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define VSPRINTF_CHAR #define SPRINTF_CHAR #define HAVE_FCHMOD #define SETGRENT
www.eeworm.com/read/100039/6275960

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #undef HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD #define NEED_PSELECT #define SETGREN
www.eeworm.com/read/100039/6275970

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #undef HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD #define NEED_PSELECT #define SETGREN
www.eeworm.com/read/100039/6275999

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #define HAVE_SA_LEN #define USE_POSIX #define POSIX_SIGNALS #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHMOD #define NEED_PSELECT #define SETGRE
www.eeworm.com/read/100039/6276086

h port_after.h

#ifndef PORT_AFTER_H #define PORT_AFTER_H #define BSD 43 #define USE_POSIX #define POSIX_SIGNALS #define NETREAD_BROKEN #define NEED_STRSEP #define USE_WAITPID #define HAVE_GETRUSAGE #define HAVE_FCHM
www.eeworm.com/read/494691/6360229

c sigusr.c

#include #include "ourhdr.h" static void sig_usr(int); /* one handler for both signals */ int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) err_sys("can't catch SIGUSR1"); if
www.eeworm.com/read/490627/6449965

c sigusr.c

#include #include "ourhdr.h" static void sig_usr(int); /* one handler for both signals */ int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) err_sys("can't catch SIGUSR1"); if