Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:11:57 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This will print a single '0' even if r == 0, since we would* immediately jump to out_r where two 0s would be written but only* one of them accounted for in buf. This is needed by ip4_string* below. All other callers pass a non-zero value of r.
Proto:static __attribute__((__noinline__)) char *put_dec_trunc8(char *buf, unsigned r)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
unsigned | r |
198 | buf += 2 |
207 | buf += 2 |
216 | buf += 2 |
217 | out_q : |
220 | out_r : |
224 | Return buf |
Name | Describe |
---|---|
put_dec | Based on code by Douglas W. Jones found at* |
ip4_string |
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 |