Home | History | Annotate | Download | only in misc

Lines Matching refs:optstring

1648 	char optstring[100] = "c:e:fg:i:jlm:o:r:s:u:C:E:I:J:L:M:O:T:U:z:Q:";
1652 while ((c = getopt(argc, argv, optstring)) != EOF)