Searched refs:openmodes (Results 1 – 4 of 4) sorted by relevance
70 extern const struct xlat openmodes[];404 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");474 printflags(openmodes, attr.mq_flags + 1, "O_???");
273 extern const struct xlat openmodes[];288 printflags(openmodes, tcp->u_arg[2] + 1, "O_???");328 tcp->auxstr = sprintflags(openmodes, tcp->u_rval + 1);
238 const struct xlat openmodes[] = { variable348 printflags(openmodes, tcp->u_arg[1] + 1, "O_???");
233 * file.c (openmodes): Add O_NOATIME flag if defined.327 * file.c (openmodes) [O_LARGEFILE] [O_LARGEFILE == 0]: Redefine to