Searched refs:sprintflags (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | prctl.c | 96 const char *flags_str = sprintflags("", pr_sve_vl_flags, flags); in sprint_sve_val() 174 tcp->auxstr = sprintflags("", secbits, in SYS_FUNC() 210 tcp->auxstr = sprintflags("", pr_fp_mode, in SYS_FUNC() 244 tcp->auxstr = sprintflags("", in SYS_FUNC()
|
D | sparc.c | 41 tcp->auxstr = sprintflags("", sparc_kern_features, in SYS_FUNC()
|
D | fcntl.c | 145 tcp->auxstr = sprintflags("flags ", fdflags, in print_fcntl() 179 tcp->auxstr = sprintflags("seals ", f_seals, in print_fcntl()
|
D | membarrier.c | 47 tcp->auxstr = sprintflags("", membarrier_cmds, in SYS_FUNC()
|
D | personality.c | 62 strcpy(p, sprintflags("|", personality_flags, pers)); in SYS_FUNC()
|
D | poll.c | 118 const char *flagstr = sprintflags("", pollflags, in decode_poll_exiting()
|
D | defs.h | 797 sprintflags(const char *prefix, const struct xlat *xlat, uint64_t flags) in sprintflags() function
|
D | ChangeLog-CVS | 926 * desc.c (sprintflags): Remove static qualifier, add "prefix" 928 * util.c (sprintflags): ... here. 929 * defs.h (sprintflags): Declare it. 1400 * desc.c (sprintflags): Likewise.
|
D | ChangeLog | 3049 printxval_indexn, sprintxval, sprintflags, printnum_slong, 5223 sprintflags, printflags64): Use XLAT_STYLE_DEFAULT instead of 5243 (sprintflags_ex): Rename from sprintflags, add style argument. 5244 (sprintflags): New macro, a wrapper for sprintflags_ex. 5253 (sprintflags_ex): Rename from sprintflags, add style argument, 7776 xlat.c: return NULL in sprintflags if there are no flags. 7779 * xlat.c (sprintflags): Return NULL if no flags were printed. 9382 * xlat.c (sprintflags): Likewise. 9670 (sprintflags): Replace sprintf with xsnprintf. 15603 printxval_searchn, addflags, sprintflags, printflags_ex): Move ... [all …]
|