Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_printf.c Create Date:2022-07-28 06:32:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:struct_rtc_time

Proto:static void __init struct_rtc_time(void)

Type:void

Parameter:Nothing

484  const struct rtc_time tm = {tm_sec = 43, tm_min = 35, tm_hour = 5, tm_mday = 26, tm_mon = 10, tm_year = 118, }
493  test("(%ptR?)", "%pt", & tm)
494  test("2018-11-26T05:35:43", "%ptR", & tm)
495  test("0118-10-26T05:35:43", "%ptRr", & tm)
496  test("05:35:43|2018-11-26", "%ptRt|%ptRd", & tm, & tm)
497  test("05:35:43|0118-10-26", "%ptRtr|%ptRdr", & tm, & tm)
498  test("05:35:43|2018-11-26", "%ptRttr|%ptRdtr", & tm, & tm)
499  test("05:35:43 tr|2018-11-26 tr", "%ptRt tr|%ptRd tr", & tm, & tm)
Caller
NameDescribe
test_pointer