Searched refs:nddates (Results 1 – 3 of 3) sorted by relevance
62 int nddates = 0; variable113 nddates++; in readdumptimes()122 calloc((unsigned) (nddates + 1), sizeof (struct dumpdates *)); in readdumptimes()124 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list)) in readdumptimes()179 nddates = 0; in putdumptime()196 dtwalk = ddatev[nddates] = in putdumptime()198 nddates += 1; in putdumptime()
165 int nddates; /* number of records (might be zero) */ variable172 for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
385 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort); in lastdump()