Searched defs:idatev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c56 struct idates **idatev = 0; variable in typeref:struct:idates
135 idatev = (struct idates **)xrealloc((void *)idatev,
136 nidates * (size_t)sizeof (*idatev));
137 idatev[nidates - 1] = idp;
173 if (idatev == 0)
224 if (idatev != 0) {
225 for (i = 0; i < nidates && idatev[i] != 0; i++)
226 free((char *)idatev[i]);
227 free((char *)idatev);
[all...]
H A Ddump.h236 struct idates **idatev; /* the arrayfied version */ variable in typeref:struct:idates
238 for (i = 0; i < nidates && (ip = idatev[i]) != NULL; i++)

Completed in 671 milliseconds