/freebsd/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 180 # warning undefining AUTHREQ due to option name conflict 184 # warning undefining AUTHNOREQ due to option name conflict 188 # warning undefining BCASTSYNC due to option name conflict 192 # warning undefining CONFIGFILE due to option name conflict 196 # warning undefining DEBUG_LEVEL due to option name conflict 200 # warning undefining SET_DEBUG_LEVEL due to option name conflict 204 # warning undefining DRIFTFILE due to option name conflict 208 # warning undefining PANICGATE due t [all...] |
/freebsd/lib/libc/isc/ |
H A D | ev_timers.c | 181 struct timespec due, in evSetTimer() argument 191 (long)due.tv_sec, due.tv_nsec, in evSetTimer() 198 if (due.tv_nsec >= BILLION) in evSetTimer() 204 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evSetTimer() 212 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L) in evSetTimer() 213 due = evNowTime(); in evSetTimer() 219 id->due = due; in evSetTimer() 299 struct timespec due, in evResetTimer() argument 314 if (due.tv_nsec >= BILLION) in evResetTimer() 320 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evResetTimer() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.h | 161 # warning undefining IMBITS due to option name conflict 165 # warning undefining CERTIFICATE due to option name conflict 169 # warning undefining CIPHER due to option name conflict 173 # warning undefining DEBUG_LEVEL due to option name conflict 177 # warning undefining SET_DEBUG_LEVEL due to option name conflict 181 # warning undefining ID_KEY due to option name conflict 185 # warning undefining GQ_PARAMS 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 t [all...] |
/freebsd/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 166 # warning undefining AUTHENTICATION due to option name conflict 170 # warning undefining BROADCAST due to option name conflict 174 # warning undefining CONCURRENT due to option name conflict 178 # warning undefining DEBUG_LEVEL due to option name conflict 182 # warning undefining SET_DEBUG_LEVEL 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 t [all...] |
/freebsd/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 168 # warning undefining SET_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 t [all...] |
/freebsd/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 t [all...] |
/freebsd/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/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/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/contrib/bmake/unit-tests/ |
H A D | varname-dot-shell.exp | 8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name 25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
|
/freebsd/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/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/contrib/tcsh/nls/italian/ |
H A D | set17 | 5 3 BACO: il processo è stato svuotato due volte
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-stmpe.txt | 9 due to different usage (e.g. touch, keypad)
|
/freebsd/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/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/contrib/pam_modules/pam_passwdqc/ |
H A D | LICENSE | 3 modification), provided that credit is given where it is due and any
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | stmpe-adc.txt | 11 requestable due to different usage (e.g. touch)
|
/freebsd/contrib/tcpdump/doc/ |
H A D | README.NetBSD.md | 20 * OS libpcap cannot be used due to
|
/freebsd/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/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/tools/build/options/ |
H A D | INIT_ALL | 20 for amd64 kernel builds due to incompatability with ifunc memset.
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child.ipp | 52 /// \throw process::system_error If the process cannot be spawned due to a 85 /// \throw process::system_error If the process cannot be spawned due to a
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.entryreturn.ksh | 53 * Unfortunately, a "return" probe is not currently possible due to
|