Lines Matching refs:sprintflags
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 ...
29429 Rename sprintflags64 to sprintflags.
29430 * defs.h (sprintflags): Remove.
29431 (sprintflags64): Rename to sprintflags.
29432 * util.c (sprintflags64): Rename to sprintflags.
29434 Prepare for transition from sprintflags64 to sprintflags.
29435 * fcntl.c (print_fcntl): Cast 3rd argument of sprintflags
29439 * poll.c (decode_poll_exiting): Cast 3rd argument of sprintflags
30196 * defs.h (sprintflags): Rename to sprintflags64, change type of integer
30198 (sprintflags): New static inline function.
30199 * util.c (sprintflags): Rename to sprintflags64, change type of integer
35678 sprintflags: skip zero flags.
35679 Tweak sprintflags behaviour to match printflags.
35681 * util.c (sprintflags): Skip zero flags unless the value passed
35682 to sprintflags is also zero.
49271 * util.c (sprintflags): Exit loop early if possible.
50255 (sprintflags): Use stpcpy() instead of strcat().