Home
last modified time | relevance | path

Searched refs:strValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sbin/natd/
H A Dnatd.c1329 const char* strValue; in ParseOption() local
1357 strValue = NULL; in ParseOption()
1395 strValue = parms; in ParseOption()
1396 if (!strValue) in ParseOption()
1453 SetupPortRedirect (strValue); in ParseOption()
1457 SetupProtoRedirect(strValue); in ParseOption()
1476 ReadConfigFile (strValue); in ParseOption()
1504 SetupPunchFW(strValue); in ParseOption()
1508 SetupSkinnyPort(strValue); in ParseOption()
1516 pidName = strdup (strValue); in ParseOption()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnMIValueConst.cpp66 const CMIUtilString strValue(m_strPartConst.StripCREndOfLine()); in BuildConst() local
68 m_strValue = strValue; in BuildConst()
73 strValue.c_str(), ms_constStrDblQuote.c_str()); in BuildConst()
H A DMICmdCmdVar.cpp402 const CMIUtilString strValue(bPrintValue ? varObj.GetValueFormatted() : ""); in Execute() local
404 MIFormResponse(rVarObjName, bPrintValue ? strValue.c_str() : nullptr, in Execute()
1063 const CMIUtilString strValue( in Execute() local
1066 const CMICmnMIValueConst miValueConst7(strValue); in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp1776 const CMIUtilString strValue(CMIUtilString::Format("%d", threadIndexID)); in ChkForStateChanges() local
1777 const CMICmnMIValueConst miValueConst(strValue); in ChkForStateChanges()
1797 const CMIUtilString strValue( in ChkForStateChanges() local
1799 const CMICmnMIValueConst miValueConst(strValue); in ChkForStateChanges()
1816 const CMIUtilString strValue(CMIUtilString::Format("%ld", threadIndexID)); in ChkForStateChanges() local
1817 const CMICmnMIValueConst miValueConst(strValue); in ChkForStateChanges()
H A DMICmnLLDBDebugSessionInfo.cpp491 CMIUtilString strValue; in MIResponseForVariableInfoInternal() local
492 if (GetVariableInfo(value, vnMaxDepth == 0, strValue)) { in MIResponseForVariableInfoInternal()
494 strValue.Escape().AddSlashes()); in MIResponseForVariableInfoInternal()