Searched refs:CLD_DUMPED (Results 1 – 24 of 24) sorted by relevance
20 #if defined(CLD_DUMPED) || (defined(HAVE_DECL_CLD_DUMPED) && HAVE_DECL_CLD_DUMPED)22 static_assert((CLD_DUMPED) == (3), "CLD_DUMPED != 3");25 # define CLD_DUMPED 363 XLAT(CLD_DUMPED),
3 CLD_DUMPED 3
7 #ifndef CLD_DUMPED8 #error CLD_DUMPED not defined
26 CLD_DUMPED
102 #ifdef CLD_DUMPED in si_code_2_name()103 CASE(CLD_DUMPED); in si_code_2_name()
273 #ifdef CLD_DUMPED274 DEFINE_ENTRY(CLD_DUMPED)
268 #define CLD_DUMPED 3 /* child terminated abnormally */ macro
361 case CLD_DUMPED: in main()
112 case CLD_DUMPED: in handle_client_destroy()
159 CLD_DUMPED = 3 variable
164 CLD_DUMPED = 3 variable
551 CLD_DUMPED = 3 variable
548 CLD_DUMPED = 3 variable
444 pub const CLD_DUMPED: ::c_int = 3; constant
1201 #ifdef CLD_DUMPED1202 { "CLD_DUMPED", (unsigned long) CLD_DUMPED },
1059 pub const CLD_DUMPED: ::c_int = 62; constant
1153 pub const CLD_DUMPED: ::c_int = 3; constant
1233 os.CLD_DUMPED
14929 #ifdef CLD_DUMPED in all_ins()14930 if (PyModule_AddIntMacro(m, CLD_DUMPED)) return -1; in all_ins()
1993 pub const CLD_DUMPED: ::c_int = 3; constant
4091 CLD_DUMPED
39740 * tests/pc.test: Update regexps to take CLD_DUMPED child process