index             351 src/dps8/dps8_crdrdr.c 
index             257 src/dps8/dps8_topo.c   int32_t index = 0;
index             269 src/dps8/dps8_topo.c       dirs[index++] = strdup(token);
index             270 src/dps8/dps8_topo.c       if (NULL == dirs[index - 1]) {
index             271 src/dps8/dps8_topo.c         for (int32_t i = 0; i < index - 1; i++)
index             285 src/dps8/dps8_topo.c     dirs[index++] = temp_paths[i];
index             289 src/dps8/dps8_topo.c     dirs[index++] = strdup(defaults[i]);
index             290 src/dps8/dps8_topo.c     if (NULL == dirs[index - 1]) {
index             291 src/dps8/dps8_topo.c       for (int32_t j = 0; j < index - 1; j++)
index             298 src/dps8/dps8_topo.c   dirs[index] = NULL;
index             299 src/dps8/dps8_topo.c   *n_dirs = index;
index            1518 src/dps8/dps8_utils.c     int index;
index            1521 src/dps8/dps8_utils.c     for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--)
index            1523 src/dps8/dps8_utils.c         s[index] = '\0';
index             610 src/libsir/src/sirfilesystem.c     int index = 0;
index             612 src/libsir/src/sirfilesystem.c     while ((numproc = getprocs(pinfo, sizeof(struct procsinfo), NULL, 0, &index, 16)) > 0) {
index            3364 src/punutil/miniz.c     static MZ_FORCEINLINE mz_uint mz_zip_array_range_check(const mz_zip_array *pArray, mz_uint index)
index            3366 src/punutil/miniz.c         MZ_ASSERT(index < pArray->m_size);
index            3367 src/punutil/miniz.c         return index;
index            3369 src/punutil/miniz.c #  define MZ_ZIP_ARRAY_ELEMENT(array_ptr, element_type, index) ((element_type *)((array_ptr)->m_p))[mz_zip_array_range_check(array_ptr, index)]
index            3371 src/punutil/miniz.c #  define MZ_ZIP_ARRAY_ELEMENT(array_ptr, element_type, index) ((element_type *)((array_ptr)->m_p))[index]
index            4498 src/punutil/miniz.c         mz_uint32 index;
index            4499 src/punutil/miniz.c         if (!mz_zip_reader_locate_file_v2(pZip, pName, pComment, flags, &index))
index            4502 src/punutil/miniz.c             return (int)index;
index             928 src/simh/sim_hints.c # define CHECK_LOCK_FREE(var, type_name, counter, names, index) \
index             931 src/simh/sim_hints.c        names[index] = type_name;                                \
index             932 src/simh/sim_hints.c        index++;                                                 \
index             950 src/simh/sim_hints.c   int index = 0;
index             953 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             955 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             957 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             959 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             961 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             963 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);