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

  man pages->OpenBSD man pages -> bcopy (3)              
Title
Content
Arch
Section
 

BCOPY(3)

Contents


NAME    [Toc]    [Back]

     bcopy - copy bytes

SYNOPSIS    [Toc]    [Back]

     #include <string.h>

     void
     bcopy(const void *src, void *dst, size_t len);

DESCRIPTION    [Toc]    [Back]

     The bcopy() function copies len bytes  from  buffer  src  to
buffer dst.  The
     two  buffers  may  overlap.   If  len  is zero, no bytes are
copied.

SEE ALSO    [Toc]    [Back]

      
      
     memccpy(3), memcpy(3),  memmove(3),  strcpy(3),  strlcpy(3),
strncpy(3)

HISTORY    [Toc]    [Back]

     A bcopy() function appeared in 4.2BSD.

OpenBSD      3.6                          April      19,     1991
[ Back ]
 Similar pages
Name OS Title
scp FreeBSD secure copy (remote file copy program)
scp OpenBSD secure copy (remote file copy program)
swab Tru64 Swap bytes
swab IRIX swap bytes
SSL_read NetBSD read bytes from a TLS/SSL connection.
SSL_write OpenBSD write bytes to a TLS/SSL connection.
swab Linux swap adjacent bytes
SSL_read OpenBSD read bytes from a TLS/SSL connection.
swab NetBSD swap adjacent bytes
BIO_ctrl_get_read_request Tru64 Find out how many bytes were requested from the BIO
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service