Home
last modified time | relevance | path

Searched refs:vstream_fopen (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Dmaildir.c184 if ((dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0 in deliver_maildir()
187 || (dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0)) { in deliver_maildir()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsafe_open.c105 if ((fp = vstream_fopen(path, flags & ~(O_CREAT | O_EXCL), 0)) == 0) { in safe_open_exist()
206 if ((fp = vstream_fopen(path, flags | (O_CREAT | O_EXCL), mode)) == 0) { in safe_open_create()
H A Dload_file.c68 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in load_file()
H A Dedit_file.c227 if ((ep->tmp_fp = vstream_fopen(ep->tmp_path, flags & ~(O_TRUNC), in edit_file_open()
H A Dvstring_vstream.c259 if ((fp = vstream_fopen(TEXT_VSTREAM, O_RDONLY, 0)) == 0) in main()
H A Ddict_file.c127 if ((fp = vstream_fopen(*cpp, O_RDONLY, 0)) == 0 in dict_file_to_buf()
H A Ddict_thash.c106 if ((fp = vstream_fopen(path, open_flags, 0644)) == 0) { in dict_thash_open()
H A Dmatch_list.c158 if ((fp = vstream_fopen(item, O_RDONLY, 0)) == 0) { in match_list_parse()
H A Ddict_stream.c143 if ((map_fp = vstream_fopen(mapname, open_flags, 0)) == 0) in dict_stream_open()
H A Dcasefold.c332 if ((fp = vstream_fopen(STR(buffer), O_RDONLY, 0)) == 0) in main()
H A Dvstream.h101 extern VSTREAM *vstream_fopen(const char *, int, mode_t);
H A Ddict.c460 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in dict_load_file_xt()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dmaildir.c190 if ((dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0 in deliver_maildir()
193 || (dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0)) { in deliver_maildir()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c436 if ((fp = vstream_fopen(path, flags, mode)) == 0) in mail_queue_open()
439 fp = vstream_fopen(path, flags, mode); in mail_queue_open()
H A Dmail_conf.c152 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in mail_conf_checkdir()
H A Ddynamicmaps.c241 if ((fp = vstream_fopen(path, O_RDONLY, 0)) != 0) { in dymap_read_conf()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c220 if ((src = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_edit_main()
416 if ((src = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_edit_master()
H A Dpostconf_dbms.c194 if ((fp = vstream_fopen(cf_file, O_RDONLY, 0)) == 0) { in pcf_check_dbms_client()
H A Dpostconf_master.c445 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_read_master()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c487 if ((state->dump_file = vstream_fopen(STR(path_buf), in mail_file_open()
570 if ((out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE)) in mail_file_finish()
573 out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE); in mail_file_finish()
H A Dsmtp-source.c1084 if ((fp = vstream_fopen(message_file, O_RDONLY, 0)) == 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c586 if ((fp = vstream_fopen(argv[optind], O_RDONLY, 0)) == 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c142 if ((master_fp = vstream_fopen(master_path, O_RDONLY, 0)) == 0) in set_master_ent()
/netbsd-src/external/ibm-public/postfix/dist/src/postalias/
H A Dpostalias.c326 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postalias()
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c419 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postmap()

12