Searched refs:op_lock_file (Results 1 – 6 of 6) sorted by relevance
25 char op_lock_file[PATH_MAX]; variable57 strcpy(op_lock_file, op_session_dir); in init_op_config_dirs()58 strcat(op_lock_file, "/lock"); in init_op_config_dirs()
39 extern char op_lock_file[];
523 if (op_write_lock_file(op_lock_file)) { in main()525 op_lock_file); in main()
281 unlink(op_lock_file); in clean_exit()
313 unlink(op_lock_file); in clean_exit()
590 * libutil/op_lock_file.h:591 * libutil/op_lock_file.c: make a function static