HomeSort by relevance Sort by last modified time
    Searched defs:fdflags (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fdopen.c 46 int flags, oflags, fdflags, tmp; local
58 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
60 tmp = fdflags & O_ACCMODE;
74 if ((oflags & O_APPEND) && !(fdflags & O_APPEND))
  /external/libpcap/
pcap.c 1396 int fdflags; local
1438 int fdflags; local
    [all...]

Completed in 1131 milliseconds