Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const char * | s | |
int | c |
445 | const char * last = NULL |
446 | Do |
450 | Return last |
Name | Describe |
---|---|
kasan_strings | |
kdb_read | kdb_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_arg | Recursive argument parser |
trace_uprobe_create | |
tomoyo_last_word | moyo_last_word - Get last component of a domainname.*@name: Domainname to check.* Returns the last word of @domainname. |
tomoyo_find_next_domain | moyo_find_next_domain - Find a domain.*@bprm: Pointer to "struct linux_binprm".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock(). |
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 |