*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> memccpy (3)              
Title
Content
Arch
Section
 

MEMCCPY(3)

Contents


NAME    [Toc]    [Back]

       memccpy - copy memory area

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       void *memccpy(void *dest, const void *src, int c, size_t n);

DESCRIPTION    [Toc]    [Back]

       The memccpy() function copies no more than n bytes from memory area src
       to memory area dest, stopping when the character c is found.

RETURN VALUE    [Toc]    [Back]

       The memccpy() function returns a pointer to the next character in  dest
       after c, or NULL if c was not found in the first n characters of src.

CONFORMING TO    [Toc]    [Back]

       SVID 3, BSD 4.3

SEE ALSO    [Toc]    [Back]

      
      
       bcopy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)



GNU				  1993-04-10			    MEMCCPY(3)
[ Back ]
 Similar pages
Name OS Title
shmget OpenBSD get shared memory area identifier
ufmFree IRIX free an area of memory that was allocated by UFM
memfrob Linux frobnicate (encrypt) a memory area
copylist IRIX copy a file into memory
pmap_copy FreeBSD copy physical memory pages
pmap_copy_page FreeBSD copy physical memory pages
scp FreeBSD secure copy (remote file copy program)
scp OpenBSD secure copy (remote file copy program)
rectf IRIX fills a rectangular area
mkswap Linux set up a Linux swap area
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service