HomeSort by: relevance | last modified time | path
    Searched refs:nddates (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/dump/
itime.c 61 int nddates = 0; variable in typeref:typename:int
112 nddates++;
121 xcalloc((unsigned) (nddates + 1), sizeof(struct dumpdates *));
123 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
184 nddates = 0;
201 dtwalk = ddatev[nddates] =
203 nddates += 1;
dump.h 286 extern int nddates; /* number of records (might be zero) */
294 for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
optr.c 494 qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);

Completed in 181 milliseconds