Home
last modified time | relevance | path

Searched refs:tprint_open_modes (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dopen.c114 tprint_open_modes(unsigned int flags) in tprint_open_modes() function
126 tprint_open_modes(tcp->u_arg[offset + 1]); in decode_open()
Dfanotify.c52 tprint_open_modes((unsigned) tcp->u_arg[1]); in SYS_FUNC()
Dmq.c38 tprint_open_modes(tcp->u_arg[1]); in SYS_FUNC()
Dfile_handle.c136 tprint_open_modes(tcp->u_arg[2]); in SYS_FUNC()
Dfcntl.c107 tprint_open_modes(tcp->u_arg[2]); in print_fcntl()
Ddefs.h922 extern void tprint_open_modes(unsigned int);
DChangeLog-CVS34 * file.c (tprint_open_modes): Likewise.
96 remove unused parameter in tprint_open_modes().
99 (tprint_open_modes): Use sprint_open_modes(), it already
102 to tprint_open_modes().
1375 * defs.h (tprint_open_modes): New function.
1377 (sys_fcntl): Use tprint_open_modes() and sprint_open_modes().
1380 (tprint_open_modes): New function.
DChangeLog4574 * open.c (tprint_open_modes): Use print_xlat_ex instead of
4575 tprint_open_modes.
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.