Searched refs:OPTSTRING (Results 1 – 2 of 2) sorted by relevance
68 #define OPTSTRING "" macro151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0); in main()
123 #define OPTSTRING "tn:s:" macro223 while (!usageerr && (c = getopt(argc, argv, OPTSTRING)) != EOF) switch(c) {