Lines Matching refs:subname
212 const char *subname, const char *subsubname,
1463 const char *subname, const char *subsubname, in profile_get_value() argument
1472 names[1] = subname; in profile_get_value()
1495 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument
1503 retval = profile_get_value(profile, name, subname, in profile_get_string()
1523 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument
1535 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1564 profile_get_uint(profile_t profile, const char *name, const char *subname, in profile_get_uint() argument
1577 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1605 profile_get_double(profile_t profile, const char *name, const char *subname, in profile_get_double() argument
1617 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_double()
1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() argument
1688 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean()
1767 const char *subname = 0; in do_cmd() local
1772 subname = names[1]; in do_cmd()
1773 if (subname) in do_cmd()
1780 retval = profile_get_value(profile, name, subname, in do_cmd()