Searched refs:edit_file_close (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dedit_file.h34 extern int edit_file_close(EDIT_FILE *);
H A Dedit_file.c22 /* int edit_file_close(edit_file)
52 /* edit_file_close() implements the third and final phase of
56 /* these operations fails, edit_file_close() behaves as if
58 /* operations suceed, edit_file_close() releases the exclusive
84 /* file permissions are applied by edit_file_close().
88 /* edit_file_close() or edit_file_cleanup().
96 /* edit_file_close() returns zero on success, VSTREAM_EOF on
111 /* When interrupted, edit_file_close() may leave behind a
115 /* maximal safety should protect the edit_file_close() call
318 /* edit_file_close
320 int edit_file_close(EDIT_FILE *ep) function
[all...]
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_edit.c269 if (edit_file_close(ep) != 0)
561 if (edit_file_close(ep) != 0)

Completed in 165 milliseconds