lock_file         284 source4/heimdal/lib/hdb/ndbm.c     char *lock_file;
lock_file         290 source4/heimdal/lib/hdb/ndbm.c     asprintf(&lock_file, "%s.lock", (char*)db->hdb_name);
lock_file         291 source4/heimdal/lib/hdb/ndbm.c     if(lock_file == NULL) {
lock_file         300 source4/heimdal/lib/hdb/ndbm.c 	free(lock_file);
lock_file         305 source4/heimdal/lib/hdb/ndbm.c     d->lock_fd = open(lock_file, O_RDWR | O_CREAT, 0600);
lock_file         310 source4/heimdal/lib/hdb/ndbm.c 	krb5_set_error_message(context, ret, "open(%s): %s", lock_file,
lock_file         312 source4/heimdal/lib/hdb/ndbm.c 	free(lock_file);
lock_file         315 source4/heimdal/lib/hdb/ndbm.c     free(lock_file);