Searched refs:sprint_open_modes (Results 1 – 4 of 4) sorted by relevance
76 sprint_open_modes(int flags) in sprint_open_modes() function115 tprints(sprint_open_modes(flags) + sizeof("flags")); in tprint_open_modes()
148 tcp->auxstr = sprint_open_modes(tcp->u_rval); in print_fcntl()
633 extern const char *sprint_open_modes(int);
95 * 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 already1376 * desc.c (sprint_open_modes): New function.1377 (sys_fcntl): Use tprint_open_modes() and sprint_open_modes().