Searched refs:idates (Results 1 – 3 of 3) sorted by relevance
56 struct idates **idatev = 0;63 static void recout(FILE *, struct idates *);64 static int getrecord(FILE *, struct idates *);65 static int makeidate(struct idates *, char *);125 struct idates *idp;129 idp = (struct idates *)xcalloc(1, sizeof (*idp));135 idatev = (struct idates **)xrealloc((void *)idatev,150 struct idates *ip; in getitime()199 struct idates *itwalk; in putitime()253 idatev = (struct idates **)xrealloc((void *)idatev, in putitime()[all …]
389 struct idates *itwalk;457 struct idates **p1 = (struct idates **)v1;458 struct idates **p2 = (struct idates **)v2;
229 struct idates { struct236 struct idates **idatev; /* the arrayfied version */ argument