Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject*@s: The string to be searched*@reject: The string to avoid
Proto:size_t strcspn(const char *s, const char *reject)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
const char * | reject |
588 | count = 0 |
597 | Return count |
Name | Describe |
---|---|
device_node_string | |
dump_stack_print_info | dump_stack_print_info - print generic debug info for dump_stack()*@log_lvl: log level* Arch-specific dump_stack() implementations can use this function to* print out the same debug information as the generic dump_stack(). |
early_serial_init | |
sched_debug_header | |
print_kernel_ident | |
blacklisted | |
check_hung_task |
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 |