Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dyptol_utils.c72 alloc_temp_names(char *name, char **temp_entries, char **temp_ttl) in alloc_temp_names() argument
82 *temp_ttl = (char *)am(myself, strlen(TEMP_POSTFIX) + strlen(name) + in alloc_temp_names()
84 if (NULL == *temp_ttl) { in alloc_temp_names()
92 strcpy(*temp_ttl, name); in alloc_temp_names()
93 strcat(*temp_ttl, TTL_POSTFIX); in alloc_temp_names()
94 strcat(*temp_ttl, TEMP_POSTFIX); in alloc_temp_names()
H A Ddit_access.c603 char *temp_ttl; in update_map_from_dit() local
651 &temp_entries, &temp_ttl)) { in update_map_from_dit()
664 sfree(temp_ttl); in update_map_from_dit()
668 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_map_from_dit()
671 myself, temp_ttl); in update_map_from_dit()
675 sfree(temp_ttl); in update_map_from_dit()
697 delete_map(temp_ttl); in update_map_from_dit()
698 sfree(temp_ttl); in update_map_from_dit()
899 delete_map(temp_ttl); in update_map_from_dit()
900 sfree(temp_ttl); in update_map_from_dit()
[all …]
H A Ddit_access_utils.h81 char **temp_entries, char **temp_ttl);