Home
last modified time | relevance | path

Searched refs:res_value (Results 1 – 2 of 2) sorted by relevance

/external/toybox/kconfig/
Dconfdata.c56 static char res_value[SYMBOL_MAXLENGTH]; in conf_expand_value() local
59 res_value[0] = 0; in conf_expand_value()
62 strncat(res_value, in, src - in); in conf_expand_value()
70 strcat(res_value, sym_get_string_value(sym)); in conf_expand_value()
73 strcat(res_value, in); in conf_expand_value()
75 return res_value; in conf_expand_value()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py337 def test_it(sspec, value, res_value, states): argument
339 (sspec, value)), [states + (res_value, )])