Searched defs:fd_log (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/util/
H A Dgdbhelper.c15 int fd_in[2], fd_out[2], fd_log, status; local
57 fd_log = open(path, O_CREAT | O_WRONLY, 0600);
58 if (fd_log < 0)
62 if (write(fd_log, buf, ret) < 0)
67 i_close_fd(&fd_log);

Completed in 9 milliseconds