Searched refs:VERR_END_OF_STRING (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathTraverseList.cpp46 return VERR_END_OF_STRING;
77 return VERR_END_OF_STRING;
/vbox/src/VBox/Runtime/common/string/
H A Dutf-8.cpp855 if (Cp == 0 || rc == VERR_END_OF_STRING)
900 if (rc == VERR_END_OF_STRING)
1043 if (Cp == 0 || rc == VERR_END_OF_STRING)
1093 if (rc == VERR_END_OF_STRING)
1404 return VERR_END_OF_STRING;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp957 return VERR_END_OF_STRING;
991 return VERR_END_OF_STRING;
1012 if (RT_LIKELY(rc == VERR_END_OF_STRING))
1061 else if (RT_LIKELY(rc == VERR_END_OF_STRING))
/vbox/src/VBox/Debugger/
H A DDBGPlugInLinux.cpp966 rc = VERR_END_OF_STRING;
973 rc = VERR_END_OF_STRING;
/vbox/include/iprt/
H A Derr.h860 #define VERR_END_OF_STRING (-83) macro
H A Dstring.h1141 * @retval VERR_END_OF_STRING if *pcch is 0. *pCp is set to RTUNICP_INVALID.
1221 * @retval VERR_END_OF_STRING if *pcch is 0. *pCp is set to RTUNICP_INVALID.
1373 * @retval VERR_END_OF_STRING if *pcch is 0. *pCp is set to RTUNICP_INVALID.
1393 return VERR_END_OF_STRING;
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp396 return rc == VERR_END_OF_STRING ? VERR_FILE_NOT_FOUND : rc;
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1120 return rc == VERR_END_OF_STRING ? VERR_FILE_NOT_FOUND : rc;

Completed in 89 milliseconds