HomeSort by: relevance | last modified time | path
    Searched refs:when (Results 1 - 25 of 129) sorted by relevancy

1 2 3 4 5 6

  /src/bin/sh/
shell.h 51 * When debugging is on, debugging info will be written to ./trace and
112 #define CTRACE(when, param) do { \
113 if ((DFlags & (when)) != 0) \
117 #define CCTRACE(when,cond,param) do { \
118 if ((cond) && (DFlags & (when)) != 0) \
122 #define CTRACEV(when, param) do { \
123 if ((DFlags & (when)) != 0) \
127 #define XTRACE(when, param, xtra) do { \
128 if ((DFlags & (when)) != 0) { \
134 #define VTRACE(when, param) do {
    [all...]
  /src/games/trek/
schedule.c 150 double when; local
153 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
154 return (schedule(ev, when, x, y, z));
170 double when; local
174 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
175 reschedule(e, when);
  /src/tests/usr.bin/indent/
opt_version.c 9 When the option '--version' is given, any other options are ignored.
11 even might generate syntax errors when given to a C compiler.
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_mac.cc 123 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq,
126 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt,
142 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue,
169 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue,
172 REAL(dispatch_after)(when, queue, lsan_block);
  /src/usr.bin/make/unit-tests/
varmisc.exp 2 :D expanded when var set
5 :U expanded when var undef
10 :U skipped when var set
12 :? only lhs when value true
15 :? only rhs when value false
deptgt-error.mk 4 # is made when another target fails.
posix-expansion.mk 5 # In POSIX mode, when expanding an expression containing modifiers, the
directive-for-lines.mk 8 # lines, even when collecting the lines for the .for loop body.
var-scope-cmdline.mk 11 # variable name once for each lookup. Instead, when looking up the value of
40 # that when a cmdline variable with '$$' in its name was added, a global
46 # The bug was added in var.c 1.183 on 2013-07-16, when Var_Set called
54 # from 2016-02-19, when the variable modifier ':@' started to delete the
61 # Most cmdline variables are set at the very beginning, when parsing the
varmisc.mk 22 @echo :U skipped when var set
30 @echo :U expanded when var undef
34 @echo :D expanded when var set
38 @echo :? only lhs when value true
42 @echo :? only rhs when value false
125 # When a variable is exported, the exported value is taken at the time of the
171 # Before that, it had complained about unclosed variables only when
172 # parsing the modifiers, but not when parsing the variable name.
depsrc.mk 10 # Demonstrate when exactly undefined variables are expanded in a dependency
directive-export-literal.mk 19 # XXX: After an .export, an .export-literal has no effect, even when the
varname-dot-makeflags.mk 28 # when parsing the makefiles. This is different from exported variables,
  /src/sys/arch/ia64/unwind/
stackframe.c 646 target->bsp.when = 0;
649 target->psp.when = 0;
652 target->rp.when = 0;
655 target->pfs.when = 0;
687 srec->rp.when = 0;
693 srec->pfs.when = 0;
699 srec->psp.when = 0;
708 if (srec->psp.when < regionoffset) {
715 if (srec->rp.when < regionoffset) {
722 if (srec->pfs.when < regionoffset)
    [all...]
  /src/lib/libc/arch/sh3/gen/
swapcontext.S 49 !! getcontext captures oucp resuming here with r12 (when PIC),
65 3: !! we get here on errors and when resuming oucp
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
99bottles.bf 138 ] end loop when cell 3 is 0
156 ] end loop when cell 4 is 0
204 ] end loop when cell 3 is 0
  /src/sys/arch/ia64/stand/common/
boot.c 164 time_t when, otime, ntime; local
194 when = otime + timeout; /* when to boot */
207 if (ntime >= when) {
214 kernelname, (int)(when - ntime),
215 (when-ntime)==1?"":"s");
help.common 106 Show contents of text files. When displaying the contents of more,
153 when the kernel is booted.
168 proceeding to initialize when booted.
191 Force the use of a serial console even when an internal console
200 a single-user mode will be entered when the kernel has finished
250 The command prompt is displayed when the loader is waiting for input.
262 when the kernel is booted. This can be overridden by setting
274 cannot be set below the default determined when the kernel
280 overrides the value determined when the kernel was compiled.
285 the value determined when the kernel was compiled
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mac.cc 244 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when,
253 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
276 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue,
307 dispatch_time_t when, dispatch_queue_t queue, void(^work)(void)) {
310 REAL(dispatch_after)(when, queue, asan_block);
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 79 # This is the exit point for the 060FPSP when an enabled overflow exception
97 # This is the exit point for the 060FPSP when an enabled underflow exception
115 # This is the exit point for the 060FPSP when an enabled operand error exception
134 # This is the exit point for the 060FPSP when an enabled signalling NaN exception
153 # This is the exit point for the 060FPSP when an enabled divide-by-zero exception
172 # This is the exit point for the 060FPSP when an enabled inexact exception
191 # This is the exit point for the 060FPSP when an enabled bsun exception
214 # This is the exit point for the 060FPSP when an F-Line Illegal exception is
216 # vector number 11: FP Unimplemented Instructions, FP implemented instructions when
228 # This is the exit point for the 060FPSP when an FPU disabled exception is
    [all...]
  /src/share/mk/
bsd.links.mk 50 # Handle case conflicts carefully, when _dst occurs
84 # Handle case conflicts carefully, when _dst occurs
bsd.ioconf.mk 11 # when the kernel build procedures are unified.
  /src/sys/dev/pcmcia/
if_cnwioctl.h 92 struct timeval when; member in struct:cnwtrail
  /src/bin/pax/
gen_subs.c 73 * constants used by ls_list() when printing out archive members
89 formattime(char *buf, size_t buflen, time_t when)
93 (void)localtime_r(&when, &tm);
95 if (when + SIXMONTHS <= time(NULL))
  /src/libexec/rpc.rquotad/
rquotad.c 174 time_to_rquota(time_t when, time_t now)
176 if (when == QUOTA_NOTIME) {
179 return when - now;

Completed in 3207 milliseconds

1 2 3 4 5 6