Home
last modified time | relevance | path

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

12

/dports/mail/postfix-current/postfix-3.7-20211107/src/local/
H A Dmaildir.c188 if ((dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0 in deliver_maildir()
191 || (dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0)) { in deliver_maildir()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dsafe_open.c103 if ((fp = vstream_fopen(path, flags & ~(O_CREAT | O_EXCL), 0)) == 0) { in safe_open_exist()
204 if ((fp = vstream_fopen(path, flags | (O_CREAT | O_EXCL), mode)) == 0) { in safe_open_create()
H A Dload_file.c66 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in load_file()
H A Dedit_file.c225 if ((ep->tmp_fp = vstream_fopen(ep->tmp_path, flags & ~(O_TRUNC), in edit_file_open()
H A Ddict_file.c125 if ((fp = vstream_fopen(*cpp, O_RDONLY, 0)) == 0 in dict_file_to_buf()
H A Ddict_thash.c104 if ((fp = vstream_fopen(path, open_flags, 0644)) == 0) { in dict_thash_open()
H A Dvstring_vstream.c257 if ((fp = vstream_fopen(TEXT_VSTREAM, O_RDONLY, 0)) == 0) in main()
H A Ddict_stream.c141 if ((map_fp = vstream_fopen(mapname, open_flags, 0)) == 0) in dict_stream_open()
H A Dmatch_list.c160 if ((fp = vstream_fopen(item, O_RDONLY, 0)) == 0) { in match_list_parse()
H A Dcasefold.c330 if ((fp = vstream_fopen(STR(buffer), O_RDONLY, 0)) == 0) in main()
H A Dvstream.h99 extern VSTREAM *vstream_fopen(const char *, int, mode_t);
H A Ddict.c453 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in dict_load_file_xt()
/dports/mail/postfix-current/postfix-3.7-20211107/src/virtual/
H A Dmaildir.c182 if ((dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0 in deliver_maildir()
185 || (dst = vstream_fopen(tmpfile, O_WRONLY | O_CREAT | O_EXCL, 0600)) == 0)) { in deliver_maildir()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmail_queue.c434 if ((fp = vstream_fopen(path, flags, mode)) == 0) in mail_queue_open()
437 fp = vstream_fopen(path, flags, mode); in mail_queue_open()
H A Dmail_conf.c150 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in mail_conf_checkdir()
H A Ddynamicmaps.c251 if ((fp = vstream_fopen(path, O_RDONLY, 0)) != 0) { in dymap_read_conf()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postconf/
H A Dpostconf_edit.c214 if ((src = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_edit_main()
412 if ((src = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_edit_master()
H A Dpostconf_dbms.c177 if ((fp = vstream_fopen(cf_file, O_RDONLY, 0)) == 0) { in pcf_check_dbms_client()
H A Dpostconf_master.c444 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_read_master()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dsmtp-sink.c485 if ((state->dump_file = vstream_fopen(STR(path_buf), in mail_file_open()
568 if ((out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE)) in mail_file_finish()
571 out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE); in mail_file_finish()
H A Dsmtp-source.c1082 if ((fp = vstream_fopen(message_file, O_RDONLY, 0)) == 0) in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postcat/
H A Dpostcat.c584 if ((fp = vstream_fopen(argv[optind], O_RDONLY, 0)) == 0) in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/master/
H A Dmaster_ent.c140 if ((master_fp = vstream_fopen(master_path, O_RDONLY, 0)) == 0) in set_master_ent()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postalias/
H A Dpostalias.c324 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postalias()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postmap/
H A Dpostmap.c414 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postmap()

12