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

/macosx-10.10/postfix-255/postfix/src/util/
H A Dedit_file.h33 extern EDIT_FILE *edit_file_open(const char *, int, mode_t);
H A Dedit_file.c17 /* EDIT_FILE *edit_file_open(original_path, output_flags, output_mode)
37 /* edit_file_open() implements the first phase of the protocol.
41 /* The original file itself is not opened. edit_file_open()
60 /* allocated by edit_file_open().
64 /* file, and frees up memory that was allocated by edit_file_open().
76 /* except that the O_TRUNC flag is ignored. edit_file_open()
87 /* completion by edit_file_open(), and that must be passed to
93 /* edit_file_open() immediately returns a null pointer when
105 /* In the non-error case, edit_file_open() will not return
108 /* concerned about deadlock should protect the edit_file_open()
190 EDIT_FILE *edit_file_open(const char *path, int flags, mode_t mode) function
[all...]
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_edit.c207 if ((ep = edit_file_open(path, O_CREAT | O_WRONLY, 0644)) == 0)
403 if ((ep = edit_file_open(path, O_CREAT | O_WRONLY, 0644)) == 0)

Completed in 180 milliseconds