Searched refs:open_mode_flags (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Ddesc.c461 printflags(open_mode_flags, tcp->u_arg[flags_arg], "O_???");
690 printflags(open_mode_flags, tcp->u_arg[0], "O_???");
973 printflags(open_mode_flags, tcp->u_arg[flags_arg], "O_???");
H A Ddefs.h461 extern const struct xlat open_mode_flags[];
H A Dfile.c257 const struct xlat open_mode_flags[] = { variable in typeref:struct:xlat
415 for (x = open_mode_flags; x->str; x++) {
H A Dnet.c1853 printflags(open_mode_flags, tcp->u_arg[flags_arg], "O_???");
H A Dsignal.c2174 printflags(open_mode_flags, tcp->u_arg[flags_arg], "O_???");

Completed in 87 milliseconds