HomeSort by relevance Sort by last modified time
    Searched refs:openmodes (Results 1 - 3 of 3) sorted by null

  /external/strace/
ipc.c 70 extern const struct xlat openmodes[];
404 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");
474 printflags(openmodes, attr.mq_flags + 1, "O_???");
desc.c 273 extern const struct xlat openmodes[];
288 printflags(openmodes, tcp->u_arg[2] + 1, "O_???");
328 tcp->auxstr = sprintflags(openmodes, tcp->u_rval + 1);
file.c 236 * adding 1. Just remember to add 1 to any arg decoded with openmodes.
238 const struct xlat openmodes[] = { variable in typeref:struct:xlat
348 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");
    [all...]

Completed in 150 milliseconds