Home
last modified time | relevance | path

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

/external/strace/
Dopen.c113 tprint_open_modes(int flags) in tprint_open_modes() function
124 tprint_open_modes(tcp->u_arg[offset + 1]); in decode_open()
Dprint_mq_attr.c51 tprint_open_modes(attr.mq_flags); in MPERS_PRINTER_DECL()
Dfanotify.c52 tprint_open_modes((unsigned) tcp->u_arg[1]); in SYS_FUNC()
Dmq.c37 tprint_open_modes(tcp->u_arg[1]); in SYS_FUNC()
Dfile_handle.c137 tprint_open_modes(tcp->u_arg[2]); in SYS_FUNC()
Dfcntl.c105 tprint_open_modes(tcp->u_arg[2]); in print_fcntl()
Ddefs.h632 extern void tprint_open_modes(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.