Searched refs:map_path (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c152 char *map_path; /* Qualified map name */ local
174 map_path = (char *)am(myself, strlen(domain) + strlen(map_name) +
176 if (NULL == map_path) {
181 strcpy(map_path, ypdbpath);
182 add_separator(map_path);
183 strcat(map_path, domain);
184 add_separator(map_path);
185 strcat(map_path, map_name);
188 dbm = dbm_open(map_path, O_RDONLY, 0644);
191 sfree(map_path);
356 char *map_path; local
[all...]
H A Dmap_ctrl.c102 map->map_path = NULL;
146 map->map_path = (char *)strdup(name);
147 if (NULL == map->map_path) {
227 map->ttl_path = (char *)am(myself, strlen(map->map_path) +
236 strcpy(map->ttl_path, map->map_path);
303 new_map = create_map_ctrl(old_map->map_path);
346 if (NULL != map->map_path) {
347 sfree(map->map_path);
348 map->map_path = NULL;
473 map->entries = dbm_open(map->map_path, ma
[all...]
H A Ddit_access.c651 if (SUCCESS != alloc_temp_names(map->map_path,
655 myself, map->map_path);
944 rename_map(temp_entries, map->map_path, secure_flag);
1222 (strlen(map->map_path) - strlen(map->map_name)) +
1225 (strlen(map->map_path) - strlen(map->map_name)) +
1243 strlcpy(cmdbuf, map->map_path, strlen(map->map_path) -
1266 strncat(cmdbuf, map->map_path, strlen(map->map_path) -
1277 strncat(cmdbuf, map->map_path, strle
[all...]
H A Dshim.h59 char *map_path; /* Full qualified path to map */ member in struct:__anon2015
H A Dshim.c412 map->entries = dbm_open(map->map_path, map->open_flags,
/osnet-11/usr/src/lib/libpkg/common/
H A Dcfext.h74 char *map_path; /* as read from the pkgmap */ member in struct:cfextra

Completed in 29 milliseconds