HomeSort by relevance Sort by last modified time
    Searched refs:sprintflags (Results 1 - 7 of 7) sorted by null

  /external/strace/
membarrier.c 46 tcp->auxstr = sprintflags("", membarrier_cmds,
personality.c 66 strcpy(p, sprintflags("|", personality_flags, pers));
fcntl.c 145 tcp->auxstr = sprintflags("flags ", fdflags,
179 tcp->auxstr = sprintflags("seals ", f_seals,
prctl.c 146 tcp->auxstr = sprintflags("", secbits,
182 tcp->auxstr = sprintflags("", pr_fp_mode,
poll.c 116 const char *flagstr = sprintflags("", pollflags,
defs.h 544 extern const char *sprintflags(const char *, const struct xlat *, uint64_t);
util.c 380 sprintflags(const char *prefix, const struct xlat *xlat, uint64_t flags) function
    [all...]

Completed in 100 milliseconds