Searched refs:printflags_ex (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | xlat.c | 401 printflags_ex(uint64_t flags, const char *dflt, enum xlat_style style, in printflags_ex() function
|
D | nlattr.c | 422 printflags_ex(data.flags, opts->dflt, opts->style, opts->xlat, in decode_nla_flags()
|
D | netlink.c | 441 printflags_ex(flags, "NLM_F_???", XLAT_STYLE_DEFAULT, in decode_nlmsg_flags()
|
D | defs.h | 790 extern int printflags_ex(uint64_t flags, const char *dflt, 1042 return printflags_ex(flags, dflt, XLAT_STYLE_DEFAULT, x, NULL); in printflags64()
|
D | ChangeLog | 359 Commit v4.23~343 introduced xlat style argument to printflags_ex, but 365 XLAT_STYLE_ABBREV in printflags_ex call. 5147 printxval_searchn_ex, sprintflags_ex, printflags_ex, print_xlat_ex): 5228 printflags_ex): Use it. 5242 (printflags_ex): Add style argument. 5245 (printflags64): Pass XLAT_STYLE_ABBREV as a style in printflags_ex call. 5247 printflags_ex call. 5255 (printflags_ex): Add style argument, handle it. 15603 printxval_searchn, addflags, sprintflags, printflags_ex): Move ... 15650 Introduce printflags_ex function. [all …]
|