Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\string.c Create Date:2022-07-28 06:00:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:strrchr - Find the last occurrence of a character in a string*@s: The string to be searched*@c: The character to search for

Proto:char *strrchr(const char *s, int c)

Type:char

Parameter:

TypeParameterName
const char *s
intc
445  const char * last = NULL
446  Do
447  If s == c Then last = s
449  When s++ cycle
450  Return last
Caller
NameDescribe
kasan_strings
kdb_readkdb_read* This function reads a string of characters, terminated by* a newline, or by reaching the end of the supplied buffer,* from the current kernel debugger console device.* Parameters:* Returns:* Returns a pointer to the buffer containing the received
parse_unary
parse_probe_argRecursive argument parser
trace_uprobe_create
tomoyo_last_wordmoyo_last_word - Get last component of a domainname.*@name: Domainname to check.* Returns the last word of @domainname.
tomoyo_find_next_domainmoyo_find_next_domain - Find a domain.*@bprm: Pointer to "struct linux_binprm".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock().