Searched refs:opt (Results 1 – 5 of 5) sorted by relevance
40 struct option *opt = long_options; in print_help() local42 while (opt->name) { in print_help()45 opt->val, in print_help()46 opt->name, in print_help()48 opt++; in print_help()
49 struct option *opt = long_options; in print_help() local51 while (opt->name) { in print_help()53 opt->val, in print_help()54 opt->name, in print_help()56 opt++; in print_help()
51 struct option *opt = long_options; in print_help() local53 while (opt->name) { in print_help()55 opt->val, in print_help()56 opt->name, in print_help()57 (opt->has_arg ? " (argument)" : ""), in print_help()59 opt++; in print_help()
41 opt=`expr "x$1" : 'x-J\(.*\)'`42 javaOpts="${javaOpts} -${opt}"
81 int opt = getopt(argc, argv, "f:I:o:hlm:v:"); in main() local82 switch (opt) in main()