Lines Matching full:area
464 * @s: Pointer to the start of the area.
465 * @c: The byte to fill the area with
466 * @count: The size of the area.
501 * memcpy - Copy one area of memory to another
504 * @count: The size of the area.
541 * memmove - Copy one area of memory to another
544 * @count: The size of the area.
580 * @cs: One area of memory
581 * @ct: Another area of memory
582 * @count: The size of the area.
598 * memscan - Find a character in an area of memory.
599 * @addr: The memory area
601 * @size: The size of the area.
604 * the area if @c is not found
646 * memchr - Find a character in an area of memory.
647 * @s: The memory area
649 * @n: The size of the area.
678 * memchr_inv - Find an unmatching character in an area of memory.
679 * @start: The memory area
681 * @bytes: The size of the area.