Searched refs:warn (Results 1 - 25 of 28) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-cpp.awk30 function warn(msg) { function
60 warn("Undesired usage of #ifdef; use #if defined()")
64 warn("Undesired usage of #ifndef; use #if !defined()")
68 warn("Use the macros in sanity.hpp instead of assert");
72 warn("Do not include assert.h nor cassert");
76 warn("Use \\n instead of std::endl");
80 warn("Do not use C-style comments");
85 warn("Missing NO_CHECK_STYLE_END");
H A Dcheck-style-c.awk30 function warn(msg) { function
60 warn("Undesired usage of #ifdef; use #if defined()")
64 warn("Undesired usage of #ifndef; use #if !defined()")
68 warn("Use the macros in sanity.h instead of assert");
72 warn("getprogname(3) is not portable");
76 warn("Do not include assert.h");
80 warn("setprogname(3) is not portable");
84 warn("Do not use C99-style comments");
89 warn("Missing NO_CHECK_STYLE_END");
H A Dcheck-style-common.awk30 function warn(msg) { function
59 warn("Line too long to fit on screen")
64 warn("Tab character used for indentation");
68 warn("Trailing spaces or tabs");
72 warn("Invalid shellbang: missing space after !");
77 warn("Missing NO_CHECK_STYLE_END");
H A Dcheck-style-shell.awk30 function warn(msg) { function
70 warn("Variable should not start with an underline")
74 warn("Missing braces around variable name")
78 warn("Assignment to the empty string does not need quotes");
82 warn("Use parameter expansion instead of basename");
86 warn("Use [ instead of test");
90 warn("test(1)'s == operator is not portable");
94 warn("Avoid using a single-line if conditional");
99 warn("Missing NO_CHECK_STYLE_END");
101 warn("Missin
[all...]
H A Dcheck-style-man.awk30 function warn(msg) { function
68 warn("Sentence does not start on new line")
73 warn("Missing NO_CHECK_STYLE_END");
H A Dcheck-style.sh47 # warn message
49 warn() { function
/bind-9.6-ESV-R11/bin/tests/system/checknames/
H A Dsetup.sh18 cp ns1/warn.example.db.in ns1/warn.example.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
H A Dtests.sh38 echo "I: check for warnings from on zone load for 'check-names warn;' ($n)"
40 grep 'xx_xx.warn.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
54 echo "I: check that 'check-names response warn;' works ($n)"
104 echo "I: check that updates to 'check-names warn;' succeed and are logged ($n)"
108 update add xxx_xxx.warn.update. 600 A 10.10.10.1
111 $DIG $DIGOPTS xxx_xxx.warn.update @10.53.0.1 A > dig.out.ns1.test$n || ret=1
112 grep "xxx_xxx.warn.update/A: bad owner name (check-names)" ns1/named.run > /dev/null || ret=1
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcallbacks.h51 void (*warn)(struct dns_rdatacallbacks *, const char *, ...); member in struct:dns_rdatacallbacks
70 * \li 'error' and 'warn' are set to default callbacks that print the
/bind-9.6-ESV-R11/lib/dns/
H A Dcallbacks.c104 callbacks->warn = isclog_warn_callback;
111 callbacks->warn = stdio_error_warn_callback;
H A Ddiff.c233 isc_boolean_t warn)
315 if (t->ttl != rdl.ttl && warn)
386 if (warn)
232 diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver, isc_boolean_t warn) argument
H A Dmaster.c259 (*callbacks->warn)(callbacks, \
524 REQUIRE(callbacks->warn != NULL);
833 (*callbacks->warn)(callbacks,
897 (callbacks->warn)(callbacks,
919 callback = lctx->callbacks->warn;
957 (*callbacks->warn)(callbacks, "%s:%lu: warning: ownername "
1476 (*callbacks->warn)(callbacks,
1544 (*callbacks->warn)(callbacks,
1601 (*callbacks->warn)(callbacks,
1726 (*callbacks->warn)(callback
[all...]
H A Drdata.c299 (*callbacks->warn)(callbacks, "%s:%lu: \"%s\" "
679 REQUIRE(callbacks->warn != NULL);
1899 (*callbacks->warn)(callbacks,
1915 (*callbacks->warn)(callbacks, "%s:%u: warning: '%s': %s",
1933 (*callbacks->warn)(callbacks, "%s:%u: warning: %s: %s",
H A Drcode.c373 warn("overlapping key flags");
H A Dzone.c2205 * broken prior OpenSSL 0.9.8c/0.9.7k. Look for such keys and warn
3852 isc_int64_t warn = 0, maybe = 0; local
3906 if (warn != 0 && warn > timeexpire)
3907 warn = timeexpire;
3914 if (warn == 0)
3915 warn = maybe;
3916 if (warn == 0 || warn > timeexpire)
3917 warn
[all...]
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns1/
H A Dnamed.conf45 zone "warn.example" {
47 file "warn.example.db";
48 check-names warn;
64 zone "warn.update" {
66 file "warn.update.db";
68 check-names warn;
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns2/
H A Dnamed.conf31 check-names response warn;
/bind-9.6-ESV-R11/bin/tests/system/spf/ns1/
H A Dnamed.conf37 zone "warn" {
40 check-spf warn;
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c438 isc_boolean_t warn = ISC_FALSE, ignore = ISC_FALSE; local
704 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
730 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
852 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
873 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) {
874 warn = ISC_TRUE;
877 warn = ignore = ISC_FALSE;
879 warn = ignore = ISC_TRUE;
882 dns_zone_setoption(zone, DNS_ZONEOPT_WARNMXCNAME, warn);
888 if (strcasecmp(cfg_obj_asstring(obj), "warn")
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c67 void (*warn)(struct dns_rdatacallbacks *, const char *, ...),
94 if (warn != NULL)
95 callbacks.warn = warn;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen526 warn "$0: [-o output-file] input-file\n";
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf112 check-names slave warn;
249 check-names warn;
277 check-names master warn;
331 check-names warn;
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c133 (*callbacks->warn)(callbacks, "%s: %s:%u: '%s' extra "
218 (*callbacks->warn)(callbacks, "%s: %s:%u: '%s' extra "
/bind-9.6-ESV-R11/
H A Dltmain.sh44 # --no-warn don't display warning messages
1120 --no-warning|--no-warn)
2183 elif test "$need_locks" = warn; then
2234 if test "$need_locks" = warn &&
2283 if test "$need_locks" = warn &&
9464 # Should we warn about portability when linking against -modules?
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh409 elif test "$need_locks" = warn; then
477 if test "$need_locks" = warn &&
565 if test "$need_locks" = warn &&

Completed in 269 milliseconds

12