Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h570 extern const char *sprint_open_modes(mode_t);
Ddesc.c391 tcp->auxstr = sprint_open_modes(tcp->u_rval); in sys_fcntl()
Dfile.c416 sprint_open_modes(mode_t flags) in sprint_open_modes() function
455 tprintf("%s", sprint_open_modes(flags) + sizeof("flags")); in tprint_open_modes()
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().