default_value      59 include/crm/common/nvpair_internal.h                        uint32_t default_value);
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     536 lib/common/nvpair.c                    uint32_t default_value)
default_value     543 lib/common/nvpair.c         *dest = default_value;
default_value     557 lib/common/nvpair.c     rc = pcmk__scan_ll(value, &value_ll, default_value);
default_value     559 lib/common/nvpair.c         value_ll = default_value;
default_value    1388 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      42 lib/common/strings.c scan_ll(const char *text, long long *result, long long default_value,
default_value      45 lib/common/strings.c     long long local_result = default_value;
default_value      59 lib/common/strings.c             local_result = default_value;
default_value      61 lib/common/strings.c                       "No digits found", text, default_value);
default_value      65 lib/common/strings.c             local_result = default_value;
default_value      67 lib/common/strings.c                       "%s", text, default_value, pcmk_rc_str(rc));
default_value      96 lib/common/strings.c pcmk__scan_ll(const char *text, long long *result, long long default_value)
default_value      98 lib/common/strings.c     long long local_result = default_value;
default_value     102 lib/common/strings.c         rc = scan_ll(text, &local_result, default_value, NULL);
default_value     104 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;