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

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y715 || (DSTmode == DSTmaybe && TclpGetDate((TclpTime_t)&Julian, 0)->tm_isdst))
729 StartDay = (TclpGetDate((TclpTime_t)&Start, 0)->tm_hour + 1) % 24;
730 FutureDay = (TclpGetDate((TclpTime_t)&Future, 0)->tm_hour + 1) % 24;
745 tm = TclpGetDate((TclpTime_t)&now, 0);
762 tm = TclpGetDate((TclpTime_t)&now, 0);
797 tm = TclpGetDate((TclpTime_t)&Start, 0);
1070 tm = TclpGetDate((TclpTime_t) &Start, (zone == -50000));
H A DtclDate.c496 || (DSTmode == DSTmaybe && TclpGetDate((TclpTime_t)&Julian, 0)->tm_isdst))
510 StartDay = (TclpGetDate((TclpTime_t)&Start, 0)->tm_hour + 1) % 24;
511 FutureDay = (TclpGetDate((TclpTime_t)&Future, 0)->tm_hour + 1) % 24;
526 tm = TclpGetDate((TclpTime_t)&now, 0);
543 tm = TclpGetDate((TclpTime_t)&now, 0);
578 tm = TclpGetDate((TclpTime_t)&Start, 0);
851 tm = TclpGetDate((TclpTime_t) &Start, (zone == -50000));
H A DtclClock.c323 timeDataPtr = TclpGetDate((TclpTime_t) &tclockVal, useGMT);
H A DtclIntDecls.h398 EXTERN struct tm * TclpGetDate _ANSI_ARGS_((TclpTime_t time, int useGMT));
1228 #ifndef TclpGetDate
1229 #define TclpGetDate \ macro
H A DtclStubInit.c230 TclpGetDate, /* 133 */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c22 * TclpGetDate is coded to return a pointer to a 'struct tm'. For
266 * TclpGetDate --
282 TclpGetDate(time, useGMT)
277 TclpGetDate(time, useGMT) function
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixTime.c25 * TclpGetDate is coded to return a pointer to a 'struct tm'. For thread
379 * TclpGetDate --
395 TclpGetDate(
388 TclpGetDate( function
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c179 TclpGetDate, /* 133 */
H A DtclStubInit.c.orig179 TclpGetDate, /* 133 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c558 TclpGetDate, /* 133 */
H A DtclStubInit.c.orig555 TclpGetDate, /* 133 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c577 TclpGetDate, /* 133 */
H A DtclStubInit.c.orig577 TclpGetDate, /* 133 */
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinTime.c566 * TclpGetDate --
582 TclpGetDate(t, useGMT)
575 TclpGetDate(t, useGMT) function
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIntDecls.h599 EXTERN struct tm * TclpGetDate(CONST time_t *time, int useGMT);
1683 #ifndef TclpGetDate
1684 #define TclpGetDate \ macro
H A DtclStubInit.c210 TclpGetDate, /* 133 */
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinTime.c619 * TclpGetDate --
635 TclpGetDate(
626 TclpGetDate( function

Completed in 142 milliseconds