Searched defs:warn (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/unit/atf-src/admin/ |
H A D | check-style-c.awk | 26 function warn(msg) { function 56 warn("Undesired usage of #ifdef; use #if defined()") 60 warn("Undesired usage of #ifndef; use #if !defined()") 64 warn("Use the macros in sanity.h instead of assert"); 68 warn("getprogname(3) is not portable"); 72 warn("Do not include assert.h"); 76 warn("setprogname(3) is not portable"); 80 warn("Do not use C99-style comments"); 85 warn("Missing NO_CHECK_STYLE_END");
|
H A D | check-style-common.awk | 26 function warn(msg) { function 55 warn("Line too long to fit on screen") 60 warn("Tab character used for indentation"); 64 warn("Trailing spaces or tabs"); 68 warn("Invalid shellbang: missing space after !"); 73 warn("Missing NO_CHECK_STYLE_END");
|
H A D | check-style-cpp.awk | 26 function warn(msg) { function 56 warn("Undesired usage of #ifdef; use #if defined()") 60 warn("Undesired usage of #ifndef; use #if !defined()") 64 warn("Use the macros in sanity.hpp instead of assert"); 68 warn("Do not include assert.h nor cassert"); 72 warn("Use \\n instead of std::endl"); 76 warn("Do not use C-style comments"); 81 warn("Missing NO_CHECK_STYLE_END");
|
H A D | check-style-man.awk | 26 function warn(msg) { function 64 warn("Sentence does not start on new line") 69 warn("Missing NO_CHECK_STYLE_END");
|
H A D | check-style-shell.awk | 26 function warn(msg) { function 66 warn("Variable should not start with an underline") 70 warn("Missing braces around variable name") 74 warn("Assignment to the empty string does not need quotes"); 78 warn("Use parameter expansion instead of basename"); 82 warn("Use [ instead of test"); 86 warn("test(1)'s == operator is not portable"); 90 warn("Avoid using a single-line if conditional"); 95 warn("Missing NO_CHECK_STYLE_END"); 97 warn("Missin [all...] |
H A D | check-style.sh | 43 # warn message 45 warn() { function
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | callbacks.h | 62 void (*warn)(struct dns_rdatacallbacks *, const char *, ...); member in struct:dns_rdatacallbacks 83 * \li 'error' and 'warn' are set to default callbacks that print the
|
/bind-9.11.3/lib/dns/ |
H A D | diff.c | 248 isc_boolean_t warn) 328 if (t->ttl != rdl.ttl && warn) { 405 if (warn) { 247 diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver, isc_boolean_t warn) argument
|
H A D | zone.c | 3182 * broken prior OpenSSL 0.9.8c/0.9.7k. Look for such keys and warn 6102 isc_boolean_t *warn) 6125 *warn = ISC_TRUE; 6200 isc_boolean_t warn = ISC_FALSE, deleted = ISC_FALSE; local 6201 if (delsig_ok(&rrsig, keys, nkeys, &warn)) { 6209 if (warn) { 6101 delsig_ok(dns_rdata_rrsig_t *rrsig_ptr, dst_key_t **keys, unsigned int nkeys, isc_boolean_t *warn) argument
|
/bind-9.11.3/bin/named/ |
H A D | zoneconf.c | 788 isc_boolean_t warn = ISC_FALSE, ignore = ISC_FALSE; local 1241 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) { 1280 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) { 1471 if (strcasecmp(dupcheck, "warn") == 0) { 1486 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) { 1522 if (strcasecmp(cfg_obj_asstring(obj), "warn") == 0) { 1523 warn = ISC_TRUE; 1526 warn = ignore = ISC_FALSE; 1528 warn = ignore = ISC_TRUE; 1531 dns_zone_setoption(mayberaw, DNS_ZONEOPT_WARNMXCNAME, warn); [all...] |
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 216 warn(const char *format, ...) ISC_FORMAT_PRINTF(1, 2); 219 warn(const char *format, ...) { function 1115 warn("split must be a multiple of 4; " 1290 warn("extra query class"); 1300 warn("ignoring non-IN query class"); 1302 warn("ignoring invalid class"); 1315 warn("extra query name"); 1330 warn("extra query type"); 1337 warn("ignoring invalid type"); 1345 warn("extr [all...] |
Completed in 80 milliseconds