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

/vbox/src/VBox/Runtime/r3/posix/
H A DldrNative-posix.cpp51 static const char s_szSuff[] = ".DLL"; local
53 static const char s_szSuff[] = ".s.so";
55 static const char s_szSuff[] = ".dylib";
57 static const char s_szSuff[] = ".so";
60 char *psz = (char *)alloca(cch + sizeof(s_szSuff));
64 memcpy(psz + cch, s_szSuff, sizeof(s_szSuff));

Completed in 995 milliseconds