Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memchr_inv - Find an unmatching character in an area of memory.*@start: The memory area*@c: Find a character other than c*@bytes: The size of the area.* returns the address of the first character other than @c, or %NULL
Proto:void *memchr_inv(const void *start, int c, size_t bytes)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | start | |
int | c | |
size_t | bytes |
1036 | If bytes <= 16 Then Return check_bytes8(start, value, bytes) |
1052 | If prefix Then |
1056 | r = check_bytes8(start, value, prefix) |
1072 | Return check_bytes8(start, value, bytes % 8) |
Name | Describe |
---|---|
is_zeroed | |
do_test | |
do_remove_key | Try to remove an fscrypt master encryption key |
fscrypt_ioctl_get_key_status | Retrieve the status of an fscrypt master encryption key |
fscrypt_supported_policy | |
fsverity_ioctl_enable | sverity_ioctl_enable() - enable verity on a file* Enable fs-verity on a file. See the "FS_IOC_ENABLE_VERITY" section of* Documentation/filesystems/fsverity.rst for the documentation.* Return: 0 on success, -errno on failure |
fsverity_create_info | Validate the given fsverity_descriptor and create a new fsverity_info from* it. The signature (if present) is also checked. |
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 |