Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:subname

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