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

/freebsd-9.3-release/contrib/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)
4011 int fd_flags;
4015 fd_flags = O_RDONLY;
4018 fd_flags |= O_BINARY;
4020 if ((input_file = open (convert_filename, fd_flags, 0444)) == -1)
2070 int fd_flags; local
3992 int fd_flags; local

Completed in 110 milliseconds