Start            2583 source3/modules/getdate.c   time_t Start = now ? *now : time (0);
Start            2584 source3/modules/getdate.c   struct tm *tmp = localtime (&Start);
Start            2628 source3/modules/getdate.c 	time_t probe = Start + quarter * (90 * 24 * 60 * 60);
Start            2709 source3/modules/getdate.c   Start = mktime (&tm);
Start            2711 source3/modules/getdate.c   if (Start == (time_t) -1)
Start            2735 source3/modules/getdate.c 	  Start = mktime (&tm);
Start            2738 source3/modules/getdate.c       if (Start == (time_t) -1)
Start            2739 source3/modules/getdate.c 	return Start;
Start            2747 source3/modules/getdate.c       Start = mktime (&tm);
Start            2748 source3/modules/getdate.c       if (Start == (time_t) -1)
Start            2749 source3/modules/getdate.c 	return Start;
Start            2758 source3/modules/getdate.c       struct tm *gmt = gmtime (&Start);
Start            2763 source3/modules/getdate.c       if ((Start < Start - delta) != (delta < 0))
Start            2765 source3/modules/getdate.c       Start -= delta;
Start            2775 source3/modules/getdate.c     time_t t0 = Start;
Start            2788 source3/modules/getdate.c     Start = t3;
Start            2791 source3/modules/getdate.c   return Start;
Start             882 source3/modules/getdate.y   time_t Start = now ? *now : time (0);
Start             883 source3/modules/getdate.y   struct tm *tmp = localtime (&Start);
Start             927 source3/modules/getdate.y 	time_t probe = Start + quarter * (90 * 24 * 60 * 60);
Start            1008 source3/modules/getdate.y   Start = mktime (&tm);
Start            1010 source3/modules/getdate.y   if (Start == (time_t) -1)
Start            1034 source3/modules/getdate.y 	  Start = mktime (&tm);
Start            1037 source3/modules/getdate.y       if (Start == (time_t) -1)
Start            1038 source3/modules/getdate.y 	return Start;
Start            1046 source3/modules/getdate.y       Start = mktime (&tm);
Start            1047 source3/modules/getdate.y       if (Start == (time_t) -1)
Start            1048 source3/modules/getdate.y 	return Start;
Start            1057 source3/modules/getdate.y       struct tm *gmt = gmtime (&Start);
Start            1062 source3/modules/getdate.y       if ((Start < Start - delta) != (delta < 0))
Start            1064 source3/modules/getdate.y       Start -= delta;
Start            1074 source3/modules/getdate.y     time_t t0 = Start;
Start            1087 source3/modules/getdate.y     Start = t3;
Start            1090 source3/modules/getdate.y   return Start;