Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void seq_escape(struct seq_file *m, const char *s, const char *esc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
const char * | s | |
const char * | esc |
382 | ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc) |
Name | Describe |
---|---|
mangle | |
seq_show_option | seq_show_options - display mount options with appropriate escapes.*@m: the seq_file handle*@name: the mount option name*@value: the mount option name's value, can be NULL |
ddebug_proc_show | Seq_ops show method. Called several times within a read()* call from userspace, with ddebug_lock held. Formats the* current _ddebug as a single human-readable line, with a* special case for the header line. |
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 |