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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dopen_lock.h6 /* open_lock 3h
10 /* #include <open_lock.h>
28 extern VSTREAM *open_lock(const char *, int, mode_t, VSTRING *);
H A Dopen_lock.c3 /* open_lock 3
7 /* #include <open_lock.h>
9 /* VSTREAM *open_lock(path, flags, mode, why)
54 #include <open_lock.h>
56 /* open_lock - open file and lock it for exclusive access */
58 VSTREAM *open_lock(const char *path, int flags, mode_t mode, VSTRING *why) function
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster.c213 #include <open_lock.h>
452 lock_fp = open_lock(vstring_str(lock_path), O_RDWR | O_CREAT, 0644, why);
470 open_lock(vstring_str(data_lock_path), O_RDWR | O_CREAT, 0644, why);

Completed in 308 milliseconds