OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:As
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/sys/arch/m68k/060sp/dist/
errata
13
# THE SOFTWARE is provided on an "
AS
IS" basis and without warranty.
31
# SOFTWARE so long
as
this entire notice is retained without alteration
33
# versions are clearly identified
as
such.
38
68060 Software Package Errata
As
of 7 October 1994
/src/usr.bin/make/unit-tests/
varname-make_print_var_on_error.mk
6
# XXX:
As
of 2020-10-23, the .ERROR_CMD variable is pointless in compat mode
14
# XXX:
As
of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
varname-make_print_var_on_error-jobs.mk
7
# expressions expanded, just
as
they were printed to the shell command file.
10
# contains spaces
as
well, this value is only intended
as
a first hint to what
16
# XXX:
As
of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
20
#
As
of 2020-10-23, .ERROR_CMD only works in parallel mode.
varmod-match-escape.mk
3
#
As
of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
9
# are unescaped, and in the pattern matching these have the same meaning
as
21
#
as
well
as
an expression that expands to a ':'.
23
# XXX:
As
of 2020-11-01, when an escaped ':' occurs before the
26
# the expression is expanded
as
well, turning ${:U\:} into a simple
30
# XXX:
As
of 2020-11-01, the modifier on the right-hand side of the
34
# Therefore the escaped ':' is kept
as
-is, and the final pattern becomes
37
# If ParseModifier_Match had used the same parsing algorithm
as
Var_Subst,
38
# both patterns would end up
as
'::'
[
all
...]
job-output-long-lines.mk
10
#
As
of 2020-09-27, the default job buffer size is 1024. When a job produces
make-exported.mk
3
#
As
of 2020-08-09, the code in Var_Export is shared between the .export
vardebug.mk
13
# expect: Global: ignoring delete 'VAR'
as
it is not found
17
# expect: Global: ignoring ' = empty name'
as
the variable name '${:U}' expands to empty
19
# expect: Global: ignoring ' += empty name'
as
the variable name '${:U}' expands to empty
66
# By default, .SHELL is not defined and thus can be set.
As
soon
as
it is
69
# expect: Command: ignoring '.SHELL = overwritten'
as
it is read-only
varmod-order-shuffle.mk
8
#
As
of 2020-08-16, make uses random(3) seeded by the current time in seconds.
varparse-errors.mk
34
#
As
of 2020-12-01, errors in the variable name are silently ignored.
43
#
As
of 2020-12-01, errors in the variable name are silently ignored.
113
# call hierarchy is more confusing,
as
the '.include' line does not contain
var-op-append.mk
39
# '+=' assignment operator.
As
far
as
possible, the '+' is interpreted
as
51
# strange side effects in several other places
as
well.
62
# variable. After the assignment, the environment variable is left
as
-is,
cond-undef-lint.mk
5
#
As
of 2020-09-14, lint mode contains experimental code for printing
31
# mistake. The variable UNDEF,
as
used here, can be easily turned into
61
# nested variables into empty strings,
as
an equivalent to the :U modifier.
varmod.mk
3
# Tests for variable modifiers, such
as
:Q, :S,from,to or :Ufallback.
8
#
As
of 2024-06-05, the possible behaviors during parsing are:
30
# All no-colon modifiers get a "no",
as
the modifier name would be
76
# be written
as
'$$' in a literal variable value.
98
# XXX:
As
of 2020-09-13, it is not possible to use '$$' in a variable name
100
# '$' can be escaped
as
'$$'.
115
# A '$' followed by nothing is an error
as
well.
148
#
as
it would be wrong to skip past the end of the string.
159
# parts, an unescaped '$' is an undocumented and discouraged edge case,
as
it
160
# means the same
as
an escaped '$'
[
all
...]
cond-func.mk
47
# in a function argument.
As
with whitespace, these can be generated
81
# they are typically omitted for the other functions
as
well.
87
# interpreted
as
defined(A) && defined(B). Each kind of .if directive has a
100
# The plain word 'defined' is interpreted
as
'defined(defined)', see
106
# expect+1: A plain function name is parsed
as
defined(...).
107
. info A plain function name is parsed
as
defined(...).
111
# is interpreted
as
'defined(defined)', and the condition evaluates to true.
114
# expect+1: A plain function name is parsed
as
defined(...).
115
. info A plain function name is parsed
as
defined(...).
dep-var.mk
39
#
As
of 2020-09-03, the test dir.mk contains further details on this topic.
69
# would be interpreted
as
a dependency operator instead.
deptgt-posix.mk
5
#
As
of 2022-04-18, when parsing the dependency line '.POSIX', the variable
18
# before searching the file in the system search path,
as
described in
71
# If the main makefile has a '.for' loop
as
its first non-comment line, a
82
# If the main makefile has an '.if' conditional
as
its first non-comment line,
108
# POSIX defines comment lines
as
"blank lines, empty lines, and lines with
109
# <number-sign> ('#')
as
the first character".
118
# In that mode, '.POSIX:' just loads <posix.mk>, which works
as
well.
directive-export-gmake.mk
3
# Tests for the export directive (without leading dot),
as
in GNU make.
20
# It only exports VAR and appends everything else
as
the variable value.
21
export VAR=exported VAR2=exported-
as
-well
22
.if ${:!echo "\$VAR"!} != "exported VAR2=exported-
as
-well"
50
ONCE= expanded once, leaving $${TWICE}
as
-is
52
.if ${:!echo "\$VAR"!} != "expanded once, leaving \${TWICE}
as
-is"
57
# to an empty string,
as
usual.
69
# interpreted
as
a dependency operator.
79
#
As
a side effect, this test demonstrates that the 'export' directive exports
directive-include.mk
31
#
As
of 2020-11-21, anything after the delimiter '"' is ignored.
42
# '.include' directives are typically kept
as
simple
as
possible.
46
# line, which is ignored
as
of 2021-12-03.
directive-undef.mk
85
#
As
of var.c 1.762, this doesn't happen though because the error handling
111
# the global scope
as
well
as
from the environment.
sh-flags.mk
8
#
As
soon
as
an interaction of switches is identified
as
obvious and expected,
/src/distrib/mac68k/miniroot/
install.md
21
# ``
AS
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
147
As
with anything which modifies your hard disk's contents, this
/src/sys/arch/sun2/sun2/
locore.s
23
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``
AS
IS'' AND
65
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``
AS
IS'' AND
93
| of the kernel text segment (not necessarily the same
as
kernbase).
97
| This is the entry point,
as
well
as
the end of the temporary stack
102
|
As
opposed to the sun3, on the sun2 the kernel is linked low. The
192
jeq _C_LABEL(addrerr) | no, handle
as
usual
203
movl %a1@(10),%d1 | fault address is
as
given in frame
252
moveq #T_FPEMULI,%d0 | denote
as
FP emulation trap
258
moveq #T_FPEMULD,%d0 | denote
as
FP emulation tra
[
all
...]
/src/usr.sbin/sysinst/arch/shark/
msg.md.es
22
* THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``
AS
IS''
85
OpenFirmware puede cargar un n�cleo a.out de NetBSD (perdone, pero ELF no est� soportado) directamente desde una partici�n FFS del disco local.
As
� que, para
/src/etc/namedb/
bind.keys
3
# which are included
as
part of BIND 9.
As
of the current release, the only
18
# These keys are current
as
of February 2017. If any key fails to
26
# NOTE: The ISC DLV zone is being phased out
as
of February 2017;
60
# file
as
initializing keys; thereafter, the keys in the
/src/distrib/hp300/miniroot/
install.md
21
# ``
AS
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
462
installation is install an appropriate kernel for your machine (such
as
495
As
with anything which modifies your hard disk's contents, this
/src/doc/
TODO.compat-module
8
module; the breakage was introduced
as
the fix for a build break.
18
defopt/defflag lines in the config files*
as
needed, to insure that
52
code
as
needed. More work may be needed here (see #18 below).
71
as
for building kernels. See PR port-xen/53130. This currently
89
As
far
as
I can tell, none of the MD compat code is currently built
Completed in 233 milliseconds
1
2
Indexes created Sun Feb 15 12:34:49 CET 2026