Searched refs:trad_map_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c105 map->trad_map_path = NULL;
212 map->trad_map_path = (char *)am(myself, strlen(map->map_name) +
214 if (NULL == map->trad_map_path) {
221 strncpy(map->trad_map_path, name, p - name + 1);
222 map->trad_map_path[p - name + 1] = '\0';
223 strcat(map->trad_map_path, map->map_name);
224 strcat(map->trad_map_path, dbm_pag);
362 if (NULL != map->trad_map_path) {
363 sfree(map->trad_map_path);
364 map->trad_map_path
[all...]
H A Dshim.h64 char *trad_map_path; /* Equivalent qualified traditional map name */ member in struct:__anon2015
H A Dshim.c569 if (0 != stat(map->trad_map_path, &stats)) {

Completed in 32 milliseconds