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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfdopen.c68 int flags, oflags, fdflags, tmp; local
76 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
78 tmp = fdflags & O_ACCMODE;
103 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))

Completed in 160 milliseconds