Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:subname

212 				   const char *subname, const char *subsubname,
1461 const char *subname, const char *subsubname,
1470 names[1] = subname;
1493 profile_get_string(profile_t profile, const char *name, const char *subname,
1501 retval = profile_get_value(profile, name, subname,
1521 profile_get_integer(profile_t profile, const char *name, const char *subname,
1533 retval = profile_get_value(profile, name, subname, subsubname, &value);
1562 profile_get_uint(profile_t profile, const char *name, const char *subname,
1575 retval = profile_get_value(profile, name, subname, subsubname, &value);
1638 profile_get_boolean(profile_t profile, const char *name, const char *subname,
1649 retval = profile_get_value(profile, name, subname, subsubname, &value);
1728 const char *subname = 0;
1733 subname = names[1];
1734 if (subname)
1741 retval = profile_get_value(profile, name, subname,