Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_set_overflow
Proto:static void seq_set_overflow(struct seq_file *m)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m |
Name | Describe |
---|---|
seq_vprintf | |
seq_puts | |
seq_put_decimal_ull_width | A helper routine for putting decimal numbers without rich format of printf() |
seq_put_hex_ll | seq_put_hex_ll - put a number in hexadecimal notation*@m: seq_file identifying the buffer to which data should be written*@delimiter: a string which is printed before the number*@v: the number*@width: a minimum field width* seq_put_hex_ll(m, "", v, 8) is |
seq_put_decimal_ll | |
seq_write | seq_write - write arbitrary data to buffer*@seq: seq_file identifying the buffer to which data should be written*@data: data address*@len: number of bytes* Return 0 on success, non-zero otherwise. |
seq_pad | seq_pad - write padding spaces to buffer*@m: seq_file identifying the buffer to which data should be written*@c: the byte to append after padding if non-zero |
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 |