Lines Matching full:string
3 * linux/tools/lib/string.c
5 * Copied from linux/lib/string.c, where it is:
17 #include <string.h>
19 #include <linux/string.h>
41 * @s: input string
86 * strlcpy - Copy a C-string into a sized buffer
87 * @dest: Where to copy the string to
88 * @src: Where to copy the string from
92 * NUL-terminated string that fits in the buffer (unless,
120 * @str: The string to be stripped.
133 * @s: The string to be stripped.
136 * in the given string @s. Returns a pointer to the first non-whitespace
157 * strreplace - Replace all occurrences of character in string.
158 * @s: The string to operate on.