Lines Matching refs:sprintflags
214 xlat.c: return NULL in sprintflags if there are no flags.
217 * xlat.c (sprintflags): Return NULL if no flags were printed.
1820 * xlat.c (sprintflags): Likewise.
2108 (sprintflags): Replace sprintf with xsnprintf.
8041 printxval_searchn, addflags, sprintflags, printflags_ex): Move ...
21867 Rename sprintflags64 to sprintflags.
21868 * defs.h (sprintflags): Remove.
21869 (sprintflags64): Rename to sprintflags.
21870 * util.c (sprintflags64): Rename to sprintflags.
21872 Prepare for transition from sprintflags64 to sprintflags.
21873 * fcntl.c (print_fcntl): Cast 3rd argument of sprintflags
21877 * poll.c (decode_poll_exiting): Cast 3rd argument of sprintflags
22634 * defs.h (sprintflags): Rename to sprintflags64, change type of integer
22636 (sprintflags): New static inline function.
22637 * util.c (sprintflags): Rename to sprintflags64, change type of integer
28116 sprintflags: skip zero flags.
28117 Tweak sprintflags behaviour to match printflags.
28119 * util.c (sprintflags): Skip zero flags unless the value passed
28120 to sprintflags is also zero.
41709 * util.c (sprintflags): Exit loop early if possible.
42693 (sprintflags): Use stpcpy() instead of strcat().