HomeSort by: relevance | last modified time | path
    Searched defs:postremove (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postsuper/
postsuper.c 498 /* postremove - remove file with extreme prejudice */
500 static int postremove(const char *path) function
624 postremove(mail_queue_path(log_path_buf, *log_qpp, queue_id));
625 if (postremove(msg_path) == 0) {
1027 if (postremove(STR(actual_path)) == 0)
1044 (void) postremove(STR(actual_path));
postsuper.c 498 /* postremove - remove file with extreme prejudice */
500 static int postremove(const char *path) function
624 postremove(mail_queue_path(log_path_buf, *log_qpp, queue_id));
625 if (postremove(msg_path) == 0) {
1027 if (postremove(STR(actual_path)) == 0)
1044 (void) postremove(STR(actual_path));

Completed in 45 milliseconds