Lines Matching defs:map
72 struct ypmaplist *map;
96 * implementing a map, remove the extension (dbm_pag or dbm_dir)
135 * At this point, path holds the map file base name (no dbm
136 * file extension), and mapname holds the map name.
141 if ((map = (struct ypmaplist *)malloc(
147 map->ypml_next = *list;
148 *list = map;
161 (void) strcpy(map->ypml_name, map_key);
171 (void) strncpy(map->ypml_name,
174 map->ypml_name[YPMAXMAP] = '\0';
176 (void) strcpy(map->ypml_name, map_key);