/external/e2fsprogs/lib/support/ |
D | profile.h | 69 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,
|
D | profile.c | 1499 const char *subsubname, const char *def_val, in profile_get_string() argument 1509 value = def_val; in profile_get_string() 1513 value = def_val; in profile_get_string() 1527 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument 1534 *ret_int = def_val; in profile_get_integer() 1540 *ret_int = def_val; in profile_get_integer() 1568 const char *subsubname, unsigned int def_val, in profile_get_uint() argument 1576 *ret_int = def_val; in profile_get_uint() 1582 *ret_int = def_val; in profile_get_uint() 1609 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument [all …]
|
/external/e2fsprogs/misc/ |
D | mke2fs.h | 21 const char *def_val); 22 extern int get_int_from_profile(char **types, const char *opt, int def_val); 23 extern int get_bool_from_profile(char **types, const char *opt, int def_val);
|
D | mke2fs.c | 1349 const char *def_val) in get_string_from_profile() argument 1361 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile() 1365 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() argument 1370 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); in get_int_from_profile() 1377 unsigned int def_val) in get_uint_from_profile() argument 1382 profile_get_uint(profile, "defaults", opt, 0, def_val, &ret); in get_uint_from_profile() 1389 double def_val) in get_double_from_profile() argument 1394 profile_get_double(profile, "defaults", opt, 0, def_val, &ret); in get_double_from_profile() 1400 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() argument 1405 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile()
|
/external/libbrillo/brillo/ |
D | any.h | 152 T TryGet(typename std::decay<T>::type const& def_val) const { in TryGet() argument 154 return def_val; in TryGet()
|
/external/e2fsprogs/e2fsck/ |
D | problem.c | 2301 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
|