temp_count        218 src/dps8/dps8_topo.c   uint32_t temp_count = 0;
temp_count        221 src/dps8/dps8_topo.c     while (fgets(line, sizeof(line), fp) && temp_count < SIR_MAXPATH) {
temp_count        228 src/dps8/dps8_topo.c           for (uint32_t i = 0; i < temp_count; i++) {
temp_count        235 src/dps8/dps8_topo.c             temp_paths[temp_count++] = strdup(path);
temp_count        236 src/dps8/dps8_topo.c             if (NULL == temp_paths[temp_count - 1]) {
temp_count        237 src/dps8/dps8_topo.c               for (uint32_t i = 0; i < temp_count - 1; i++)
temp_count        247 src/dps8/dps8_topo.c     count += temp_count;
temp_count        252 src/dps8/dps8_topo.c     for (uint32_t i = 0; i < temp_count; i++)
temp_count        263 src/dps8/dps8_topo.c       for (uint32_t i = 0; i < temp_count; i++)
temp_count        275 src/dps8/dps8_topo.c         for (uint32_t i = 0; i < temp_count; i++)
temp_count        284 src/dps8/dps8_topo.c   for (uint32_t i = 0; i < temp_count; i++) {