Function report |
Source Code:include\linux\string_helpers.h |
Create Date:2022-07-28 06:11:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:string_escape_str
Proto:static inline int string_escape_str(const char *src, char *dst, size_t sz, unsigned int flags, const char *only)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | src | |
char * | dst | |
size_t | sz | |
unsigned int | flags | |
const char * | only |
Name | Describe |
---|---|
seq_escape | seq_escape - print string into buffer, escaping some characters*@m: target buffer*@s: string*@esc: set of characters that need escaping* Puts string into buffer, replacing each occurrence of character from*@esc with usual octal escape. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |