Searched refs:opt (Results 1 – 4 of 4) sorted by relevance
59 int opt; in main() local61 while((opt = getopt(argc, argv, "DFho:")) != -1) { in main()62 switch(opt) { in main()
80 int opt; in main() local81 while((opt = getopt(argc, argv, "CS:D:")) != -1) { in main()82 switch(opt) { in main()
43 opt=`expr "x$1" : 'x-J\(.*\)'`44 javaOpts="${javaOpts} -${opt}"
119 int opt = getopt(argc, argv, "f:I:o:hlm:v:d"); in main() local120 switch (opt) in main()