Searched defs:temp_ttl_db (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c606 DBM *temp_ttl_db; local
668 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644))
693 if (temp_ttl_db)
694 dbm_close(temp_ttl_db);
895 if (temp_ttl_db)
896 dbm_close(temp_ttl_db);
906 temp_map.ttl = temp_ttl_db;
937 dbm_close(temp_ttl_db);
1193 DBM *temp_ttl_db; local
1351 if ((temp_ttl_db
[all...]

Completed in 47 milliseconds