Home
last modified time | relevance | path

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

/external/strace/
Dipc.c70 extern const struct xlat openmodes[];
404 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");
474 printflags(openmodes, attr.mq_flags + 1, "O_???");
Ddesc.c273 extern const struct xlat openmodes[];
288 printflags(openmodes, tcp->u_arg[2] + 1, "O_???");
328 tcp->auxstr = sprintflags(openmodes, tcp->u_rval + 1);
Dfile.c238 const struct xlat openmodes[] = { variable
348 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");
DChangeLog233 * file.c (openmodes): Add O_NOATIME flag if defined.
327 * file.c (openmodes) [O_LARGEFILE] [O_LARGEFILE == 0]: Redefine to