Lines Matching refs:subsubname
212 const char *subname, const char *subsubname,
1461 const char *subname, const char *subsubname, in profile_get_value() argument
1471 names[2] = subsubname; in profile_get_value()
1494 const char *subsubname, const char *def_val, in profile_get_string() argument
1502 subsubname, &value); in profile_get_string()
1522 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1533 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1563 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1575 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1639 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1649 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean()
1729 const char *subsubname = 0; in do_cmd() local
1735 subsubname = names[2]; in do_cmd()
1736 if (subsubname && names[3]) { in do_cmd()
1742 subsubname, &value); in do_cmd()