函数逻辑报告 |
Source Code:lib\vsprintf.c |
Create Date:2022-07-27 07:09:17 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Handle field width padding for a string.*@buf: current buffer position*@n: length of string*@end: end of output buffer*@spec: for field width and flags* Returns: new buffer position after padding.
函数原型:static __attribute__((__noinline__)) char *widen_string(char *buf, int n, char *end, struct printf_spec spec)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
int | n | |
char * | end | |
struct printf_spec | spec |
583 | 如果此条件成立可能性大(为编译器优化)(n >= width of output field )则返回:buf |
586 | spaces等于 width of output field 减n |
587 | 如果非 flags to number() 按位与left justified 的值则 |
596 | 返回:buf |
名称 | 描述 |
---|---|
string_nocheck | Handle string from a well known address. |
dentry_name | |
device_node_string | |
fwnode_string |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |