| /netbsd-src/external/ibm-public/postfix/dist/src/virtual/ |
| H A D | maildir.c | 184 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 D | safe_open.c | 105 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 D | load_file.c | 68 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in load_file()
|
| H A D | edit_file.c | 227 if ((ep->tmp_fp = vstream_fopen(ep->tmp_path, flags & ~(O_TRUNC), in edit_file_open()
|
| H A D | vstring_vstream.c | 259 if ((fp = vstream_fopen(TEXT_VSTREAM, O_RDONLY, 0)) == 0) in main()
|
| H A D | dict_file.c | 127 if ((fp = vstream_fopen(*cpp, O_RDONLY, 0)) == 0 in dict_file_to_buf()
|
| H A D | dict_thash.c | 106 if ((fp = vstream_fopen(path, open_flags, 0644)) == 0) { in dict_thash_open()
|
| H A D | match_list.c | 158 if ((fp = vstream_fopen(item, O_RDONLY, 0)) == 0) { in match_list_parse()
|
| H A D | dict_stream.c | 143 if ((map_fp = vstream_fopen(mapname, open_flags, 0)) == 0) in dict_stream_open()
|
| H A D | casefold.c | 332 if ((fp = vstream_fopen(STR(buffer), O_RDONLY, 0)) == 0) in main()
|
| H A D | vstream.h | 101 extern VSTREAM *vstream_fopen(const char *, int, mode_t);
|
| H A D | dict.c | 460 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 D | maildir.c | 190 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 D | mail_queue.c | 436 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 D | mail_conf.c | 152 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) in mail_conf_checkdir()
|
| H A D | dynamicmaps.c | 241 if ((fp = vstream_fopen(path, O_RDONLY, 0)) != 0) { in dymap_read_conf()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_edit.c | 220 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 D | postconf_dbms.c | 194 if ((fp = vstream_fopen(cf_file, O_RDONLY, 0)) == 0) { in pcf_check_dbms_client()
|
| H A D | postconf_master.c | 445 if ((fp = vstream_fopen(path, O_RDONLY, 0)) == 0) { in pcf_read_master()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | smtp-sink.c | 487 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 D | smtp-source.c | 1084 if ((fp = vstream_fopen(message_file, O_RDONLY, 0)) == 0) in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postcat/ |
| H A D | postcat.c | 586 if ((fp = vstream_fopen(argv[optind], O_RDONLY, 0)) == 0) in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/master/ |
| H A D | master_ent.c | 142 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 D | postalias.c | 326 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postalias()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postmap/ |
| H A D | postmap.c | 419 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0) in postmap()
|