Home | History | Annotate | Download | only in bfd

Lines Matching refs:fdflags

331   int fdflags;
337 fdflags = fcntl (fd, F_GETFL, NULL);
338 if (fdflags == -1)
349 switch (fdflags & (O_ACCMODE))