FreeBSD kernel libkern code
strcpy.c File Reference
#include <sys/cdefs.h>
#include <sys/libkern.h>
Include dependency graph for strcpy.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
char * strcpy (char *__restrict to, const char *__restrict from)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
char* strcpy ( char *__restrict  to,
const char *__restrict  from 
)

Definition at line 36 of file strcpy.c.

Referenced by iconv_convstr(), iconv_register_cspair(), iconv_sysctl_cslist(), and inet_ntop6().

Here is the caller graph for this function: