Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:subname

212 				   const char *subname, const char *subsubname,
1458 const char *subname, const char *subsubname,
1467 names[1] = subname
1490 profile_get_string(profile_t profile, const char *name, const char *subname,
1498 retval = profile_get_value(profile, name, subname,
1518 profile_get_integer(profile_t profile, const char *name, const char *subname,
1530 retval = profile_get_value(profile, name, subname, subsubname, &value);
1559 profile_get_uint(profile_t profile, const char *name, const char *subname,
1572 retval = profile_get_value(profile, name, subname, subsubname, &value);
1635 profile_get_boolean(profile_t profile, const char *name, const char *subname,
1646 retval = profile_get_value(profile, name, subname, subsubname, &value);
1725 const char *subname = 0;
1730 subname = names[1];
1731 if (subname)
1738 retval = profile_get_value(profile, name, subname,