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

  /external/strace/
membarrier.c 47 tcp->auxstr = sprintflags("", membarrier_cmds,
personality.c 62 strcpy(p, sprintflags("|", personality_flags, pers));
fcntl.c 146 tcp->auxstr = sprintflags("flags ", fdflags,
180 tcp->auxstr = sprintflags("seals ", f_seals,
prctl.c 147 tcp->auxstr = sprintflags("", secbits,
183 tcp->auxstr = sprintflags("", pr_fp_mode,
poll.c 118 const char *flagstr = sprintflags("", pollflags,
xlat.c 167 sprintflags(const char *prefix, const struct xlat *xlat, uint64_t flags) function
defs.h 570 extern const char *sprintflags(const char *, const struct xlat *, uint64_t);
    [all...]

Completed in 232 milliseconds