Lines Matching refs:strcmp

220         if (strcmp(*argv, "-inform") == 0) {
224 } else if (strcmp(*argv, "-outform") == 0) {
230 else if (strcmp(*argv, "-engine") == 0) {
234 } else if (strcmp(*argv, "-keygen_engine") == 0) {
244 else if (strcmp(*argv, "-key") == 0) {
248 } else if (strcmp(*argv, "-pubkey") == 0) {
250 } else if (strcmp(*argv, "-new") == 0) {
252 } else if (strcmp(*argv, "-config") == 0) {
256 } else if (strcmp(*argv, "-keyform") == 0) {
260 } else if (strcmp(*argv, "-in") == 0) {
264 } else if (strcmp(*argv, "-out") == 0) {
268 } else if (strcmp(*argv, "-keyout") == 0) {
272 } else if (strcmp(*argv, "-passin") == 0) {
276 } else if (strcmp(*argv, "-passout") == 0) {
280 } else if (strcmp(*argv, "-rand") == 0) {
284 } else if (strcmp(*argv, "-newkey") == 0) {
289 } else if (strcmp(*argv, "-pkeyopt") == 0) {
296 } else if (strcmp(*argv, "-sigopt") == 0) {
303 } else if (strcmp(*argv, "-batch") == 0)
305 else if (strcmp(*argv, "-newhdr") == 0)
307 else if (strcmp(*argv, "-modulus") == 0)
309 else if (strcmp(*argv, "-verify") == 0)
311 else if (strcmp(*argv, "-nodes") == 0)
313 else if (strcmp(*argv, "-noout") == 0)
315 else if (strcmp(*argv, "-verbose") == 0)
317 else if (strcmp(*argv, "-utf8") == 0)
319 else if (strcmp(*argv, "-nameopt") == 0) {
324 } else if (strcmp(*argv, "-reqopt") == 0) {
329 } else if (strcmp(*argv, "-subject") == 0)
331 else if (strcmp(*argv, "-text") == 0)
333 else if (strcmp(*argv, "-x509") == 0) {
336 } else if (strcmp(*argv, "-asn1-kludge") == 0)
338 else if (strcmp(*argv, "-no-asn1-kludge") == 0)
340 else if (strcmp(*argv, "-subj") == 0) {
344 } else if (strcmp(*argv, "-multivalue-rdn") == 0)
346 else if (strcmp(*argv, "-days") == 0) {
352 } else if (strcmp(*argv, "-set_serial") == 0) {
358 } else if (strcmp(*argv, "-extensions") == 0) {
362 } else if (strcmp(*argv, "-reqexts") == 0) {
569 else if (!strcmp(p, "yes"))
706 if ((p != NULL) && (strcmp(p, "no") == 0))
919 if ((keyout != NULL) && (strcmp(outfile, keyout) == 0))
1060 if ((tmp != NULL) && !strcmp(tmp, "no"))
1510 return strcmp(tmp, end);