Searched defs:strcpy (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrcpy.cpp3 * IPRT - CRT Strings, strcpy().
41 char* strcpy(char *pszDst, register const char *pszSrc) function
H A Dstrcpy_alias.c3 * IPRT - No-CRT strcpy() alias for gcc.
32 #undef strcpy macro
36 # pragma weak strcpy macro
40 extern char * (strcpy)(char *psz1, const char *psz2) function
42 return RT_NOCRT(strcpy)(psz1, psz2);
47 __asm__(".weak strcpy\t\n"
48 " .set strcpy," RT_NOCRT_STR(strcpy) "\t\n"
49 ".global strcpy\t\n"
53 extern __typeof(RT_NOCRT(strcpy)) strcp
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DCopying.c60 /** The strcpy function copies the string pointed to by s2 (including the
64 @return The strcpy function returns the value of s1.
67 strcpy(char * __restrict s1, const char * __restrict s2) function
/vbox/include/iprt/nocrt/
H A Dstring.h47 char * RT_NOCRT(strcpy)(char *pszDst, const char *pszSrc);
69 # define strcpy RT_NOCRT(strcpy) macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c35 * strcpy - Copy a %NUL terminated string
39 char * strcpy(char * dest,const char *src) function
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp49 # undef strcpy macro
50 # define strcpy xf86strcpy macro
133 strcpy(Info.Loc.u.host.achName, "VBoxGuestPropSvc");
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h167 char *strcpy (char *, const char *);
234 #define strcpy(strDest,strSource) AsciiStrCpy(strDest,strSource) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h345 #undef strcpy macro
346 #define strcpy(cp,ccp) xf86strcpy(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h385 #undef strcpy macro
386 #define strcpy(cp,ccp) xf86strcpy(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h385 #undef strcpy macro
386 #define strcpy(cp,ccp) xf86strcpy(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h391 #undef strcpy macro
392 #define strcpy(cp,ccp) xf86strcpy(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h389 #undef strcpy macro
390 #define strcpy(cp,ccp) xf86strcpy(cp,ccp) macro

Completed in 80 milliseconds