Searched refs:i_unlink (Results 1 - 25 of 44) sorted by relevance

12

/dovecot/src/lib/
H A Dlib.h62 int i_unlink(const char *path, const char *source_fname,
64 #define i_unlink(path) i_unlink(path, __FILE__, __LINE__) macro
65 /* Same as i_unlink(), but don't log an error if errno=ENOENT. Returns 1 on
H A Dtest-ostream-file.c29 i_unlink(str_c(path));
133 i_unlink(".temp.istream");
134 i_unlink(".temp.ostream");
172 i_unlink(".temp.istream");
H A Dlib.c32 #undef i_unlink macro
33 int i_unlink(const char *path, const char *source_fname, function
H A Dfile-copy.c122 i_unlink(tmppath);
H A Dsafe-mkstemp.c67 i_unlink(str_c(prefix));
H A Dtest-file-create-locked.c124 i_unlink(path);
H A Dtest-iostream-temp.c140 i_unlink(".temp.istream");
H A Diostream-rawlog.c240 i_unlink(in_path);
H A Dtest-istream-seekable.c19 i_unlink(*path_r);
/dovecot/src/auth/
H A Dauth-token.c59 i_unlink(path);
77 i_unlink(path);
126 i_unlink(temp_path);
132 i_unlink(temp_path);
/dovecot/src/doveadm/
H A Ddoveadm-sis.c121 i_unlink(tmppath);
126 i_unlink(tmppath);
260 i_unlink(str_c(path));
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c351 i_unlink(temp_path);
376 i_unlink(dest_path);
384 i_unlink(dest_path);
/dovecot/src/lib-index/
H A Dmail-index-write.c115 i_unlink(path);
H A Dmailbox-log.c266 i_unlink(iter->filepath);
H A Dtest-mail-transaction-log-append.c166 i_unlink(tmp_path);
H A Dmail-index-strmap.c245 i_unlink(view->strmap->path);
287 i_unlink(strmap->path);
1035 i_unlink(temp_path);
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file-fix.c499 i_unlink(temp_path);
500 i_unlink(file->cur_path);
/dovecot/src/lib-program-client/
H A Dtest-program-client-unix.c239 i_unlink(TEST_SOCKET);
/dovecot/src/plugins/mail-filter/
H A Dmail-filter-plugin.c77 if (i_unlink(str_c(path)) < 0) {
/dovecot/src/master/
H A Dmain.c252 i_unlink(path);
563 i_unlink(pidfile_path);
H A Dservice-listen.c472 i_unlink(old_listeners[j]->set.fileset.set->path);
/dovecot/src/lib-storage/index/cydir/
H A Dcydir-save.c205 i_unlink(path);
/dovecot/src/lib-compression/
H A Dtest-compression.c84 i_unlink(path);
/dovecot/src/lib-mail/
H A Dtest-istream-attachment.c135 i_unlink(str_c(str));
/dovecot/src/lda/
H A Dmain.c62 if (i_unlink(str_c(path)) < 0) {

Completed in 31 milliseconds

12