OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigact_flags
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
sigact_flags.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
sigact_flags
.in; do not edit. */
3
static const struct xlat
sigact_flags
[] = {
variable in typeref:struct:xlat
/external/strace/
signal.c
103
#include "xlat/
sigact_flags
.h"
622
printflags(
sigact_flags
, sa.sa_flags, "SA_???");
1213
printflags(
sigact_flags
, sa.sa_flags, "SA_???");
[
all
...]
Completed in 1808 milliseconds