Searched refs:temp_ttl (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 69 alloc_temp_names(char *name, char **temp_entries, char **temp_ttl) argument 79 *temp_ttl = (char *)am(myself, strlen(TEMP_POSTFIX) + strlen(name) + 81 if (NULL == *temp_ttl) { 89 strcpy(*temp_ttl, name); 90 strcat(*temp_ttl, TTL_POSTFIX); 91 strcat(*temp_ttl, TEMP_POSTFIX);
|
H A D | dit_access.c | 604 char *temp_ttl; local 652 &temp_entries, &temp_ttl)) { 665 sfree(temp_ttl); 669 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) 672 myself, temp_ttl); 676 sfree(temp_ttl); 698 delete_map(temp_ttl); 699 sfree(temp_ttl); 900 delete_map(temp_ttl); 901 sfree(temp_ttl); 1191 char *temp_ttl; local [all...] |
H A D | dit_access_utils.h | 81 char **temp_entries, char **temp_ttl);
|
Completed in 22 milliseconds