Home
last modified time | relevance | path

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

/original-bsd/sbin/dump/
H A Ditime.c38 int nddates = 0; variable
90 nddates++;
101 calloc((unsigned) (nddates + 1), sizeof (struct dumpdates *));
103 for (i = nddates - 1; i >= 0; i--, dtwalk = dtwalk->dt_next)
157 nddates = 0; in putdumptime()
176 dtwalk = ddatev[nddates] = in putdumptime()
178 nddates += 1; in putdumptime()
H A Ddump.h145 int nddates; /* number of records (might be zero) */ variable
152 for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
H A Doptr.c471 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);