Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c30 int smndbm_lock_fd; member
85 db->smndbm_lock_fd = -1; in smdbm_malloc_database()
100 if (db->smndbm_lock_fd != -1)
101 close(db->smndbm_lock_fd);
160 return db->smndbm_lock_fd;
562 db->smndbm_lock_fd = lock_fd;
623 smdb_unlock_file(db->smndbm_lock_fd);