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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20070815.c37 int fd_flags; local
48 if (((fd_flags & 0003) == 00 && !(read_write & 8))
49 || ((fd_flags & 0003) == 01 && !(read_write & 4)))
52 if ((posix_mode & 02000) && !(fd_flags & 02000))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c380 if (p_fixd->fd_flags & FD_MACH_IFNOT)
384 p_fixd->fd_flags |= FD_SKIP_TEST;
799 if (p_fixd->fd_flags & FD_SUBROUTINE)
956 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0)
959 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0)
1037 if (p_fixd->fd_flags & (FD_SHELL_SCRIPT | FD_SKIP_TEST))
1040 if (p_fixd->fd_flags & FD_SKIP_TEST)
1271 if (p_fixd->fd_flags & FD_REPLACEMENT)
1330 if (p_fixd->fd_flags & FD_REPLACEMENT)
H A Dfixlib.h199 int fd_flags; member in struct:fix_desc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixincl.c385 if (p_fixd->fd_flags & FD_MACH_IFNOT)
424 p_fixd->fd_flags |= FD_SKIP_TEST;
432 int invert = (p_fixd->fd_flags & FD_MACH_IFNOT) != 0;
443 p_fixd->fd_flags |= FD_SKIP_TEST;
858 if (p_fixd->fd_flags & FD_SUBROUTINE)
1015 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0)
1018 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0)
1096 if (p_fixd->fd_flags & (FD_SHELL_SCRIPT | FD_SKIP_TEST))
1099 if (p_fixd->fd_flags & FD_SKIP_TEST)
1339 if (p_fixd->fd_flags
[all...]
H A Dfixlib.h200 int fd_flags; member in struct:fix_desc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprotoize.c2086 int fd_flags;
2090 fd_flags = O_RDONLY;
2093 fd_flags |= O_BINARY;
2095 if ((aux_info_file = open (aux_info_filename, fd_flags, 0444 )) == -1)
4010 int fd_flags;
4014 fd_flags = O_RDONLY;
4017 fd_flags |= O_BINARY;
4019 if ((input_file = open (convert_filename, fd_flags, 0444)) == -1)
2070 int fd_flags; local
3991 int fd_flags; local
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c123 u_int fd_flags; member in struct:flagbit_desc
373 for (; fd->fd_flags != 0; fd++)
374 if ((flags & fd->fd_flags) != 0)

Completed in 362 milliseconds