Lines Matching refs:argv
150 int MAIN(int argc, char **argv)
183 prog=argv[0];
185 argv++;
188 if (strcmp(*argv,"-inform") == 0)
191 informat=str2fmt(*(++argv));
193 else if (strcmp(*argv,"-outform") == 0)
196 outformat=str2fmt(*(++argv));
198 else if (strcmp(*argv,"-in") == 0)
201 infile= *(++argv);
203 else if (strcmp(*argv,"-out") == 0)
206 outfile= *(++argv);
209 else if (strcmp(*argv,"-engine") == 0)
212 engine= *(++argv);
215 else if (strcmp(*argv,"-check") == 0)
217 else if (strcmp(*argv,"-text") == 0)
220 else if (strcmp(*argv,"-dsaparam") == 0)
223 else if (strcmp(*argv,"-C") == 0)
225 else if (strcmp(*argv,"-noout") == 0)
227 else if (strcmp(*argv,"-2") == 0)
229 else if (strcmp(*argv,"-5") == 0)
231 else if (strcmp(*argv,"-rand") == 0)
234 inrand= *(++argv);
236 else if (((sscanf(*argv,"%d",&num) == 0) || (num <= 0)))
238 argv++;