Function report |
Source Code:mm\maccess.c |
Create Date:2022-07-28 14:07:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__strncpy_from_unsafe
Proto:long __strncpy_from_unsafe(char *dst, const void *unsafe_addr, long count)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
char * | dst | |
const void * | unsafe_addr | |
long | count |
187 | src = unsafe_addr |
190 | If Value for the false possibility is greater at compile time(count <= 0) Then Return 0 |
196 | Do |
200 | dst[ - 1] = '\0' |
201 | pagefault_enable() |
204 | Return If ret Then -EFAULT Else src - unsafe_addr |
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 |