Home
last modified time | relevance | path

Searched refs:full_optstring (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/frontend/
H A Dscanimage.c2099 char *full_optstring; in main() local
2509 full_optstring = malloc (strlen (BASE_OPTSTRING) in main()
2513 if (!full_optstring) in main()
2519 strcpy (full_optstring, BASE_OPTSTRING); in main()
2520 strcat (full_optstring, larg); in main()
2521 strcat (full_optstring, targ); in main()
2522 strcat (full_optstring, xarg); in main()
2523 strcat (full_optstring, yarg); in main()
2530 while ((ch = getopt_long (argc, argv, full_optstring, all_options, in main()
2581 free (full_optstring); in main()
[all...]

Completed in 3 milliseconds