Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c230 int mail_queue_mkdirs(const char *path) in mail_queue_mkdirs() function
262 if (error != 0 && mail_queue_mkdirs(STR(new_buf)) == 0) in mail_queue_rename()
410 if (errno != ENOENT || mail_queue_mkdirs(STR(path_buf)) < 0) { in mail_queue_enter()
438 if ((flags & O_CREAT) == O_CREAT && mail_queue_mkdirs(path) == 0) in mail_queue_open()
H A Dmail_queue.h63 extern int mail_queue_mkdirs(const char *);
H A Dmail_stream.c616 || (mail_queue_mkdirs(STR(new_path)) == 0 in mail_stream_ctl()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c563 || mail_queue_mkdirs(new) < 0 in postrename()