Lines Matching full:character
185 * to the new %NUL-terminating character in @dest. (For strcpy, the return
305 * strchr - Find the first occurrence of a character in a string
307 * @c: The character to search for
324 * strchrnul - Find and return a character in a string, or end of string
326 * @c: The character to search for
341 * strnchrnul - Find and return a character in a length limited string,
345 * @c: The character to search for
348 * then return a pointer to the last character of the string.
359 * strrchr - Find the last occurrence of a character in a string
361 * @c: The character to search for
377 * strnchr - Find a character in a length limited string
380 * @c: The character to search for
705 * memscan - Find a character in an area of memory.
780 * memchr - Find a character in an area of memory.
813 * memchr_inv - Find an unmatching character in an area of memory.
815 * @c: Find a character other than c
818 * returns the address of the first character other than @c, or %NULL