Searched refs:temp_ttl (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 72 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 D | dit_access.c | 603 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...] |
H A D | dit_access_utils.h | 81 char **temp_entries, char **temp_ttl);
|
Completed in 65 milliseconds