local_short_options 1021 lib/common/utils.c char *local_short_options = NULL; local_short_options 1025 lib/common/utils.c local_short_options = realloc_safe(local_short_options, opt_string_len + 4); local_short_options 1026 lib/common/utils.c local_short_options[opt_string_len++] = long_options[lpc].val; local_short_options 1029 lib/common/utils.c local_short_options[opt_string_len++] = ':'; local_short_options 1032 lib/common/utils.c local_short_options[opt_string_len++] = ':'; local_short_options 1034 lib/common/utils.c local_short_options[opt_string_len] = 0; local_short_options 1037 lib/common/utils.c crm_short_options = local_short_options; local_short_options 1038 lib/common/utils.c crm_trace("Generated short option string: '%s'", local_short_options);