函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\string.c Create Date:2022-07-27 06:59:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:size_t strcspn(const char *s, const char *reject)

返回类型:size_t

参数:

类型参数名称
const char *s
const char *reject
588  count等于0
590 p不等于'\0'循环
591 r不等于'\0'循环
592  如果p恒等于r则返回:count
595  count先自加
597  返回:count
调用者
名称描述
device_node_string
dump_stack_print_infodump_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
iommu_setupSee for the iommu kernel* parameter documentation.
param_arrayWe break the rule and mangle the string.