函数逻辑报告 |
Source Code:kernel\time\timeconv.c |
Create Date:2022-07-27 11:44:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:me64_to_tm - converts the calendar time to local broken-down time*@totalsecs the number of seconds elapsed since 00:00:00 on January 1, 1970,* Coordinated Universal Time (UTC)
函数原型:void time64_to_tm(time64_t totalsecs, int offset, struct tm *result)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
time64_t | totalsecs | |
int | offset | |
struct tm * | result |
84 | days等于div_s64_rem - signed 64bit divide with 64bit divisor and remainder*@dividend: 64bit dividend*@divisor: 64bit divisor*@remainder: 64bit remainder |
88 | rem加等于SECS_PER_DAY |
89 | days先自减 |
91 | 当rem大于等于SECS_PER_DAY循环 |
92 | rem减等于SECS_PER_DAY |
93 | days先自加 |
97 | rem取模等于SECS_PER_HOUR |
99 | he number of seconds after the minute, normally in the range* 0 to 59, but can be up to 60 to allow for leap seconds等于rem取模60 |
102 | he number of days since Sunday, in the range 0 to 6 等于4加days的和取模7 |
103 | 如果he number of days since Sunday, in the range 0 to 6 小于0则he number of days since Sunday, in the range 0 to 6 加等于7 |
106 | y等于1970 |
117 | he number of years since 1900 等于y减1900 |
121 | ip等于How many days come before each month (0-12). [Nonzero if YEAR is a leap year (every 4 years,* except every 100th isn't, and every 400th is).] |
名称 | 描述 |
---|---|
kdb_summary | kdb_summary - This function implements the 'summary' command. |
tomoyo_convert_time | moyo_convert_time - Convert time_t to YYYY/MM/DD hh/mm/ss.*@time: Seconds since 1970/01/01 00:00:00.*@stamp: Pointer to "struct tomoyo_time".* Returns nothing. |
mnt_warn_timestamp_expiry |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |