Searched defs:strcat (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DConcatenation.c20 /** The strcat function appends a copy of the string pointed to by s2
26 @return The strcat function returns the value of s1.
29 strcat(char * __restrict s1, const char * __restrict s2) function
/vbox/include/iprt/nocrt/
H A Dstring.h40 char * RT_NOCRT(strcat)(char *pszDst, const char *pszSrc);
49 char * RT_NOCRT(strcat)(char *pszDst, const char *pszSrc);
62 # define strcat RT_NOCRT(strcat) macro
71 # define strcat RT_NOCRT(strcat) macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c73 * strcat - Append one %NUL-terminated string to another
77 char * strcat(char * dest, const char * src) function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h170 char *strcat (char *, const char *);
237 #define strcat(strDest,strSource) AsciiStrCat(strDest,strSource) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h339 #undef strcat macro
340 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h379 #undef strcat macro
380 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h379 #undef strcat macro
380 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h385 #undef strcat macro
386 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h383 #undef strcat macro
384 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro

Completed in 54 milliseconds