Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
const char *s
const char *reject
588  count = 0
590  When p != '\0' cycle
591  When r != '\0' cycle
592  If p == r Then Return count
595  ++count
597  Return count
Caller
NameDescribe
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