Home
last modified time | relevance | path

Searched refs:subsubname (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.h69 const char *subsubname, const char *def_val,
73 const char *subsubname, int def_val,
78 const char *subsubname, unsigned int def_val,
83 const char *subsubname, double def_val,
88 const char *subsubname, int def_val,
Dprofile.c214 const char *subname, const char *subsubname,
1466 const char *subname, const char *subsubname, in profile_get_value() argument
1476 names[2] = subsubname; in profile_get_value()
1499 const char *subsubname, const char *def_val, in profile_get_string() argument
1507 subsubname, &value); in profile_get_string()
1527 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1538 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1568 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1580 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1609 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument
[all …]
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-solaris.h43 #define SC3(name, subname, subsubname) \ argument
44 name "_" subname "_" subsubname
/external/e2fsprogs/e2fsck/
Dproblem.c2301 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
2308 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
2332 const char *subsubname, const char *def_val, in profile_get_string() argument