Lines Matching defs:by
28 ** Originally written by Steven M. Bellovin <smb@research.att.com> while
29 ** at the University of North Carolina at Chapel Hill. Later tweaked by
30 ** a couple of people on Usenet. Completely overhauled by Rich $alz
61 solely to allow compilation by non GNU-C compilers of the C parser
62 produced from this file by old versions of bison. Newer versions of
214 ** Global variables. We could get rid of most of these by using a good
899 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);
907 + ((ay >> 2) - (by >> 2))
908 - (ay/100 - by/100)
909 + ((ay/100 >> 2) - (by/100 >> 2))
911 + (time_t)(ay-by) * 365