Home
last modified time | relevance | path

Searched refs:time_struct (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sbin/camcontrol/
H A Dtimestamp.c252 struct tm time_struct; in set_timestamp() local
277 bzero(&time_struct, sizeof(struct tm)); in set_timestamp()
279 &time_struct) == NULL) { in set_timestamp()
284 time_value = mktime(&time_struct); in set_timestamp()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc3707 struct tm time_struct; in FormatEpochTimeInMillisAsIso8601() local
3712 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsIso8601()
3713 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsIso8601()
3714 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsIso8601()
3715 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsIso8601()
3716 String::FormatIntWidth2(time_struct.tm_sec); in FormatEpochTimeInMillisAsIso8601()
4068 struct tm time_struct; in FormatEpochTimeInMillisAsRFC3339() local
4074 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsRFC3339()
4075 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsRFC3339()
4076 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsRFC3339()
[all …]