Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c596 const char **log_qpp; in delete_one() local
623 for (log_qpp = log_queue_names; *log_qpp != 0; log_qpp++) in delete_one()
624 postremove(mail_queue_path(log_path_buf, *log_qpp, queue_id)); in delete_one()
846 const char **log_qpp; in fix_queue_id() local
876 for (log_qpp = log_queue_names; *log_qpp; log_qpp++) { in fix_queue_id()
877 mail_queue_path(old_path, *log_qpp, actual_id); in fix_queue_id()
878 mail_queue_path(new_path, *log_qpp, STR(new_id)); in fix_queue_id()