default_value      85 include/crm/common/options_internal.h     const char *default_value;
default_value      53 include/crm/common/strings_internal.h int pcmk__scan_ll(const char *text, long long *result, long long default_value);
default_value      75 include/crm/common/strings_internal.h pcmk__s(const char *s, const char *default_value)
default_value      77 include/crm/common/strings_internal.h     return (s == NULL)? default_value : s;
default_value     158 include/crm/common/xml_element_internal.h                        uint32_t default_value);
default_value    1369 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      38 lib/common/strings.c scan_ll(const char *text, long long *result, long long default_value,
default_value      41 lib/common/strings.c     long long local_result = default_value;
default_value      55 lib/common/strings.c             local_result = default_value;
default_value      57 lib/common/strings.c                       "No digits found", text, default_value);
default_value      61 lib/common/strings.c             local_result = default_value;
default_value      63 lib/common/strings.c                       "%s", text, default_value, pcmk_rc_str(rc));
default_value      92 lib/common/strings.c pcmk__scan_ll(const char *text, long long *result, long long default_value)
default_value      94 lib/common/strings.c     long long local_result = default_value;
default_value      95 lib/common/strings.c     int rc = scan_ll(text, &local_result, default_value, NULL);
default_value    1244 lib/common/xml_element.c                    uint32_t default_value)
default_value    1251 lib/common/xml_element.c         *dest = default_value;
default_value    1265 lib/common/xml_element.c     rc = pcmk__scan_ll(value, &value_ll, default_value);
default_value    1267 lib/common/xml_element.c         value_ll = default_value;
default_value     288 lib/pengine/clone.c                 const char *deprecated_name, int default_value)
default_value     290 lib/pengine/clone.c     int integer = default_value;