Home
last modified time | relevance | path

Searched refs:data_lock_path (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/master/
H A Dmaster.c277 VSTRING *data_lock_path; in main() local
494 data_lock_path = vstring_alloc(10); in main()
515 vstring_sprintf(data_lock_path, "%s/%s.lock", var_data_dir, var_procname); in main()
518 open_lock(vstring_str(data_lock_path), O_RDWR | O_CREAT, 0644, why); in main()
522 vstring_str(data_lock_path), vstring_str(why)); in main()
526 msg_fatal("cannot update lock file %s: %m", vstring_str(data_lock_path)); in main()
534 vstring_free(data_lock_path); in main()