Searched refs:VMSISH_TIME (Results 1 – 3 of 3) sorted by relevance
361 # ifdef VMSISH_TIME363 if (VMSISH_TIME) tp->tv_sec = _toloc(tp->tv_sec);365 if (!VMSISH_TIME) tp->tv_sec = _toutc(tp->tv_sec);
6388 # ifdef VMSISH_TIME6390 if (VMSISH_TIME) when = _toloc(when);6392 if (!VMSISH_TIME) when = _toutc(when);6417 # ifdef VMSISH_TIME6418 if (VMSISH_TIME) when = _toutc(when); /* Input was local time */6449 # ifdef VMSISH_TIME6450 if (VMSISH_TIME) when = _toutc(when);6457 # ifdef VMSISH_TIME6458 if (!VMSISH_TIME) when = _toloc(whenutc); /* input was UTC */6459 if (VMSISH_TIME) whenutc = _toutc(when); /* input was truelocal */[all …]
296 #define VMSISH_TIME TEST_VMSISH(HINT_M_VMSISH_TIME) macro