Lines Matching refs:useGMT
26 unsigned long clockVal, int useGMT,
59 int useGMT = 0;
98 if (Tcl_GetBoolean(interp, argPtr[1], &useGMT) != TCL_OK) {
113 return FormatClock(interp, clockVal, useGMT, format);
133 if (Tcl_GetBoolean(interp, argPtr[1], &useGMT) != TCL_OK) {
155 if (useGMT) {
273 FormatClock(interp, clockVal, useGMT, format)
276 int useGMT; /* Boolean */
306 if (useGMT) {
322 timeDataPtr = TclpGetDate((time_t *) &clockVal, useGMT);
347 if (useGMT) {