OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
YEAR_TMORIGIN
usr.bin/cvs/date.y
787
int ay = a->tm_year + (YEAR_TMORIGIN - 1);
usr.bin/cvs/date.y
788
int by = b->tm_year + (YEAR_TMORIGIN - 1);
usr.bin/rcs/date.y
792
int ay = a->tm_year + (YEAR_TMORIGIN - 1);
usr.bin/rcs/date.y
793
int by = b->tm_year + (YEAR_TMORIGIN - 1);