Home
last modified time | relevance | path

Searched refs:unBufferSizeBytes (Results 1 – 16 of 16) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dstrtools.cpp146 void strcpy_safe(char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource) in strcpy_safe() argument
148 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
149 strncpy(pchBuffer, pchSource, unBufferSizeBytes - 1); in strcpy_safe()
H A Dstrtools.h24 void strcpy_safe(char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/openvr/src/
H A Dstrtools_public.cpp143 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
145 pchBuffer[ unBufferSizeBytes - 1 ] = '\0'; in strcpy_safe()
146 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
H A Dstrtools_public.h24 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dstrtools.cpp146 void strcpy_safe(char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource) in strcpy_safe() argument
148 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
149 strncpy(pchBuffer, pchSource, unBufferSizeBytes - 1); in strcpy_safe()
H A Dstrtools.h24 void strcpy_safe(char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource);
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/openvr/src/
H A Dstrtools_public.cpp153 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
155 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
156 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
H A Dstrtools_public.h38 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/openvr/src/
H A Dstrtools_public.cpp153 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
155 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
156 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
H A Dstrtools_public.h38 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openvr/src/src/vrcommon/
H A Dstrtools_public.cpp145 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
147 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
148 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
H A Dstrtools_public.h25 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );
/dports/www/firefox/firefox-99.0/gfx/vr/service/openvr/src/
H A Dstrtools_public.cpp153 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
155 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
156 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
H A Dstrtools_public.h38 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/openvr/src/
H A Dstrtools_public.cpp153 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource ) in strcpy_safe() argument
155 strncpy( pchBuffer, pchSource, unBufferSizeBytes - 1 ); in strcpy_safe()
156 pchBuffer[unBufferSizeBytes - 1] = '\0'; in strcpy_safe()
H A Dstrtools_public.h38 void strcpy_safe( char *pchBuffer, size_t unBufferSizeBytes, const char *pchSource );