Searched refs:we (Results 51 - 75 of 291) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/mk/
H A Dsys.dependfile.mk24 # As per dirdeps.mk we only require:
39 # The order of preference: we will use the first one of these we find.
54 # If any already exist, we should follow suit.
56 # make sure we restore MACHINE
H A Dmeta.autodep.mk51 # unless we are building the entire directory or the default target.
67 # do not allow auto update if we ever built this dir without filemon
96 # we cannot get accurate dependencies from an update build
119 # sometimes we want .meta files generated to aid debugging/error detection
128 # if we have any non-libs in DPADD,
148 # if we don't have OBJS, then .depend isn't useful
153 # so we provide a means of suppressing them.
165 # we use ${.MAKE.META.CREATED} to trigger an update but
166 # we process using ${.MAKE.META.FILES}
168 # if necessary, we fak
[all...]
H A Dsys.mk20 # just in case we are an older bmake
35 # we expect a recent bmake
37 # some things we do only once
42 # we need HOST_TARGET etc below.
93 # some options we need to know early
114 # make sure we have a harmless value
118 # and do it early before we compute .PATH
152 # If we get to the end of the loop, a plain mkdir will issue an error.
168 # if .CURDIR is matched by any entry in DEBUG_MAKE_DIRS we
H A Ddirdeps-cache-update.mk43 # If we see that STATIC_DIRDEPS_CACHE is in use, we need to hook a
46 # If MK_STATIC_DIRDEPS_CACHE_UPDATE_IMMEDIATE is "yes" we update
51 # then we need do nothing except export STATIC_DIRDEPS_CACHE and
52 # DYNAMIC_DIRDEPS_CACHE for use when we are include during the visit
56 # for a target other than cache-update we simply copy
60 # If we are included for the target cache-update we take care of
92 # We are using static cache and this is the only look we will get.
93 # We want to generate an updated cache while we buil
[all...]
H A Dmanifest.mk22 # for each MANIFEST we have a list of dirs
24 # for each dir we have a ${MANIFEST}.SRCS.$dir
30 # which can be set per dir, per file or we use defaults
42 # but we can use
46 # the above is a little overkill but means we can easily adapt to
60 # as above and s is set to the name we store f as
H A Dmeta.sys.mk22 # absolute path to what we are reading.
38 # we do not support filemon
50 # tell everyone we are not updating Makefile.depend*
56 # we should not get upset
65 # only be silent when we have a .meta file
76 # we prefer the python version of this - it is much faster
119 # Are we, after all, in meta mode?
123 # we can afford to use cookies to prevent some targets
H A Djobs.mk36 # If bmake sets .MAKE.JOBS.C=yes we can use -jC and
38 # Otherwise we use 8.
52 # we like to rotate logs
91 # we need to reset .MAKE.LEVEL to 0 so that
H A Dmeta.subdir.mk38 # since we may pickup subdirs which are not relevant
46 # we want to find Makefile.depend.* ie for all machines
69 # we just dealt with it, if we leave it defined,
H A Dsys.dirdeps.mk23 # we should not be here otherwise
61 # we expect OBJROOT to end with / (- can work too)
95 # Now make sure we know what TARGET_SPEC is
96 # as we may need it to find Makefile.depend*
129 # we likely want to override env for OBJTOP
140 # where we do ${MAKE} -r
145 # we do not use MAKEOBJDIRPREFIX
146 # though we may have used it above to initialize OBJROOT
148 # this is what we expected in env
152 # this what we nee
[all...]
H A Dsys.clean-env.mk59 # This is the actual list that we will save
87 # This is a list of vars that we handle specially below
112 # otherwise the environment will be ruined when we evaluate them below.
120 # we cannot rely on the '$$' trick (depending on .MAKE.SAVE_DOLLARS)
121 # but we can export a literal (unexpanded) value
/freebsd-current/share/mk/
H A Dmeta.autodep.mk51 # unless we are building the entire directory or the default target.
67 # do not allow auto update if we ever built this dir without filemon
96 # we cannot get accurate dependencies from an update build
119 # sometimes we want .meta files generated to aid debugging/error detection
128 # if we have any non-libs in DPADD,
148 # if we don't have OBJS, then .depend isn't useful
153 # so we provide a means of suppressing them.
165 # we use ${.MAKE.META.CREATED} to trigger an update but
166 # we process using ${.MAKE.META.FILES}
168 # if necessary, we fak
[all...]
H A Dmeta.sys.mk22 # absolute path to what we are reading.
38 # we do not support filemon
50 # tell everyone we are not updating Makefile.depend*
56 # we should not get upset
65 # only be silent when we have a .meta file
76 # we prefer the python version of this - it is much faster
119 # Are we, after all, in meta mode?
123 # we can afford to use cookies to prevent some targets
H A Djobs.mk34 # If bmake sets .MAKE.JOBS.C=yes we can use -jC and
36 # Otherwise we use 8.
50 # we like to rotate logs
88 # we need to reset .MAKE.LEVEL to 0 so that
H A Dmeta.subdir.mk38 # since we may pickup subdirs which are not relevant
46 # we want to find Makefile.depend.* ie for all machines
69 # we just dealt with it, if we leave it defined,
H A Dlocal.sys.env.mk5 # some things we do only once
34 # we can use this for a cheap timestamp at the start of a target's script,
54 # we need HOST_TARGET etc below.
H A Dsys.dirdeps.mk23 # we should not be here otherwise
61 # we expect OBJROOT to end with / (- can work too)
95 # Now make sure we know what TARGET_SPEC is
96 # as we may need it to find Makefile.depend*
129 # we likely want to override env for OBJTOP
140 # where we do ${MAKE} -r
145 # we do not use MAKEOBJDIRPREFIX
146 # though we may have used it above to initialize OBJROOT
148 # this is what we expected in env
152 # this what we nee
[all...]
/freebsd-current/usr.bin/rwho/
H A Drwho.c82 struct whoent *we; local
147 we = w->wd_we;
149 if (aflg == 0 && we->we_idle >= 60 * 60) {
150 we++;
155 mp->myutmp = we->we_utmp;
156 mp->myidle = we->we_idle;
159 we++;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh29 # When we have dtrace_proc (but lack dtrace_kernel), we expect to be able to
32 # structures that we know we shouldn't be able to read, as they require reading
33 # in-kernel state that we cannot read with only dtrace_proc. Finally, there
34 # are a few fields that we may or may not be able to read depending on the
35 # specifics of context. This test therefore asserts that we can read what we
36 # think we should be able to, that we ca
[all...]
/freebsd-current/share/examples/printing/
H A Dmake-ps-header38 % Make sure we do not interfere with user's job that will follow
/freebsd-current/contrib/arm-optimized-routines/pl/
H A DDir.mk6 # These targets are defined if we prescribe pl in SUBS.
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBLineEntryExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc80 // have opposite signs, we are performing a subtraction. Otherwise, we
86 // implicit significand bit. If we fell through from the denormal path it
109 // If partial cancellation occured, we need to left-shift the result
119 // If the addition carried up, we need to right-shift the result and
128 // If we have overflowed the type, return +/- infinity.
133 // The result is denormal before rounding. The exponent is zero and we
H A Dfp_compare_impl.inc31 // check that we are ABI-compatible when compiling the builtins with GCC.
58 // If at least one of a and b is positive, we get the same result comparing
59 // a and b as signed integers as we would with a floating-point compare.
68 // Otherwise, both are negative, so we need to flip the sense of the
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh77 # Not really needed if we are going to do this as a module.
203 char buffer[BUFFERSIZE]; /* If we need to buffer something. */
268 * Here list some port addresses we might expect our widget to appear at:
301 * In the 'dumb' case we end up with more children than needed but
329 * If we've already got ${UPPER} attached somehow, don't try again.
353 * If we wanted to pretend PNP found it
354 * we could do this, and put matching entries
378 * foreign hardware. This is because we will be called to check against
400 * If we had a list of devices that we coul
[all...]

Completed in 344 milliseconds

1234567891011>>