Home
last modified time | relevance | path

Searched refs:_W_I (Results 1 – 12 of 12) sorted by relevance

/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dwait.h264 # define _W_I(w) (*(int *)&(w)) macro
266 # define WTERMSIG(status) (_W_I(status) & 0x7F)
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status)))
272 # define WCOREDUMP(status) (_W_I(status) & 0x80)
276 # define WEXITSTATUS(status) ((_W_I(status) >> 8) & 0xFF)
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF)
289 # define WIFCONTINUED(status) ((_W_I(status) & 0xFFFF) == \
294 # define WIFSTOPPED(status) ((_W_I(status) & 0xFF) == 0x7F)
297 # define WIFSIGNALED(status) ((_W_I(status) & 0xFF) != 0x7F && \
301 # define WIFEXITED(status) ((_W_I(status) & 0xFF) == 0)
/dports/editors/fpc-ide/fpc-3.2.2/compiler/msg/
H A Derroriu.msg1095 parser_w_overridden_methods_not_same_ret=03218_W_I metodi overloadati devono avere un tipo di ritor…
1411 type_w_classes_not_related=04040_W_I tipi classe "$1" e "$2" non sono correlati.
2501 option_def_only_for_os2=11002_W_I file DEF si possono creare solo per OS/2
/dports/lang/fpc/fpc-3.2.2/compiler/msg/
H A Derroriu.msg1095 parser_w_overridden_methods_not_same_ret=03218_W_I metodi overloadati devono avere un tipo di ritor…
1411 type_w_classes_not_related=04040_W_I tipi classe "$1" e "$2" non sono correlati.
2501 option_def_only_for_os2=11002_W_I file DEF si possono creare solo per OS/2
/dports/lang/fpc-source/fpc-3.2.2/compiler/msg/
H A Derroriu.msg1095 parser_w_overridden_methods_not_same_ret=03218_W_I metodi overloadati devono avere un tipo di ritor…
1411 type_w_classes_not_related=04040_W_I tipi classe "$1" e "$2" non sono correlati.
2501 option_def_only_for_os2=11002_W_I file DEF si possono creare solo per OS/2