OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ymdhms
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/dev/clock_subr/
t_clock_subr.c
280
struct clock_ymdhms
ymdhms
;
local in function:ATF_TC_BODY
284
ATF_CHECK_EQ_MSG(
ymdhms
.dt_##f, clock_tests[i].clock.dt_##f, \
285
"%jd != %jd for %jd", (intmax_t)
ymdhms
.dt_##f, \
290
clock_secs_to_ymdhms(clock_tests[i].time, &
ymdhms
);
/src/sys/fs/udf/
udf_subr.c
4289
struct clock_ymdhms
ymdhms
;
local in function:udf_timestamp_to_timespec
4293
/* fill in
ymdhms
structure from timestamp */
4294
memset(&
ymdhms
, 0, sizeof(
ymdhms
));
4295
ymdhms
.dt_year = udf_rw16(timestamp->year);
4296
ymdhms
.dt_mon = timestamp->month;
4297
ymdhms
.dt_day = timestamp->day;
4298
ymdhms
.dt_wday = 0; /* ? */
4299
ymdhms
.dt_hour = timestamp->hour;
4300
ymdhms
.dt_min = timestamp->minute
4334
struct clock_
ymdhms
ymdhms
;
local in function:udf_timespec_to_timestamp
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025