Home
last modified time | relevance | path

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

/external/strace/
Dopen.c76 sprint_open_modes(int flags) in sprint_open_modes() function
115 tprints(sprint_open_modes(flags) + sizeof("flags")); in tprint_open_modes()
Dfcntl.c148 tcp->auxstr = sprint_open_modes(tcp->u_rval); in print_fcntl()
Ddefs.h633 extern const char *sprint_open_modes(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().