函数逻辑报告 |
Source Code:lib\string.c |
Create Date:2022-07-27 06:59:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:字符串删除空格
函数原型:char *skip_spaces(const char *str)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str |
487 | str先自加 |
488 | 返回:str |
名称 | 描述 |
---|---|
strim | 删除前导和尾随空格 |
vsscanf | vsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments |
next_arg | Parse a string to get a param value pair.* You can use " around spaces, but can't escape ".* Hyphens and underscores equivalent in parameter names. |
ddebug_tokenize | Split the buffer `buf' into space-separated words.* Handles simple " and ' quoting, i.e. without nested,* embedded or escaped \". Return the number of words* or <0 on error. |
ddebug_exec_queries | handle multiple queries in query string, continue on error, returnlast error or number of matching callsites. Module name is eitherin param (for boot arg) or perhaps in query string. |
mtrr_write | seq_file can seek but we ignore it.* Format of control line:* "base=%Lx size=%Lx type=%s" or "disable=%d" |
parse_args | 解析参数 |
pm_wake_lock | |
map_write | |
proc_setgroups_write | |
aa_split_fqname | aa_split_fqname - split a fqname into a profile and namespace name*@fqname: a full qualified name in namespace profile format (NOT NULL)*@ns_name: pointer to portion of the string containing the ns name (NOT NULL)* Returns: profile name or NULL if one is |
apparmor_setprocattr | |
proc_skip_spaces | |
blkcg_conf_get_disk | lkg_conf_prep - parse and prepare for per-blkg config update*@inputp: input string pointer* Parse the device node prefix part, MAJ:MIN, of per-blkg config update* from @input and get and return the matching gendisk. *@inputp is |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |