HomeSort by: relevance | last modified time | path
    Searched defs:pedantic (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 70 int pedantic; member in struct:options
  /src/crypto/external/apache2/openssl/dist/apps/
fipsinstall.c 86 { "pedantic", OPT_PEDANTIC, '-', "Set options for strict FIPS compliance" },
202 /* Pedantic FIPS compliance */
270 static int check_non_pedantic_fips(int pedantic, const char *name)
272 if (pedantic) {
273 BIO_printf(bio_err, "Cannot specify -%s after -pedantic\n", name);
619 int ret = 1, verify = 0, gotkey = 0, gotdigest = 0, pedantic = 0; local
662 pedantic = 1;
665 if (!check_non_pedantic_fips(pedantic, "no_conditional_errors"))
670 if (!check_non_pedantic_fips(pedantic, "no_security_checks"))
750 if (!check_non_pedantic_fips(pedantic, "no_pbkdf2_lower_bound_check")
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1727 bool pedantic = (CPP_PEDANTIC (pfile)
1733 if (pedantic)
1749 if (pedantic)
1765 if (pedantic)
1781 if (pedantic)
1726 bool pedantic = (CPP_PEDANTIC (pfile) local
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 606 int pedantic; member in struct:__anon14421
636 that were given (-std=, -pedantic) we should issue an error, a warning
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 602 int pedantic; member in struct:__anon16833
632 that were given (-std=, -pedantic) we should issue an error, a warning

Completed in 25 milliseconds