Searched refs:RTDECL (Results 126 - 150 of 668) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/path/
H A DRTPathChangeToUnixSlashes.cpp45 RTDECL(char *) RTPathChangeToUnixSlashes(char *pszPath, bool fForce)
H A DRTPathHasPath.cpp43 RTDECL(bool) RTPathHasPath(const char *pszPath)
/vbox/include/iprt/
H A Dfilesystem.h52 RTDECL(int) RTFilesystemVfsFromFile(RTVFSFILE hVfsFile, PRTVFS phVfs);
H A Dsort.h86 RTDECL(void) RTSortShell(void *pvArray, size_t cElements, size_t cbElement, PFNRTSORTCMP pfnCmp, void *pvUser);
97 RTDECL(void) RTSortApvShell(void **papvArray, size_t cElements, PFNRTSORTCMP pfnCmp, void *pvUser);
109 RTDECL(bool) RTSortIsSorted(void const *pvArray, size_t cElements, size_t cbElement, PFNRTSORTCMP pfnCmp, void *pvUser);
121 RTDECL(bool) RTSortApvIsSorted(void const * const *papvArray, size_t cElements, PFNRTSORTCMP pfnCmp, void *pvUser);
H A Dcidr.h49 RTDECL(int) RTCidrStrToIPv4(const char *pszAddress, PRTNETADDRIPV4 pNetwork, PRTNETADDRIPV4 pNetmask);
/vbox/src/VBox/Runtime/common/string/
H A DRTStrCmp.cpp48 RTDECL(int) RTStrCmp(const char *psz1, const char *psz2)
H A DRTStrNLen.cpp35 RTDECL(size_t) RTStrNLen(const char *pszString, size_t cchMax)
H A DRTStrStr.cpp35 RTDECL(char *) RTStrStr(const char *pszHaystack, const char *pszNeedle)
H A DRTUtf16End.cpp35 RTDECL(PCRTUTF16) RTUtf16End(PCRTUTF16 pwszString, size_t cwcMax)
H A DRTUtf16NLen.cpp35 RTDECL(size_t) RTUtf16NLen(PCRTUTF16 pwszString, size_t cwcMax)
H A Dstrhash1.cpp37 RTDECL(uint32_t) RTStrHash1(const char *pszString)
44 RTDECL(uint32_t) RTStrHash1N(const char *pszString, size_t cchString)
51 RTDECL(uint32_t) RTStrHash1ExN(size_t cPairs, ...)
61 RTDECL(uint32_t) RTStrHash1ExNV(size_t cPairs, va_list va)
H A Duni.cpp37 RTDECL(void) RTUniFree(PRTUNICP pusz)
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinIO.cpp36 RTDECL(int) RTErrConvertFromDarwinIO(int iNativeCode)
H A DRTErrConvertFromDarwinKern.cpp36 RTDECL(int) RTErrConvertFromDarwinKern(int iNativeCode)
/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAll-generic.cpp35 RTDECL(int) RTFileReadAll(const char *pszFilename, void **ppvFile, size_t *pcbFile)
H A DRTFileReadAllByHandle-generic.cpp35 RTDECL(int) RTFileReadAllByHandle(RTFILE File, void **ppvFile, size_t *pcbFile)
H A DRTLogWriteStdErr-generic.cpp35 RTDECL(void) RTLogWriteStdErr(const char *pch, size_t cb)
H A DRTMpCpuIdToSetIndex-generic.cpp37 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
H A DRTMpGetCount-generic.cpp37 RTDECL(RTCPUID) RTMpGetCount(void)
H A DRTMpGetOnlineCount-generic.cpp37 RTDECL(RTCPUID) RTMpGetOnlineCount(void)
H A DRTRandAdvCreateSystemFaster-generic.cpp37 RTDECL(int) RTRandAdvCreateSystemFaster(PRTRAND phRand) RT_NO_THROW
H A DRTRandAdvCreateSystemTruer-generic.cpp37 RTDECL(int) RTRandAdvCreateSystemTruer(PRTRAND phRand) RT_NO_THROW
H A Dsemfastmutex-generic.cpp40 RTDECL(int) RTSemFastMutexCreate(PRTSEMFASTMUTEX phFastMtx)
57 RTDECL(int) RTSemFastMutexDestroy(RTSEMFASTMUTEX hFastMtx)
70 RTDECL(int) RTSemFastMutexRequest(RTSEMFASTMUTEX hFastMtx)
77 RTDECL(int) RTSemFastMutexRelease(RTSEMFASTMUTEX hFastMtx)
H A Dutf16locale-generic.cpp36 RTDECL(int) RTUtf16LocaleICmp(PCRTUTF16 pusz1, PCRTUTF16 pusz2)
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dprocess-r0drv-freebsd.c39 RTDECL(RTPROCESS) RTProcSelf(void) function

Completed in 98 milliseconds

1234567891011>>