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

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

Completed in 45 milliseconds