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

  /src/crypto/external/bsd/openssl.old/dist/
Configure 109 # Minimum warning options... any contributions to OpenSSL should at least
153 -Wno-unknown-warning-option
1069 ============================== WARNING ===============================
1078 ============================== WARNING ===============================
1527 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
2252 WARNING: ORDINALS were specified for $ordinals_text
2811 or warn sprintf("WARNING: Couldn't change mode for 'configdata.pm' to 0%03o: %s\n",$mode,$!);
3088 warn "Warning! target $target doesn't exist!\n";
  /src/external/gpl2/groff/dist/src/libs/libgroff/
error.cpp 31 enum error_type { WARNING, ERROR, FATAL };
63 case WARNING:
64 fputs("warning:", stderr);
97 void warning(const char *format, function
102 do_error(WARNING, format, arg1, arg2, arg3);
132 WARNING, format, arg1, arg2, arg3);
  /src/crypto/external/apache2/openssl/dist/
Configure 66 # -w Don't wait after showing a Configure warning
151 # Minimum warning options... any contributions to OpenSSL should at least
195 -Wno-unknown-warning-option
1347 ============================== WARNING ===============================
1361 ============================== WARNING ===============================
1803 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
2653 WARNING: ORDINALS were specified for $ordinals_text
2997 'WARNING: do not edit!',
3007 or warn sprintf("WARNING: Couldn't change mode for 'configdata.pm' to 0%03o: %s\n",$mode,$!);
3254 warn "Warning! target $target doesn't exist!\n"
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 66 # -w Don't wait after showing a Configure warning
137 # Minimum warning options... any contributions to OpenSSL should at least
180 -Wno-unknown-warning-option
1226 ============================== WARNING ===============================
1236 ============================== WARNING ===============================
1669 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
2496 WARNING: ORDINALS were specified for $ordinals_text
2838 'WARNING: do not edit!',
2848 or warn sprintf("WARNING: Couldn't change mode for 'configdata.pm' to 0%03o: %s\n",$mode,$!);
3095 warn "Warning! target $target doesn't exist!\n"
    [all...]
  /src/external/bsd/elftosb/dist/common/
Logging.h 52 WARNING, //!< For non-fatal warning messages.
  /src/external/historical/nawk/dist/
lib.c 737 void WARNING(const char *fmt, ...)
828 WARNING("%s argument out of domain", s);
832 WARNING("%s result out of range", s);
  /src/external/gpl2/dtc/dist/
checks.c 56 #define WARNING(nm_, fn_, d_, ...) \
92 (c->error) ? "ERROR" : "Warning", c->name);
214 WARNING(nm, check_is_string, (propname))
243 WARNING(nm, check_is_string_list, (propname))
261 WARNING(nm, check_is_cell, (propname))
360 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL);
685 WARNING(names_is_string_list, check_names_is_string_list, NULL);
710 WARNING(alias_paths, check_alias_paths, NULL);
728 WARNING(addr_size_cells, fixup_addr_size_cells, NULL,
763 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells)
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 81 TIP, NOTE, IMPORTANT, WARNING, CAUTION,
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 350 warning(WARN_INPUT, "invalid input character code %1", int(c));
375 warning(WARN_INPUT, "invalid input character code %1", int(c));
1168 warning(WARN_COLOR, "color `%1' not defined", nm.contents());
1206 warning(WARN_COLOR, "%1 in %2 definition set to 0", col, scheme);
1211 warning(WARN_RANGE, "%1 cannot be negative: set to 0", col);
1215 warning(WARN_RANGE, "%1 cannot be greater than 1", col);
1226 warning(WARN_COLOR, "missing rgb color values");
1233 warning(WARN_COLOR, "expecting rgb color definition not `%1'", s);
1255 warning(WARN_COLOR, "missing cmy color values");
1262 warning(WARN_COLOR, "expecting cmy color definition not `%1'", s)
8022 int warning(warning_type t, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 159 that were given (-std=, -pedantic) we should issue an error, a warning
163 { SILENT, WARNING, ERROR };
1940 /* Set if a previous error or warning has occurred and no other
2612 /* Set this if no warning should be given somewhere in a lower level. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 159 that were given (-std=, -pedantic) we should issue an error, a warning
163 { SILENT, WARNING, ERROR };
1881 /* Set if a previous error or warning has occurred and no other
2522 /* Set this if no warning should be given somewhere in a lower level. */

Completed in 60 milliseconds