Searched refs:sprintflags (Results 1 – 5 of 5) sorted by relevance
534 extern const char *sprintflags(const char *, const struct xlat *, int);
386 tcp->auxstr = sprintflags("flags ", fdflags, tcp->u_rval); in sys_fcntl()
407 flagstr=sprintflags("", pollflags, fds.revents); in decode_poll()
323 sprintflags(const char *prefix, const struct xlat *xlat, int flags) in sprintflags() function
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.