Searched refs:useGMT (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclClock.c | 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); 58 int useGMT = 0; local [all...] |
Completed in 9 milliseconds