Searched refs:tmp_value (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_pool.h176 type tmp_value; \
182 sci_pool_get((this_pool), tmp_value); \
183 if (tmp_value != (the_value)) \
184 sci_pool_put((this_pool), tmp_value); \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c122 cfg->tmp_value = svn_stringbuf_create_empty(result_pool);
811 svn_stringbuf_set(cfg->tmp_value, x_default);
812 *valuep = cfg->tmp_value->data;
911 const char *tmp_value;
912 svn_config_get(cfg, &tmp_value, section, option, NULL);
913 return get_bool(valuep, tmp_value, default_value, section, option);
935 const char *tmp_value;
936 svn_config_get(cfg, &tmp_value, section, option, NULL);
937 if (tmp_value)
938 return svn_cstring_strtoi64(valuep, tmp_value,
901 const char *tmp_value; local
924 const char *tmp_value; local
949 const char *tmp_value; local
979 const char *tmp_value; local
1290 const char* tmp_value; local
1321 const char* tmp_value; local
[all...]
H A Dconfig_impl.h68 svn_stringbuf_t *tmp_value;
66 svn_stringbuf_t *tmp_value; member in struct:svn_config_t
H A Dhash.c608 const char *tmp_value = svn_hash__get_cstring(hash, key, NULL);
609 svn_tristate_t value = svn_tristate__from_word(tmp_value);
602 const char *tmp_value = svn_hash__get_cstring(hash, key, NULL); local
H A Dconfig_file.c695 cfg->tmp_value = svn_stringbuf_create_empty(pool);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp81 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); local
83 ignore_breakpoints = tmp_value;
93 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); local
95 allow_jit = tmp_value;
113 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); local
115 unwind_on_error = tmp_value;
149 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); local
151 auto_apply_fixits = tmp_value ? eLazyBoolYes : eLazyBoolNo;
H A DCommandObjectProcess.cpp1313 bool tmp_value = OptionArgParser::ToBoolean(option, false, &success); local
1315 if (success && tmp_value)
1317 else if (success && !tmp_value)
H A DCommandObjectThread.cpp1532 bool tmp_value = variable
1535 m_from_expression = tmp_value;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp436 Value tmp_value(m_value);
437 scalar = tmp_value.ResolveValue(&exe_ctx);

Completed in 142 milliseconds