Searched refs:ttl_path (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c104 map->ttl_path = NULL;
227 map->ttl_path = (char *)am(myself, strlen(map->map_path) +
229 if (NULL == map->ttl_path) {
236 strcpy(map->ttl_path, map->map_path);
237 strcat(map->ttl_path, TTL_POSTFIX);
367 if (NULL != map->ttl_path) {
368 sfree(map->ttl_path);
369 map->ttl_path = NULL;
482 map->ttl = dbm_open(map->ttl_path, O_RDWR | O_CREAT, 0644);
485 "Cannot open TTL file %s", map->ttl_path);
[all...]
H A Dttl_utils.c246 map->ttl = dbm_open(map->ttl_path, O_RDWR, 0644);
258 map->ttl_path = NULL;
H A Dshim.h63 char *ttl_path; /* Full qualified path to TTL file */ member in struct:__anon2015
H A Ddit_access.c945 rename_map(temp_ttl, map->ttl_path, secure_flag);
1404 rename_map(temp_ttl, map->ttl_path, FALSE);

Completed in 26 milliseconds