Searched refs:fd_flags (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/fixincludes/ |
H A D | fixincl.c | 385 if (p_fixd->fd_flags & FD_MACH_IFNOT) in machine_matches() 424 p_fixd->fd_flags |= FD_SKIP_TEST; in machine_matches() 432 int invert = (p_fixd->fd_flags & FD_MACH_IFNOT) != 0; in machine_matches() 443 p_fixd->fd_flags |= FD_SKIP_TEST; in machine_matches() 858 if (p_fixd->fd_flags & FD_SUBROUTINE) in fix_with_system() 1015 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0) in start_fixer() 1018 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0) in start_fixer() 1096 if (p_fixd->fd_flags & (FD_SHELL_SCRIPT | FD_SKIP_TEST)) in fix_applies() 1099 if (p_fixd->fd_flags & FD_SKIP_TEST) in fix_applies() 1339 if (p_fixd->fd_flags & FD_REPLACEMENT) in process() [all …]
|
H A D | fixlib.h | 200 int fd_flags; member
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixincl.c | 416 if (p_fixd->fd_flags & FD_MACH_IFNOT) 455 p_fixd->fd_flags |= FD_SKIP_TEST; 463 int invert = (p_fixd->fd_flags & FD_MACH_IFNOT) != 0; 474 p_fixd->fd_flags |= FD_SKIP_TEST; 900 if (p_fixd->fd_flags & FD_SUBROUTINE) 1050 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0) 1053 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0) 1131 if (p_fixd->fd_flags & (FD_SHELL_SCRIPT | FD_SKIP_TEST)) 1134 if (p_fixd->fd_flags & FD_SKIP_TEST) 1374 if (p_fixd->fd_flags & FD_REPLACEMENT) in process() [all …]
|
H A D | fixlib.h | 174 int fd_flags; member
|
/openbsd/sys/sys/ |
H A D | filedesc.h | 89 int fd_flags; /* [a] flags on this filedesc */ member
|
/openbsd/sys/kern/ |
H A D | kern_descrip.c | 544 atomic_setbits_int(&fdp->fd_flags, FD_ADVLOCK); in sys_fcntl() 553 atomic_setbits_int(&fdp->fd_flags, FD_ADVLOCK); in sys_fcntl() 1136 newfdp->fd_flags = fdp->fd_flags; in fdcopy() 1237 (fdp->fd_flags & FD_ADVLOCK) && in closef()
|
/openbsd/gnu/gcc/gcc/ |
H A D | protoize.c | 2070 int fd_flags; in process_aux_info_file() local 2074 fd_flags = O_RDONLY; in process_aux_info_file() 2077 fd_flags |= O_BINARY; in process_aux_info_file() 2079 if ((aux_info_file = open (aux_info_filename, fd_flags, 0444 )) == -1) in process_aux_info_file() 3992 int fd_flags; in edit_file() local 3996 fd_flags = O_RDONLY; in edit_file() 3999 fd_flags |= O_BINARY; in edit_file() 4001 if ((input_file = open (convert_filename, fd_flags, 0444)) == -1) in edit_file()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | protoize.c | 2175 int fd_flags; local 2179 fd_flags = O_RDONLY; 2182 fd_flags |= O_BINARY; 2184 if ((aux_info_file = open (aux_info_filename, fd_flags, 0444 )) == -1) 4129 int fd_flags; local 4133 fd_flags = O_RDONLY; 4136 fd_flags |= O_BINARY; 4138 if ((input_file = open (convert_filename, fd_flags, 0444)) == -1)
|