HomeSort by: relevance | last modified time | path
    Searched defs: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;
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;
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;

Completed in 36 milliseconds