/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | strlcat.c | 1 /* $NetBSD: strlcat.c,v 1.3 2007/06/04 18:19:27 christos Exp $ */ 2 /* $OpenBSD: strlcat.c,v 1.10 2003/04/12 21:56:39 millert Exp $ */ 28 __RCSID("$NetBSD: strlcat.c,v 1.3 2007/06/04 18:19:27 christos Exp $"); 40 __weak_alias(strlcat, _strlcat) 57 strlcat(char *dst, const char *src, size_t siz)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | string.h | 73 size_t strlcat (char *destination, const char *source, size_t size); 466 size_t strlcat(char *destination, const char *source, size_t size);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | os.h | 461 extern size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | os.h | 459 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | os.h | 465 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | os.h | 502 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | os.h | 484 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | os.h | 491 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | os.h | 492 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | os.h | 574 strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | os.h | 536 strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | os.h | 568 strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | os.h | 567 strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | os.h | 574 strlcat(char *dst, const char *src, size_t siz);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 391 #undef strlcat macro 392 #define strlcat(cp,ccp,I) xf86strlcat(cp,ccp,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 391 #undef strlcat macro 392 #define strlcat(cp,ccp,I) xf86strlcat(cp,ccp,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 397 #undef strlcat macro 398 #define strlcat(cp,ccp,I) xf86strlcat(cp,ccp,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 395 #undef strlcat macro 396 #define strlcat(cp,ccp,I) xf86strlcat(cp,ccp,I) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | namespace.h | 71 #define strlcat _strlcat
|