Home
last modified time | relevance | path

Searched refs:OPEN_FLAGS (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.c139 #define OPEN_FLAGS O_RDONLY in match_list_parse() macro
168 OPEN_FLAGS, DICT_FLAGS, in match_list_parse()
181 item, OPEN_FLAGS, dict_flags_str(DICT_FLAGS)); in match_list_parse()
185 dict_open(item, OPEN_FLAGS, DICT_FLAGS)); in match_list_parse()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmaps.c151 #define OPEN_FLAGS O_RDONLY in maps_create() macro
155 map_type_name, OPEN_FLAGS, in maps_create()
158 dict = dict_open(map_type_name, OPEN_FLAGS, dict_flags); in maps_create()
/netbsd/lib/libc/gmon/
H A Dgmon.c445 #define OPEN_FLAGS (O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC) in _mcleanup() macro
446 fd = open(proffile, OPEN_FLAGS, 0666); in _mcleanup()
452 logfd = open("gmon.log", OPEN_FLAGS, 0664); in _mcleanup()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_arc.c476 #define OPEN_FLAGS (O_RDWR | O_NOCTTY) macro
478 #define OPEN_FLAGS (O_RDWR) macro
654 fd = tty_open(device, OPEN_FLAGS, 0777); in arc_start()