Lines Matching full:character
184 * to the new %NUL-terminating character in @dest. (For strcpy, the return
304 * strchr - Find the first occurrence of a character in a string
306 * @c: The character to search for
323 * strchrnul - Find and return a character in a string, or end of string
325 * @c: The character to search for
340 * strnchrnul - Find and return a character in a length limited string,
344 * @c: The character to search for
347 * then return a pointer to the last character of the string.
358 * strrchr - Find the last occurrence of a character in a string
360 * @c: The character to search for
376 * strnchr - Find a character in a length limited string
379 * @c: The character to search for
704 * memscan - Find a character in an area of memory.
779 * memchr - Find a character in an area of memory.
812 * memchr_inv - Find an unmatching character in an area of memory.
814 * @c: Find a character other than c
817 * returns the address of the first character other than @c, or %NULL