Searched refs:option_value (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp2043 const char *option_value)
2054 timeout = Args::StringToUInt32(option_value, 10, 10, &success);
2056 error.SetErrorStringWithFormat("could not convert \"%s\" to a numeric value.", option_value);
2042 SetOptionValue(uint32_t option_idx, const char *option_value) argument
H A DCommandObjectType.cpp680 const char *option_value)
689 m_cascade = Args::StringToBoolean(option_value, true, &success);
691 error.SetErrorStringWithFormat("invalid value for cascade: %s", option_value);
697 m_category.assign(option_value);
706 m_custom_type_name.assign(option_value);
678 SetOptionValue(CommandInterpreter &interpreter, uint32_t option_idx, const char *option_value) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp142 OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList (NULL, false, idx); local
143 assert(option_value);
144 return option_value->GetCurrentValue();
/freebsd-10.1-release/usr.sbin/gssd/
H A Dgssd.c921 &cred, argp->option_name, &argp->option_value);

Completed in 104 milliseconds

12