Lines Matching refs:s_opts
289 char *s_opts;
296 s_opts = malloc(strlen(data->s_opts) + strlen(short_opts) + 1);
297 if (s_opts == NULL)
299 strcpy(s_opts, data->s_opts);
300 strcpy(s_opts + strlen(s_opts), short_opts);
301 s_opts[strlen(data->s_opts) + strlen(short_opts)] = '\0';
307 free(s_opts);
321 key = getopt_long(argc, argv, s_opts, l_opts, &l_index);
354 free(s_opts);
375 free(s_opts);