Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hdb/
H A Dndbm.c136 open_lock_file(krb5_context context, const char *db_name, int *fd) in open_lock_file() function
167 ret = open_lock_file(context, db->hdb_name, &old_lock_fd); in NDBM_rename()
177 ret = open_lock_file(context, new_name, &new_lock_fd); in NDBM_rename()
323 ret = open_lock_file(context, db->hdb_name, &d->lock_fd); in NDBM_open()