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

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

strcpy(9r)

Contents


NAME    [Toc]    [Back]

       strcpy  -  General:  Copies  a  null-terminated  character
       string

SYNOPSIS    [Toc]    [Back]

       char * strcpy(
               char *s1,
               char *s2 );

ARGUMENTS    [Toc]    [Back]

       Specifies a pointer to a buffer large enough to  hold  the
       string  s2.   Specifies a pointer to a string (an array of
       characters terminated by a null character).

DESCRIPTION    [Toc]    [Back]

       The strcpy routine copies string s2 to buffer s1. The routine
  stops copying after it copies a null character. Note
       that the character size is 1 byte.

RETURN VALUES    [Toc]    [Back]

       The routine returns a pointer to  the  location  following
       the end of the destination buffer, s1.

SEE ALSO    [Toc]    [Back]

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



                                                       strcpy(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
copyoutstr Tru64 General: Copies a null-terminated string from a kernel address space to a user address space
copyinstr Tru64 General: Copies a null-terminated string from a user address space to a kernel address space
strcmp Tru64 General: Compares two null-terminated character strings
ovbcopy Tru64 General: Copies a byte string with a specified limit
bcopy Tru64 General: Copies a series of bytes with a specified limit
repeat IRIX Concatenates several copies of a string
wcsrtombs NetBSD converts a wide character string to a multibyte character string (restartable)
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service