Lines Matching refs:full_optstring
2099 char *full_optstring;
2509 full_optstring = malloc (strlen (BASE_OPTSTRING)
2513 if (!full_optstring)
2519 strcpy (full_optstring, BASE_OPTSTRING);
2520 strcat (full_optstring, larg);
2521 strcat (full_optstring, targ);
2522 strcat (full_optstring, xarg);
2523 strcat (full_optstring, yarg);
2530 while ((ch = getopt_long (argc, argv, full_optstring, all_options,
2581 free (full_optstring);