Home
last modified time | relevance | path

Searched refs:sprint_open_modes (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dopen.c77 sprint_open_modes(unsigned int flags) in sprint_open_modes() function
116 print_xlat_ex(flags, sprint_open_modes(flags) + sizeof("flags"), in tprint_open_modes()
Dfcntl.c151 tcp->auxstr = sprint_open_modes(tcp->u_rval); in print_fcntl()
Ddefs.h923 extern const char *sprint_open_modes(unsigned int);
DChangeLog-CVS95 * 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 already
1376 * desc.c (sprint_open_modes): New function.
1377 (sys_fcntl): Use tprint_open_modes() and sprint_open_modes().
DChangeLog9379 * 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 is
30166 * defs.h.c (sprint_open_modes, tprint_open_modes): Change type
30168 * open.c (sprint_open_modes, tprint_open_modes): Likewise.
42672 * defs.h (tprint_open_modes, sprint_open_modes): Change argument type
42674 * 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().