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

  man pages->Tru64 Unix man pages -> ovbcopy (9r)              
Title
Content
Arch
Section
 

ovbcopy(9r)

Contents


NAME    [Toc]    [Back]

       ovbcopy  -  General: Copies a byte string with a specified
       limit

SYNOPSIS    [Toc]    [Back]

       void ovbcopy(
               char* *b1,
               char* *b2,
               int n );

ARGUMENTS    [Toc]    [Back]

       Specifies a pointer to a string  of  bytes.   Specifies  a
       pointer  to  a  buffer of at least n bytes.  Specifies the
       number of bytes to be copied.

DESCRIPTION    [Toc]    [Back]

       The ovbcopy routine copies  n  bytes  from  string  b1  to
       buffer b2.  No check is made for null bytes.

       The address ranges of b1 and b2 can overlap.

NOTES    [Toc]    [Back]

       In most cases, ovbcopy is not as efficient as bcopy.

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Routines:  bcopy(9r), blkclr(9r), copystr(9r), strcpy(9r),
       strncpy(9r)



                                                      ovbcopy(9r)
[ Back ]
 Similar pages
Name OS Title
copystr Tru64 General: Copies a null-terminated character string with a specified limit
strncpy Tru64 General: Copies a null-terminated character string with a specified limit
bcopy Tru64 General: Copies a series of bytes with a specified limit
strcpy Tru64 General: Copies a null-terminated character string
copyinstr Tru64 General: Copies a null-terminated string from a user address space to a kernel address space
copyoutstr Tru64 General: Copies a null-terminated string from a kernel address space to a user address space
memchr FreeBSD locate byte in byte string
memset FreeBSD write a byte to byte string
memchr NetBSD locate byte in byte string
memset NetBSD write a byte to byte string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service