| /src/sys/arch/playstation2/playstation2/ |
| clock.c | 80 time_t utc; local 92 /* convert to UTC */ 93 utc = clock_ymdhms_to_secs(dt) - 9*60*60; 94 clock_secs_to_ymdhms(utc, dt);
|
| clock.c | 80 time_t utc; local 92 /* convert to UTC */ 93 utc = clock_ymdhms_to_secs(dt) - 9*60*60; 94 clock_secs_to_ymdhms(utc, dt);
|
| clock.c | 80 time_t utc; local 92 /* convert to UTC */ 93 utc = clock_ymdhms_to_secs(dt) - 9*60*60; 94 clock_secs_to_ymdhms(utc, dt);
|
| /src/usr.bin/touch/ |
| touch.c | 368 int utc = 0; local 487 utc = 1; 495 if (utc)
|
| touch.c | 368 int utc = 0; local 487 utc = 1; 495 if (utc)
|
| touch.c | 368 int utc = 0; local 487 utc = 1; 495 if (utc)
|
| /src/lib/libc/time/ |
| strptime.c | 82 static char utc[] = { "UTC" }; variable 463 * Z = Zulu time/UTC 469 * North American : UTC offsets 504 tm->TM_ZONE = utc;
|
| strptime.c | 82 static char utc[] = { "UTC" }; variable 463 * Z = Zulu time/UTC 469 * North American : UTC offsets 504 tm->TM_ZONE = utc;
|
| strptime.c | 82 static char utc[] = { "UTC" }; variable 463 * Z = Zulu time/UTC 469 * North American : UTC offsets 504 tm->TM_ZONE = utc;
|
| localtime.c | 490 static char const etc_utc[] = "Etc/UTC"; 493 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable 585 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), 840 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); 2029 strcpy(sp->chars, utc); 2414 : gmtptr ? gmtptr->chars : utc); 3194 ** shall correspond to "Wed Dec 31 23:59:59 UTC 1986", which
|
| localtime.c | 490 static char const etc_utc[] = "Etc/UTC"; 493 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable 585 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), 840 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); 2029 strcpy(sp->chars, utc); 2414 : gmtptr ? gmtptr->chars : utc); 3194 ** shall correspond to "Wed Dec 31 23:59:59 UTC 1986", which
|
| localtime.c | 490 static char const etc_utc[] = "Etc/UTC"; 493 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable 585 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), 840 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); 2029 strcpy(sp->chars, utc); 2414 : gmtptr ? gmtptr->chars : utc); 3194 ** shall correspond to "Wed Dec 31 23:59:59 UTC 1986", which
|