| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.h | 172 # warning undefining IPV4 due to option name conflict 176 # warning undefining IPV6 due to option name conflict 240 # warning undefining NOFORK due to option name conflict 244 # warning undefining NICE due to option name conflict 256 # warning undefining QUIT due to option name conflict 276 # warning undefining USER due to option name conflict 284 # warning undefining VAR due to option name conflict 288 # warning undefining DVAR due to option name conflict 296 # warning undefining SLEW due to option name conflict 300 # warning undefining USEPCC due to option name conflict [all …]
|
| /freebsd-14.2/lib/libc/isc/ |
| H A D | ev_timers.c | 194 (long)due.tv_sec, due.tv_nsec, in evSetTimer() 207 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evSetTimer() 215 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L) in evSetTimer() 216 due = evNowTime(); in evSetTimer() 222 id->due = due; in evSetTimer() 323 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evResetTimer() 330 old_due = timer->due; in evResetTimer() 334 timer->due = due; in evResetTimer() 451 return (evCmpTime(a_timer->due, b_timer->due) < 0); in due_sooner() 480 (long)cur->due.tv_sec, cur->due.tv_nsec, in print_timer() [all …]
|
| /freebsd-14.2/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.h | 161 # warning undefining IMBITS due to option name conflict 169 # warning undefining CIPHER due to option name conflict 181 # warning undefining ID_KEY due to option name conflict 189 # warning undefining HOST_KEY due to option name conflict 193 # warning undefining IFFKEY due to option name conflict 197 # warning undefining IDENT due to option name conflict 201 # warning undefining LIFETIME due to option name conflict 205 # warning undefining MODULUS due to option name conflict 209 # warning undefining MD5KEY due to option name conflict 213 # warning undefining PVT_CERT due to option name conflict [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | sntp-opts.h | 158 # warning undefining IPV4 due to option name conflict 162 # warning undefining IPV6 due to option name conflict 170 # warning undefining BROADCAST due to option name conflict 186 # warning undefining GAP due to option name conflict 190 # warning undefining KOD due to option name conflict 194 # warning undefining KEYFILE due to option name conflict 198 # warning undefining LOGFILE due to option name conflict 214 # warning undefining STEP due to option name conflict 218 # warning undefining SLEW due to option name conflict 222 # warning undefining TIMEOUT due to option name conflict [all …]
|
| /freebsd-14.2/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.h | 152 # warning undefining IPV4 due to option name conflict 156 # warning undefining IPV6 due to option name conflict 160 # warning undefining COMMAND due to option name conflict 164 # warning undefining DEBUG_LEVEL due to option name conflict 172 # warning undefining INTERACTIVE due to option name conflict 176 # warning undefining NUMERIC due to option name conflict 180 # warning undefining OLD_RV due to option name conflict 184 # warning undefining PEERS due to option name conflict 188 # warning undefining REFID due to option name conflict 192 # warning undefining UNCONNECTED due to option name conflict [all …]
|
| /freebsd-14.2/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.h | 151 # warning undefining IPV4 due to option name conflict 155 # warning undefining IPV6 due to option name conflict 159 # warning undefining COMMAND due to option name conflict 163 # warning undefining DEBUG_LEVEL due to option name conflict 167 # warning undefining SET_DEBUG_LEVEL due to option name conflict 171 # warning undefining INTERACTIVE due to option name conflict 175 # warning undefining LISTPEERS due to option name conflict 179 # warning undefining NUMERIC due to option name conflict 183 # warning undefining PEERS due to option name conflict 187 # warning undefining SHOWPEERS due to option name conflict [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 244 # (1) - due to target is PHONY 245 # (2) - due to target missing 246 # (3) - due to: file1.h file2.h 247 # (4) - due to command line change 248 # (5) - due to missing .cmd file 249 # (6) - due to target not in $(targets) 261 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \ 263 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 265 $(if $(cmd_$@),- due to command line change, \ 267 - due to missing .cmd file, \ [all …]
|
| /freebsd-14.2/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.h | 143 # warning undefining NOFORK due to option name conflict 147 # warning undefining SYSLOG due to option name conflict 151 # warning undefining AGENTXSOCKET due to option name conflict
|
| /freebsd-14.2/usr.bin/gprof/ |
| H A D | gprof.callg | 41 which is due to calls from this parent. 45 descendent time which is due to calls from this 68 which is due to being called by this function. 72 time which is due to being called by this
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ASN1_INTEGER_get_int64.pod | 41 (due to invalid type or the value being too big to fit into an B<int64_t> type) 108 only fail due to a memory allocation error. 112 (due to programming error) or due to a memory allocation failure.
|
| H A D | DH_generate_key.pod | 43 It is not constant time due to the leading zero bytes being stripped. 48 It is constant time due to the leading zero bytes being retained.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | arm,arch_timer.yaml | 75 affects writes to the tval register, due to the implicit counter read. 81 by back-to-back reads. This also affects writes to the tval register, due 89 the tval registers, due to the implicit counter read.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | mscc-ocelot.txt | 15 - "ptp" (optional due to backward compatibility) 23 "ptp_rdy" which is optional due to backward compatibility.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra234-cbb.yaml | 27 The driver handles errors from CBB due to illegal register accesses 35 interrupt is used for reporting errors due to illegal accesses from
|
| H A D | nvidia,tegra194-cbb.yaml | 18 This driver handles errors due to illegal register accesses reported 29 errors due to illegal accesses from CCPLEX are reported by interrupts.
|
| /freebsd-14.2/contrib/tcsh/nls/italian/ |
| H A D | set17 | 5 3 BACO: il processo è stato svuotato due volte
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-stmpe.txt | 9 due to different usage (e.g. touch, keypad)
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_rc4_stitched.txt | 11 # DECRYPT must be a separate entry due to change in TLSAAD value
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | stmpe-adc.txt | 11 requestable due to different usage (e.g. touch)
|
| /freebsd-14.2/contrib/pam_modules/pam_passwdqc/ |
| H A D | LICENSE | 3 modification), provided that credit is given where it is due and any
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 23 // they require error estimations to be computed separately due to larger 134 // NB: Using half-width iterations increases computation errors due to 159 // An e_0 error is comprised of errors due to 197 // 1/b_hw == 1.0 to f(x), so this cannot occur at all without overflow (due 199 // The fact corr_UQ1_hw was virtually round up (due to result of 288 // abs(E_{N-1}) <= (u_{N-1} + 2 /* due to conversion e_n -> E_n */) * 2^-HW 320 // Add 2 to U_N due to final decrement.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | ieee80211.txt | 10 limited to some part of it due to used antennas or power amplifier.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8992-msft-lumia-talkman.dts | 23 * acpi=no is required due to WP platforms having ACPI support, but
|
| /freebsd-14.2/contrib/tcpdump/doc/ |
| H A D | README.NetBSD.md | 20 * OS libpcap cannot be used due to
|
| /freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/testcases/directed/ |
| H A D | asinhf.tst | 16 ; Could be due to function so boring no flop is involved in some implementations
|