OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:W_EXITCODE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h
102
#ifndef
W_EXITCODE
103
#define
W_EXITCODE
(status, sig) ((status) << 8 | (sig))
/src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h
102
#ifndef
W_EXITCODE
103
#define
W_EXITCODE
(status, sig) ((status) << 8 | (sig))
/src/sys/sys/
wait.h
72
#define
W_EXITCODE
(ret, sig) ((unsigned int)(ret) << 8 | (sig))
Completed in 46 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026