Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 70) sorted by relevance

123

/titanic_51/usr/src/lib/libast/common/include/
H A Dwait.h60 #undef WIFSIGNALED
75 #ifndef WIFSIGNALED
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h60 #undef WIFSIGNALED
75 #ifndef WIFSIGNALED
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dwait.h69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_51/usr/src/lib/libast/common/features/
H A Dwait5 int ifsignaled = WIFSIGNALED(0);
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait5 int ifsignaled = WIFSIGNALED(0);
/titanic_51/usr/src/lib/libast/common/comp/
H A Dexecve.c60 if (WIFSIGNALED(status))
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dexecve.c60 if (WIFSIGNALED(status))
/titanic_51/usr/src/cmd/csh/
H A Dwait.h97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/titanic_51/usr/src/uts/common/sys/
H A Dwait.h87 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Dprocclose.c87 WIFSIGNALED(status) ? in procclose()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocclose.c89 WIFSIGNALED(status) ? in procclose()
/titanic_51/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) { in nwamd_start_childv()
234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status); in nwamd_start_childv()
236 (WIFSIGNALED(status) ? "terminated" : "stopped"), i, in nwamd_start_childv()
/titanic_51/usr/src/ucbhead/sys/
H A Dwait.h138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) macro
/titanic_51/usr/src/lib/libcontract/common/
H A Dprocess_dump.c108 } else if (WIFSIGNALED(i)) { in event_process()
/titanic_51/usr/src/cmd/sgs/crle/common/
H A Ddump.c132 if (WIFSIGNALED(status)) { in dump()
H A Ddepend.c230 if (WIFSIGNALED(status)) { in depend()
/titanic_51/usr/src/cmd/ptools/preap/
H A Dpreap.c197 if (WIFSIGNALED(wstat)) { in print_exit_status()
/titanic_51/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c252 if (WIFSIGNALED(stat_loc)) { in main()
/titanic_51/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c268 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) { in main()
/titanic_51/usr/src/cmd/ptools/ptime/
H A Dptime.c177 if (WIFSIGNALED(status)) { in main()
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c374 } else if (WIFSIGNALED(status)) { in process_terminated_methods()

123