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

/freebsd-10.2-release/sbin/dump/
H A Ditime.c62 int nddates = 0; variable
113 nddates++;
122 calloc((unsigned) (nddates + 1), sizeof (struct dumpdates *));
124 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
179 nddates = 0;
196 dtwalk = ddatev[nddates] =
198 nddates += 1;
H A Ddump.h165 int nddates; /* number of records (might be zero) */ variable
172 for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
H A Doptr.c385 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);

Completed in 115 milliseconds