| /src/external/mpl/bind/dist/bin/check/ |
| check-tool.c | 140 logged(char *key, int value) { function 209 !logged(namebuf, ERR_IS_CNAME)) 224 if (!logged(namebuf, ERR_NO_ADDRESSES)) { 235 if (!logged(namebuf, ERR_LOOKUP_FAILURE)) { 264 if (!match && !logged(namebuf, ERR_EXTRA_A)) { 298 if (!match && !logged(namebuf, ERR_EXTRA_AAAA)) { 317 if (!logged(namebuf, ERR_MISSING_GLUE)) { 417 if (!logged(namebuf, ERR_IS_MXCNAME)) { 438 if (!logged(namebuf, ERR_NO_ADDRESSES)) { 449 if (!logged(namebuf, ERR_LOOKUP_FAILURE)) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| merge-request.sh | 192 bug_id=`${dryrun} $BUGZILLA_CMD --ensure-logged-in new \ 218 $BUGZILLA_CMD --ensure-logged-in modify -l "https://reviews.llvm.org/rL$r" $bug_id
|
| /src/sbin/shutdown/ |
| shutdown.c | 258 int logged; local 261 logged = 1; 265 logged = 0; 284 if (!logged && tp->timeleft <= NOLOG_TIME) { 285 logged = 1;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rrl.c | 571 * Keep currently penalized and logged entries. 585 if (!e->logged && response_balance(rrl, e, age) > 0) { 593 if (e->logged) { 708 if (e->logged) { 969 if (e->logged) { 979 e->logged = false; 994 if (!e->logged) { 1211 if ((!e->logged || e->log_secs >= DNS_RRL_MAX_LOG_SECS) && 1215 e->logged ? "continue limiting " : "limit ", true, 1218 if (!e->logged) { [all...] |
| resolver.c | 333 isc_stdtime_t logged; member in struct:fctxcount 468 bool logged; member in struct:fetchctx 1391 if (!final && counter->logged > now - 60) { 1416 counter->logged = now; 3131 if (reason == DNS_R_LAME) { /* already logged */ 9468 /* Logged twice */ 10895 if (!fctx->logged || duplicateok) { 10913 fctx->logged = true;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rrl.c | 593 * Keep currently penalized and logged entries. 607 if (!e->logged && response_balance(rrl, e, age) > 0) { 615 if (e->logged) { 730 if (e->logged) { 991 if (e->logged) { 1001 e->logged = false; 1016 if (!e->logged) { 1233 if ((!e->logged || e->log_secs >= DNS_RRL_MAX_LOG_SECS) && 1237 e->logged ? "continue limiting " : "limit ", true, 1240 if (!e->logged) { [all...] |
| resolver.c | 414 bool logged; member in struct:fetchctx 496 isc_stdtime_t logged; member in struct:fctxcount 1629 if (!final && counter->logged > now - 60) { 1650 counter->logged = now; 1683 counter->logged = 0; 3480 if (reason == DNS_R_LAME) { /* already logged */ 5244 fctx->logged = false; 9766 /* Logged twice */ 11413 if (!fctx->logged || duplicateok) { 11431 fctx->logged = true [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rrl.h | 121 unsigned int logged : 1; member in struct:dns_rrl_entry
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rrl.h | 122 unsigned int logged : 1; member in struct:dns_rrl_entry
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ |
| tests.sh | 244 # Count the number of logged fetches 567 echo_i "check that E was logged on EDNS queries in the query log (${n})" 606 echo_i "check that EDNS version is logged (${n})" 630 echo_i "check that CNAME nameserver is logged correctly (${n})" 778 echo_i "check logged command line ($n)" 924 echo_i "check that response codes have been logged with 'responselog yes;' ($n)" 935 dig_with_opts @10.53.0.5 should.not.be.logged >dig.ns5.out.${n} || ret=1 936 grep "response: should.not.be.logged" ns5/named.run >/dev/null && ret=1 943 grep "response: should.be.logged" ns5/named.run >/dev/null && ret=1 945 dig_with_opts @10.53.0.5 should.be.logged >dig.ns5.out.${n} || ret= [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pk11.c | 75 bool logged; member in struct:pk11_token 459 if (!token->logged) { 471 token->logged = true;
|
| /src/external/bsd/ipf/dist/perl/ |
| plog | 24 # Generate source and destination reports of all packets logged with 66 # logged using ipmon -n. Observation by <ark@eltex.ru>. 113 # vulnerable to forgery) and keep your logged addresses all in numeric 1047 up and logged addresses as hostnames where possible. This has an important side 1049 may not match the original addresses of the logged packets because of numerous 1052 the reverse lookup to anything he likes. If you haven't logged the numeric IP
|
| /src/external/gpl3/gdb/dist/gdb/ |
| record-full.c | 212 /* Count of insns logged so far (may be larger 1955 gdb_printf (_("No instructions have been logged.\n")); 1958 gdb_printf (_("Max logged instructions is %u.\n"),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| record-full.c | 209 /* Count of insns logged so far (may be larger 1945 gdb_printf (_("No instructions have been logged.\n")); 1948 gdb_printf (_("Max logged instructions is %u.\n"),
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cvs_acls.in | 363 beginning with "allow" or "deny" are logged to the restrict_log file.
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcp.c | 2104 /* The logged flag indicates if we have already crossed the high 2109 * When we cross that threshold we reset the logged flag and 2114 if (pool->logged !=0) { 2117 pool->logged = 0; 2164 * If it isn't then we set the flag saying we already logged and determine 2168 pool->logged = 1;
|
| dhcpv6.c | 1014 /* The logged flag indicates if we have already crossed the high 1019 * When we cross that threshold we reset the logged flag and 1024 if (pond->logged !=0) { 1027 pond->logged = 0; 1081 * If it isn't then we set the flag saying we already logged and determine 1085 pond->logged = 1;
|
| /src/external/bsd/ipf/dist/ |
| HISTORY | 73 3540820 mutex emulation should be logged 1053 same packet is logged successively. 1534 added -x option to ipmon to display hex dumps of logged packets. 1797 or ICMP are dropped to the floor and logged.
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 1051 int logged; /* already logged a message */ member in struct:pool 1756 int logged; /* already logged a message */ member in struct:ipv6_pond
|
| /src/external/bsd/ntp/dist/util/ |
| ntp-keygen-opts.def | 393 program is logged in directly as root.
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 10132 # occurred and has been logged. Now we need to see if an inexact #
|
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 8897 % A message to be logged when using a character that isn't available
|
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 8897 % A message to be logged when using a character that isn't available
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 8124 % A message to be logged when using a character that isn't available
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 8833 % A message to be logged when using a character that isn't available
|