OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/playstation2/playstation2/
clock.c
80
time_t
utc
;
local in function:get_bootinfo_tod
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 in function:stime_posix
487
utc
= 1;
495
if (
utc
)
/src/lib/libc/time/
strptime.c
82
static char
utc
[] = { "
UTC
" };
variable in typeref:typename:char[]
463
* Z = Zulu time/
UTC
469
* North American :
UTC
offsets
504
tm->TM_ZONE =
utc
;
localtime.c
183
static char const etc_utc[] = "Etc/
UTC
";
186
static char const *
utc
= etc_utc + sizeof "Etc/" - 1;
variable in typeref:typename:char const *
261
char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "
UTC
"),
510
tzname[0] = tzname[1] = UNCONST(sp ? wildabbr :
utc
);
1554
strcpy(sp->chars,
utc
);
1853
gmtptr->chars :
utc
);
2633
** shall correspond to "Wed Dec 31 23:59:59
UTC
1986", which
Completed in 14 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025