Searched refs:tzone (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | logger.c | 146 struct timezone tzone; in logger_emit() local 174 gettimeofday (&tnow, &tzone); in logger_emit() 217 struct timezone tzone; in logger_forward_debug() local 229 gettimeofday (&tnow, &tzone); in logger_forward_debug()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 348 int16_t year, tzone; in ud_dtime2utime() local 363 tzone = SWAP_16(dtime->ts_tzone); in ud_dtime2utime() 364 if ((tzone & TMODE) == 0x1000) { in ud_dtime2utime() 366 if ((tzone & TINVALID) != TINVALID) { in ud_dtime2utime() 367 if (tzone & TSIGN) { in ud_dtime2utime() 371 sec = tzone | 0xFFFFF000; in ud_dtime2utime() 373 sec = tzone & TOFFSET; in ud_dtime2utime()
|
/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 145 static long tzone; variable 481 tzone = altzone / 60; in main() 483 tzone = tzone / 60; in main() 485 tzone = 2047; /* Unknown */ in main() 515 tp->ts_tzone = 0x1000 + (-tzone & 0xFFF); in setstamp()
|
/titanic_44/usr/src/cmd/cron/ |
H A D | cron.c | 278 static char tzone[LINE_MAX] = ENV_TZ; variable 284 tzone, 1915 (void) putenv(tzone); in next_time() 3157 (void) snprintf(tzone, sizeof (tzone), "TZ=%s", in defaults()
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | format.c | 2392 tzone(struct tm *tm, time_t *tv_sec, char *p) in tzone() function 2471 tzone(&tm, &tv_sec, in do_mtime32() 2585 tzone(&tm, &tv_sec, in do_mtime64()
|