Lines Matching full:character
200 * to the new %NUL-terminating character in @dest. (For strcpy, the return
320 * strchr - Find the first occurrence of a character in a string
322 * @c: The character to search for
339 * strchrnul - Find and return a character in a string, or end of string
341 * @c: The character to search for
356 * strnchrnul - Find and return a character in a length limited string,
360 * @c: The character to search for
363 * then return a pointer to the last character of the string.
374 * strrchr - Find the last occurrence of a character in a string
376 * @c: The character to search for
392 * strnchr - Find a character in a length limited string
395 * @c: The character to search for
720 * memscan - Find a character in an area of memory.
795 * memchr - Find a character in an area of memory.
828 * memchr_inv - Find an unmatching character in an area of memory.
830 * @c: Find a character other than c
833 * returns the address of the first character other than @c, or %NULL