Searched refs:when (Results 51 - 75 of 233) sorted by relevance

12345678910

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-curdir.mk4 # canonical path of the current working directory, when make started.
H A Dvarmod-assign-shell.mk7 # expression modifier ':!...!'), which also use the output when the shell
H A Dvar-recursive.mk8 # Since make exits immediately when it detects a recursive expression,
H A Dvarmod-loop-delete.mk14 # Set up the variable that deletes itself when it is evaluated.
H A Drecursive.mk21 # 2020-08-06, when make ran in -dL mode, it reported: "Variable am__v_lt_ is
H A Dvarname-dot-newline.mk8 # > After all macro expansion is complete, when an escaped <newline> is
H A Dvar-op-assign.mk48 # when the variable is defined, the first command is not run at all.
67 # the implementation of the parser, which cheats when parsing a variable
H A Dvarmod-defined.mk49 # Like in several other places in expressions, when
109 # out-of-bounds read when parsing the indirect ':U' modifier.
H A Dvarmod-match-escape.mk23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
85 # when the range ends with the character ']'.
/freebsd-current/tools/test/stress2/misc/
H A Dsigaltstack.sh94 // issue when new threads are added to the head (pre 269095)
H A Dtmpfs8.sh134 * but only when Stat() is running.
/freebsd-current/share/mk/
H A Dlocal.sys.env.mk38 # this will produce the same output but as of when date(1) is run.
H A Dbsd.dep.mk85 # Skip reading .depend when not needed to speed up tree-walks and simple
253 # the dependency helps when bootstrapping
260 # Guess some dependencies for when no ${DEPENDFILE}.OBJ is generated yet.
283 # - Headers are normally built in beforebuild when included in DPSRCS or SRCS.
285 # if custom rules are defined). The only time this causes a problem is when
289 # use .depend files when filemon is in use.
H A Dbsd.test.mk4 # This is the only public file that should be included by Makefiles when
43 # We want this to be the case even when the distribution name is already
H A Dlocal.sys.dirdeps.mk16 # be overridden in sub-makes above when building in-tree.
125 # conditionals do not cause syntax errors when Makefile.depend
H A Dbsd.doc.mk20 # compressed when they are installed. [not set]
108 # Compatibility mode flag for groff. Use this when formatting documents with
/freebsd-current/stand/
H A Ddefs.mk133 # and activate it when DO32 is explicitly defined to be 1.
185 # when this test succeeds rather than require dd to be a bootstrap tool.
227 # Ensure that the links exist without depending on it when it exists which
228 # causes all the modules to be rebuilt when the directory pointed to changes.
/freebsd-current/crypto/openssh/
H A Dmisc.h219 void ptimeout_deadline_monotime_tsp(struct timespec *pt, struct timespec *when);
220 void ptimeout_deadline_monotime(struct timespec *pt, time_t when);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc23 // are available on the target platform; this may pose a problem when trying
80 // taken when we extend a denormal F80 to F128.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp227 // Linking of these interceptors fails when using an older SDK.
250 DECLARE_REAL(void, dispatch_after_f, dispatch_time_t when,
253 TSAN_INTERCEPTOR(void, dispatch_after, dispatch_time_t when, argument
255 SCOPED_TSAN_INTERCEPTOR(dispatch_after, when, queue, block);
263 REAL(dispatch_after_f)(when, queue, new_context, dispatch_callback_wrap);
267 TSAN_INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, argument
270 SCOPED_TSAN_INTERCEPTOR(dispatch_after_f, when, queue, context, work);
271 WRAP(dispatch_after)(when, queue, ^(void) {
396 // Released when leaving the group (dispatch_group_leave).
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c347 struct timeval now, when; local
352 SEQ_DEBUG(2, printf("Timer wait when timer isn't running\n"));
355 * the timer when the timer was running.
366 when.tv_sec = i / 1000000;
367 when.tv_usec = i % 1000000;
377 timevalsub(&when, &now);
379 if (when.tv_sec < 0 || when.tv_usec < 0) {
382 (long)when.tv_sec, (long)when
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dcidrexpand52 # match "IPv6:fe80::/64" when for the address "IPv6:fe80::54ad"
58 # 3) compressed addresses are ambiguous when colon-groups are
229 -f Treat keys as case-sensitive when doing override detection
/freebsd-current/tools/tools/sysdoc/
H A Dsysdoc.sh10 # The ability to notice when new OIDs are added to FreeBSD, and
20 # well as improve the removal of sysctls when they are obsoleted.
44 accordingly when invoked.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc228 // RetryAfterSignal when open is overloaded, such as in Bionic.
387 // would be nice to avoid a dependency on curses proper when we can make do
/freebsd-current/share/dtrace/
H A Dblocking28 * sleep only when waiting for events (eg. via kevent(2)). When a program is

Completed in 251 milliseconds

12345678910