函数逻辑报告 |
Source Code:fs\seq_file.c |
Create Date:2022-07-29 10:40:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_put_decimal_ll
函数原型:void seq_put_decimal_ll(struct seq_file *m, const char *delimiter, long long num)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
const char * | delimiter | |
long long | num |
793 | 如果num小于0则 |
798 | 如果num小于10则 |
803 | len等于Convert passed number to decimal string.* Returns the length of string. On buffer overflow, returns 0.* If speed is not important, use snprintf(). It's easy to read the code. |
808 | 返回 |
810 | overflow : |
811 | seq_set_overflow(m) |
名称 | 描述 |
---|---|
pidfd_show_fdinfo | pidfd_show_fdinfo - print information about a pidfd*@m: proc fdinfo file*@f: file referencing a pidfd* Pid:* This function will print the pid that a given pidfd refers to in the* pid namespace of the procfs instance |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |