Searched refs:sprint_open_modes (Results 1 – 5 of 5) sorted by relevance
77 sprint_open_modes(unsigned int flags) in sprint_open_modes() function116 print_xlat_ex(flags, sprint_open_modes(flags) + sizeof("flags"), in tprint_open_modes()
151 tcp->auxstr = sprint_open_modes(tcp->u_rval); in print_fcntl()
923 extern const char *sprint_open_modes(unsigned int);
95 * defs.h: Declare sprint_open_modes(),97 * desc.c (sprint_open_modes): Move fuction definition from here...98 * file.c (sprint_open_modes): To here.99 (tprint_open_modes): Use sprint_open_modes(), it already1376 * desc.c (sprint_open_modes): New function.1377 (sys_fcntl): Use tprint_open_modes() and sprint_open_modes().
9379 * open.c (sprint_open_modes): Likewise.9674 (sprint_open_modes): Replace sprintf with xsnprintf.30163 As "flags" argument of sprint_open_modes and tprint_open_modes is30166 * defs.h.c (sprint_open_modes, tprint_open_modes): Change type30168 * open.c (sprint_open_modes, tprint_open_modes): Likewise.42672 * defs.h (tprint_open_modes, sprint_open_modes): Change argument type42674 * file.c (tprint_open_modes, sprint_open_modes): Likewise.49265 * file.c (sprint_open_modes): Reduce static buffer size.50254 (sprint_open_modes): Use stpcpy() instead of str_append().