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

/bionic/libc/stdio/
H A Dfdopen.c45 int flags, oflags, fdflags, tmp; local
51 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
53 tmp = fdflags & O_ACCMODE;
67 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))

Completed in 41 milliseconds