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

/haiku-fatelf/src/bin/rcs/
H A Drlog.c188 char strtdate[datesize]; /* duelst and datelist */ member in struct:Datepairs
443 VOID strcpy(currdate->strtdate, "0.0.0.0.0.0");
873 /* and sets the strtdate of pd to the date of the selected delta */
879 if ( cmpdate(root->date, pd->strtdate) >= 0 &&
881 VOID strcpy(pd->strtdate, root->date);
916 (!pdate->strtdate[0]
917 || ne <= cmpdate(root->date, pdate->strtdate))
932 if (cmpdate(root->date, pdate->strtdate) == 0)
1021 (nextdate->strtdate)[0] = '\0';
1035 switchflag ? nextdate->enddate : nextdate->strtdate);
[all...]

Completed in 33 milliseconds