Searched refs:mail_open_ok (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_open_ok.h8 /* mail_open_ok 3h
12 /* #include <mail_open_ok.h>
18 extern int mail_open_ok(const char *, const char *, struct stat *,
H A Dmail_open_ok.c5 /* mail_open_ok 3
9 /* #include <mail_open_ok.h>
11 /* int mail_open_ok(queue_name, queue_id, statp, pathp)
17 /* mail_open_ok() determines if it is OK to open the specified
43 /* mail_open_ok() returns MAIL_OPEN_YES for good files, MAIL_OPEN_NO
47 /* mail_open_ok() examines a queue file without actually opening
74 #include "mail_open_ok.h"
76 /* mail_open_ok - see if this file is OK to open */
78 int mail_open_ok(const char *queue_name, const char *queue_id, function
H A Ddeliver_request.c120 #include "mail_open_ok.h"
274 if (mail_open_ok(vstring_str(queue_name),
H A DMakefile.in15 mail_date.c mail_dict.c mail_error.c mail_flush.c mail_open_ok.c \
47 mail_date.o mail_dict.o mail_error.o mail_flush.o mail_open_ok.o \
77 mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h \
779 deliver_request.o: mail_open_ok.h
1292 mail_open_ok.o: ../../include/msg.h
1293 mail_open_ok.o: ../../include/sys_defs.h
1294 mail_open_ok.o: ../../include/vbuf.h
1295 mail_open_ok.o: ../../include/vstream.h
1296 mail_open_ok.o: ../../include/vstring.h
1297 mail_open_ok
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_active.c102 #include <mail_open_ok.h>
187 if (mail_open_ok(scan_info->queue, queue_id, &st, &path) == MAIL_OPEN_NO)
351 && mail_open_ok(MAIL_QUEUE_ACTIVE, message->queue_id, &st, &path) == MAIL_OPEN_NO) {
H A DMakefile.in100 qmgr_active.o: ../../include/mail_open_ok.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_active.c102 #include <mail_open_ok.h>
187 if (mail_open_ok(scan_info->queue, queue_id, &st, &path) == MAIL_OPEN_NO)
351 && mail_open_ok(MAIL_QUEUE_ACTIVE, message->queue_id, &st, &path) == MAIL_OPEN_NO) {
H A DMakefile.in102 qmgr_active.o: ../../include/mail_open_ok.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c119 #include <mail_open_ok.h>
356 status = mail_open_ok(qp->name, id, &st, &path);
H A DMakefile.in69 showq.o: ../../include/mail_open_ok.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c264 #include <mail_open_ok.h>
459 if (mail_open_ok(*msg_qpp, queue_id, &st, &msg_path) != MAIL_OPEN_YES)
507 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES)
561 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES)
602 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES)
H A DMakefile.in62 postsuper.o: ../../include/mail_open_ok.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/lib/global/
H A DMakefile26 mail_date.c mail_dict.c mail_error.c mail_flush.c mail_open_ok.c \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pickup/
H A DMakefile.in67 pickup.o: ../../include/mail_open_ok.h
H A Dpickup.c131 #include <mail_open_ok.h>
542 if (mail_open_ok(queue_name, id, &info.st, &path) == MAIL_OPEN_YES) {

Completed in 130 milliseconds