opt_string_len   1020 lib/common/utils.c         int opt_string_len = 0;
opt_string_len   1025 lib/common/utils.c                 local_short_options = realloc_safe(local_short_options, opt_string_len + 4);
opt_string_len   1026 lib/common/utils.c                 local_short_options[opt_string_len++] = long_options[lpc].val;
opt_string_len   1029 lib/common/utils.c                     local_short_options[opt_string_len++] = ':';
opt_string_len   1032 lib/common/utils.c                     local_short_options[opt_string_len++] = ':';
opt_string_len   1034 lib/common/utils.c                 local_short_options[opt_string_len] = 0;