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:sysfs_streq - return true if strings are equal, modulo trailing newline*@s1: one string*@s2: another string* This routine returns true iff two strings are equal, treating both* NUL and newline-then-NUL as equivalent string terminations
Proto:bool sysfs_streq(const char *s1, const char *s2)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s1 | |
const char * | s2 |
675 | Return false |
Name | Describe |
---|---|
__sysfs_match_string | __sysfs_match_string - matches given string in an array*@array: array of strings*@n: number of strings in the array or -1 for NULL terminated arrays*@str: string to match with* Returns index of @str in the @array or -EINVAL, just like match_string(). |
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 |