Home | History | Annotate | Download | only in misc

Lines Matching refs:def_val

1089 				     const char *def_val)
1101 profile_get_string(profile, "defaults", opt, 0, def_val, &ret);
1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val)
1110 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret);
1116 static int get_bool_from_profile(char **fs_types, const char *opt, int def_val)
1121 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret);