函数逻辑报告 |
Source Code:fs\seq_file.c |
Create Date:2022-07-29 10:40:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mangle_path - mangle and copy path to buffer beginning*@s: buffer start*@p: beginning of path in above buffer*@esc: set of characters that need escaping* Copy the path from @p to @s, replacing each occurrence of character from*@esc with usual octal escape
函数原型:char *mangle_path(char *s, const char *p, const char *esc)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | s | |
const char * | p | |
const char * | esc |
451 | 返回:NULL |
名称 | 描述 |
---|---|
seq_path | seq_path - seq_file interface to print a pathname*@m: the seq_file handle*@path: the struct path to print*@esc: set of characters to escape in the output* return the absolute path of 'path', as represented by the* dentry / mnt pair in the path parameter. |
seq_path_root | Same as seq_path, but relative to supplied root. |
seq_dentry | rns the path of the 'dentry' from the root of its filesystem. |
seq_buf_path | seq_buf_path - copy a path into the sequence buffer*@s: seq_buf descriptor*@path: path to write into the sequence buffer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |