Searched defs:strcat (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Concatenation.c | 20 /** 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 D | string.h | 40 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 D | string.c | 73 * 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 D | OpenSslSupport.h | 170 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 D | xf86_libc.h | 339 #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 D | xf86_libc.h | 379 #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 D | xf86_libc.h | 379 #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 D | xf86_libc.h | 385 #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 D | xf86_libc.h | 383 #undef strcat macro 384 #define strcat(cp,ccp) xf86strcat(cp,ccp) macro
|
Completed in 78 milliseconds