函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_printf.c Create Date:2022-07-27 07:30:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:struct_rtc_time

函数原型:static void __init struct_rtc_time(void)

返回类型:void

参数:

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)
调用者
名称描述
test_pointer