Lines Matching full:string
4 * linux/lib/string.c
12 #include <linux/string.h>
16 * strlen - Find the length of a string
17 * @s: The string to be sized
31 * strnlen - Find the length of a length-limited string
32 * @s: The string to be sized
46 * strstr - Find the first substring in a %NUL terminated string
47 * @s1: The string to be searched
48 * @s2: The string to search for
70 * @cs: One string
71 * @ct: Another string
91 * @cs: One string
92 * @ct: Another string
127 * simple_strtoull - convert a string to an unsigned long long
128 * @cp: The start of the string
129 * @endp: A pointer to the end of the parsed string will be placed here
169 * strrchr - Find the last occurrence of a character in a string
170 * @s: The string to be searched