temp_paths        217 src/dps8/dps8_topo.c   char *temp_paths[SIR_MAXPATH];
temp_paths        229 src/dps8/dps8_topo.c             if (0 == strcmp(temp_paths[i], path)) {
temp_paths        235 src/dps8/dps8_topo.c             temp_paths[temp_count++] = strdup(path);
temp_paths        236 src/dps8/dps8_topo.c             if (NULL == temp_paths[temp_count - 1]) {
temp_paths        238 src/dps8/dps8_topo.c                 FREE(temp_paths[i]);
temp_paths        253 src/dps8/dps8_topo.c       FREE(temp_paths[i]);
temp_paths        264 src/dps8/dps8_topo.c         FREE(temp_paths[i]);
temp_paths        276 src/dps8/dps8_topo.c           FREE(temp_paths[i]);
temp_paths        285 src/dps8/dps8_topo.c     dirs[index++] = temp_paths[i];