Searched defs:def_val (Results 1 - 3 of 3) sorted by relevance
/external/e2fsprogs/e2fsck/ |
H A D | problem.c | 1992 const char *subsubname, int def_val, int *ret_boolean) 1999 const char *subsubname, int def_val, int *ret_int) 2023 const char *subsubname, const char *def_val, 1991 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument 1998 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument 2022 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
|
H A D | profile.c | 1496 const char *subsubname, const char *def_val, 1506 value = def_val; 1510 value = def_val; 1524 const char *subsubname, int def_val, int *ret_int) 1531 *ret_int = def_val; 1537 *ret_int = def_val; 1565 const char *subsubname, unsigned int def_val, 1573 *ret_int = def_val; 1579 *ret_int = def_val; 1606 const char *subsubname, double def_val, doubl 1495 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument 1523 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument 1564 profile_get_uint(profile_t profile, const char *name, const char *subname, const char *subsubname, unsigned int def_val, unsigned int *ret_int) argument 1605 profile_get_double(profile_t profile, const char *name, const char *subname, const char *subsubname, double def_val, double *ret_double) argument 1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument [all...] |
/external/e2fsprogs/misc/ |
H A D | mke2fs.c | 1172 const char *def_val) 1184 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); 1188 static int get_int_from_profile(char **types, const char *opt, int def_val) argument 1193 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); 1200 double def_val) 1205 profile_get_double(profile, "defaults", opt, 0, def_val, &ret); 1211 static int get_bool_from_profile(char **types, const char *opt, int def_val) argument 1216 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); 1171 get_string_from_profile(char **types, const char *opt, const char *def_val) argument 1199 get_double_from_profile(char **types, const char *opt, double def_val) argument
|
Completed in 102 milliseconds