Lines Matching refs:strcmp
77 (strcmp(&p[n - 4], ".exe") == 0 || strcmp(&p[n - 4], ".EXE") == 0))
206 * Some compilers inline strcmp and the assert string is too long.
209 && strcmp(o->name, next->name) == 0;
280 if (strcmp(s, "NSS") != 0 && strcmp(s, "nss") != 0)
315 if (s[1] == '\0' || strcmp(s, "PEM") == 0 || strcmp(s, "pem") == 0) {
319 } else if (strcmp(s, "PVK") == 0 || strcmp(s, "pvk") == 0) {
323 } else if (strcmp(s, "P12") == 0 || strcmp(s, "p12") == 0
324 || strcmp(s, "PKCS12") == 0 || strcmp(s, "pkcs12") == 0) {
469 if (strcmp(pp->name, name) == 0) {
485 if (strcmp(*p, name) == 0)
865 if (strcmp(p, "--") == 0)
878 if (!(strcmp(p, "h") == 0 && strcmp(o->name, "help") == 0)
879 && strcmp(p, o->name) != 0)