default_value 80 include/crm/common/options_internal.h const char *default_value; default_value 45 include/crm/common/strings_internal.h int pcmk__scan_ll(const char *text, long long *result, long long default_value); default_value 67 include/crm/common/strings_internal.h pcmk__s(const char *s, const char *default_value) default_value 69 include/crm/common/strings_internal.h return (s == NULL)? default_value : s; default_value 1381 lib/common/options.c value = option->default_value; default_value 38 lib/common/options_display.c bool found_default = (option->default_value == NULL); default_value 51 lib/common/options_display.c if (!found_default && (strcmp(value, option->default_value) == 0)) { default_value 58 lib/common/options_display.c } else if (option->default_value != NULL) { default_value 60 lib/common/options_display.c option->type, _(" (default: \""), option->default_value, default_value 406 lib/common/options_display.c PCMK_XA_DEFAULT, option->default_value, default_value 43 lib/common/strings.c scan_ll(const char *text, long long *result, long long default_value, default_value 46 lib/common/strings.c long long local_result = default_value; default_value 60 lib/common/strings.c local_result = default_value; default_value 62 lib/common/strings.c "%s", text, default_value, pcmk_rc_str(rc)); default_value 66 lib/common/strings.c local_result = default_value; default_value 68 lib/common/strings.c "No digits found", text, default_value); default_value 97 lib/common/strings.c pcmk__scan_ll(const char *text, long long *result, long long default_value) default_value 99 lib/common/strings.c long long local_result = default_value; default_value 103 lib/common/strings.c rc = scan_ll(text, &local_result, default_value, NULL); default_value 105 lib/common/strings.c local_result = default_value; default_value 313 lib/pengine/clone.c const char *deprecated_name, int default_value) default_value 315 lib/pengine/clone.c int integer = default_value; default_value 60 maint/gnulib/lib/unictype/numeric.c const uc_fraction_t default_value = { 0, 0 }; default_value 61 maint/gnulib/lib/unictype/numeric.c return default_value;