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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dtext_mmap.c190 int o_flag = FILE_WRITABLE(prot, flags) ? O_RDWR : O_RDONLY; local
197 o_flag |= O_EXCL;
199 mapinfo->txt_fd = open(fname, o_flag);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_posix.c2210 const int o_flag = O_PATH; local
2213 const int o_flag = O_SEARCH;
2216 const int o_flag = O_EXEC;
2248 t->initial_dir_fd = open(".", o_flag | O_CLOEXEC);

Completed in 197 milliseconds