Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dyptol_utils.c70 alloc_temp_names(char *name, char **temp_entries, char **temp_ttl) in alloc_temp_names() argument
80 *temp_ttl = (char *)am(myself, strlen(TEMP_POSTFIX) + strlen(name) + in alloc_temp_names()
82 if (NULL == *temp_ttl) { in alloc_temp_names()
90 strcpy(*temp_ttl, name); in alloc_temp_names()
91 strcat(*temp_ttl, TTL_POSTFIX); in alloc_temp_names()
92 strcat(*temp_ttl, TEMP_POSTFIX); in alloc_temp_names()
H A Ddit_access.c604 char *temp_ttl; in update_map_from_dit() local
665 sfree(temp_ttl); in update_map_from_dit()
676 sfree(temp_ttl); in update_map_from_dit()
699 sfree(temp_ttl); in update_map_from_dit()
901 sfree(temp_ttl); in update_map_from_dit()
949 sfree(temp_ttl); in update_map_from_dit()
1191 char *temp_ttl; in update_netgroup_byxxx() local
1307 sfree(temp_ttl); in update_netgroup_byxxx()
1323 sfree(temp_ttl); in update_netgroup_byxxx()
1337 sfree(temp_ttl); in update_netgroup_byxxx()
[all …]
H A Ddit_access_utils.h81 char **temp_entries, char **temp_ttl);