Searched defs:strlcpy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h56 #undef strlcpy macro
57 #define strlcpy(a_pszDst, a_pszSrc, a_cbDst) ((void)RTStrCopy(a_pszDst, a_cbDst, a_pszSrc)) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h393 #undef strlcpy macro
394 #define strlcpy(cp,ccp,I) xf86strlcpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h393 #undef strlcpy macro
394 #define strlcpy(cp,ccp,I) xf86strlcpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h399 #undef strlcpy macro
400 #define strlcpy(cp,ccp,I) xf86strlcpy(cp,ccp,I) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h397 #undef strlcpy macro
398 #define strlcpy(cp,ccp,I) xf86strlcpy(cp,ccp,I) macro

Completed in 1236 milliseconds