Home
last modified time | relevance | path

Searched refs:nddates (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sbin/dump/
H A Ditime.c64 int nddates = 0; variable
115 nddates++; in readdumptimes()
123 ddatev = calloc((unsigned) (nddates + 1), sizeof (struct dumpdates *)); in readdumptimes()
125 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list)) in readdumptimes()
180 nddates = 0; in putdumptime()
197 dtwalk = ddatev[nddates] = in putdumptime()
199 nddates += 1; in putdumptime()
H A Ddump.h166 int nddates; /* number of records (might be zero) */ variable
173 for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
H A Doptr.c387 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort); in lastdump()