| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd-opts.h | 174 # warning undefining IPV4 due to option name conflict 178 # warning undefining IPV6 due to option name conflict 182 # warning undefining AUTHREQ due to option name conflict 186 # warning undefining AUTHNOREQ due to option name conflict 190 # warning undefining BCASTSYNC due to option name conflict 194 # warning undefining CONFIGFILE due to option name conflict 198 # warning undefining DEBUG_LEVEL due to option name conflict 202 # warning undefining SET_DEBUG_LEVEL due to option name conflict 206 # warning undefining DRIFTFILE due to option name conflict 210 # warning undefining PANICGATE due to option name conflic [all...] |
| /src/external/bsd/ntp/dist/util/ |
| ntp-keygen-opts.h | 163 # warning undefining IMBITS due to option name conflict 167 # warning undefining CERTIFICATE due to option name conflict 171 # warning undefining CIPHER due to option name conflict 175 # warning undefining DEBUG_LEVEL due to option name conflict 179 # warning undefining SET_DEBUG_LEVEL due to option name conflict 183 # warning undefining ID_KEY due to option name conflict 187 # warning undefining GQ_PARAMS due to option name conflict 191 # warning undefining HOST_KEY due to option name conflict 195 # warning undefining IFFKEY due to option name conflict 199 # warning undefining IDENT due to option name conflic [all...] |
| /src/lib/libc/isc/ |
| ev_timers.c | 189 struct timespec due, 197 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n", 199 (long)due.tv_sec, due.tv_nsec, 206 if (due.tv_nsec >= BILLION) 212 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) 219 /* due={0,0} is a magic cookie meaning "now." */ 220 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L [all...] |
| /src/external/bsd/libbind/dist/isc/ |
| ev_timers.c | 172 struct timespec due, 180 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n", 182 (long)due.tv_sec, due.tv_nsec, 189 if (due.tv_nsec >= BILLION) 195 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) 202 /* due={0,0} is a magic cookie meaning "now." */ 203 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L [all...] |
| /src/external/bsd/ntp/dist/sntp/ |
| sntp-opts.h | 160 # warning undefining IPV4 due to option name conflict 164 # warning undefining IPV6 due to option name conflict 168 # warning undefining AUTHENTICATION due to option name conflict 172 # warning undefining BROADCAST due to option name conflict 176 # warning undefining CONCURRENT due to option name conflict 180 # warning undefining DEBUG_LEVEL due to option name conflict 184 # warning undefining SET_DEBUG_LEVEL due to option name conflict 188 # warning undefining GAP due to option name conflict 192 # warning undefining KOD due to option name conflict 196 # warning undefining KEYFILE due to option name conflic [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-elifndef.mk | 6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the 16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
|
| 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
|
| posix-varassign.mk | 69 # though it is not specified by POSIX, due to the differences in existing
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-opts.h | 154 # warning undefining IPV4 due to option name conflict 158 # warning undefining IPV6 due to option name conflict 162 # warning undefining COMMAND due to option name conflict 166 # warning undefining DEBUG_LEVEL due to option name conflict 170 # warning undefining SET_DEBUG_LEVEL due to option name conflict 174 # warning undefining INTERACTIVE due to option name conflict 178 # warning undefining NUMERIC due to option name conflict 182 # warning undefining OLD_RV due to option name conflict 186 # warning undefining PEERS due to option name conflict 190 # warning undefining REFID due to option name conflic [all...] |
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.h | 153 # warning undefining IPV4 due to option name conflict 157 # warning undefining IPV6 due to option name conflict 161 # warning undefining COMMAND due to option name conflict 165 # warning undefining DEBUG_LEVEL due to option name conflict 169 # warning undefining SET_DEBUG_LEVEL due to option name conflict 173 # warning undefining INTERACTIVE due to option name conflict 177 # warning undefining LISTPEERS due to option name conflict 181 # warning undefining NUMERIC due to option name conflict 185 # warning undefining PEERS due to option name conflict 189 # warning undefining SHOWPEERS due to option name conflic [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 78 isc_time_t due; member in struct:isc_timer 94 isc_time_t due; member in struct:isc_timermgr 106 isc_time_t due; local 118 * Compute the new due time. 121 isc_result_t result = isc_time_add(now, &timer->interval, &due); 126 isc_time_compare(&timer->expires, &due) < 0) 128 due = timer->expires; 132 due = timer->expires; 134 due = timer->idle; 137 due = timer->idle [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| solib-disc.exp | 56 gdb_test "continue" "Stopped due to shared library event.*" "continue to load" 78 gdb_test "continue" "Stopped due to shared library event.*" "continue to unload"
|
| break-probes.exp | 43 gdb_test "" ".*Stopped due to shared library event.*" \ 101 -re "Stopped due to shared library event\\M.*$gdb_prompt $" {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| solib-disc.exp | 57 gdb_test "continue" "Stopped due to shared library event.*" "continue to load" 79 gdb_test "continue" "Stopped due to shared library event.*" "continue to unload"
|
| break-probes.exp | 43 gdb_test "" ".*Stopped due to shared library event.*" \ 101 -re "Stopped due to shared library event\\M.*$gdb_prompt $" {
|
| /src/external/gpl3/autoconf/dist/ |
| GNUmakefile | 89 .DEFAULT_GOAL := abort-due-to-no-makefile 101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) 102 $(MAKECMDGOALS): abort-due-to-no-makefile 105 abort-due-to-no-makefile:
|
| /src/external/bsd/ntp/dist/ntpsnmpd/ |
| ntpsnmpd-opts.h | 145 # warning undefining NOFORK due to option name conflict 149 # warning undefining SYSLOG due to option name conflict 153 # warning undefining AGENTXSOCKET due to option name conflict
|
| /src/external/gpl2/groff/dist/contrib/mm/ |
| NOTES | 18 limits due to that it don't know when the cover starts, and cannot
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| timer.h | 97 isc_time_t due; member in struct:isc_timerevent
|
| /src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| menu-whitespace | 41 makeinfo: Removing output file `/home/as/test/top.info' due to errors; use --force to preserve.
|
| /src/libexec/ld.elf_so/arch/x86_64/ |
| rtld_start.S | 76 # due to the additional argument pushed.
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| timer.h | 99 isc_time_t due; member in struct:isc_timerevent
|
| /src/external/lgpl3/gmp/dist/mpn/m88k/ |
| mul_1.s | 42 ; pipeline stalls 2 cycles due to WB contention.) 45 ; pipeline stalls 2 cycles due to WB contention and 1 cycle due to latency.)
|
| /src/distrib/hp300/miniroot/ |
| install.md | 143 IMPORTANT NOTE: due to a limitation in the disklabel(8) program, the 421 However, due to the limitations of the standalone program used
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/ |
| gcd_22.asm | 46 ifdef(`AIX',`define(`SLOW',`due to AIX')',` 48 ifdef(`ELFv2_ABI',,`define(`SLOW',`due to ELFv1')')dnl
|