Function report |
Source Code:lib\nlattr.c |
Create Date:2022-07-28 07:16:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:la_strlcpy - Copy string attribute payload into a sized buffer*@dst: where to copy the string to*@nla: attribute to copy the string from*@dstsize: size of destination buffer* Copies at most dstsize - 1 bytes into the destination buffer.
Proto:size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
char * | dst | |
const struct nlattr * | nla | |
size_t | dstsize |
524 | If dstsize > 0 Then |
528 | No 3D Now!(dst, src, len) |
531 | Return srclen |
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 |