Searched defs:warn (Results 1 - 10 of 10) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style-c.awk | 30 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 D | check-style-common.awk | 30 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 D | check-style-cpp.awk | 30 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 D | check-style-man.awk | 30 function warn(msg) { function 68 warn("Sentence does not start on new line") 73 warn("Missing NO_CHECK_STYLE_END");
|
H A D | check-style-shell.awk | 30 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 D | check-style.sh | 47 # warn message 49 warn() { function
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | callbacks.h | 51 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 D | diff.c | 233 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 D | zone.c | 2205 * 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/named/ |
H A D | zoneconf.c | 438 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...] |
Completed in 41 milliseconds