OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:As
(Results
1 - 25
of
226
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/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
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.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.
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.
varparse-mod.mk
5
#
As
of 2020-10-02, the below condition does not result in a parse error.
10
#
As
of 2020-10-02, the actual parse result of this condition is a single
14
# "= "value"", which is interpreted
as
a SysV substitution modifier with an
18
#
As
of 2020-10-02, some modifiers ensure that they are followed by either a
54
# ::= (
as
well
as
the other assignment modifiers)
varparse-mod.mk
5
#
As
of 2020-10-02, the below condition does not result in a parse error.
10
#
As
of 2020-10-02, the actual parse result of this condition is a single
14
# "= "value"", which is interpreted
as
a SysV substitution modifier with an
18
#
As
of 2020-10-02, some modifiers ensure that they are followed by either a
54
# ::= (
as
well
as
the other assignment modifiers)
suff-main.mk
18
# Declaring both '.1' and '.2'
as
suffixes turns the '.1.2' target into an
19
# inference rule (OP_TRANSFORM).
As
a side effect, this target is no longer
20
# a candidate for the main target. Therefore the next target is selected
as
dep-wildcards.mk
3
# Tests for wildcards such
as
*.c in dependency declarations.
11
# This is not a wildcard rule
as
implemented by GNU make,
as
those rules would
13
# in the current working directory.
As
there are no such files, the target
suff-main.mk
18
# Declaring both '.1' and '.2'
as
suffixes turns the '.1.2' target into an
19
# inference rule (OP_TRANSFORM).
As
a side effect, this target is no longer
20
# a candidate for the main target. Therefore the next target is selected
as
dep-wildcards.mk
3
# Tests for wildcards such
as
*.c in dependency declarations.
11
# This is not a wildcard rule
as
implemented by GNU make,
as
those rules would
13
# in the current working directory.
As
there are no such files, the target
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
...]
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
...]
varmod-range.mk
23
# undefined
as
well. This should not come
as
a surprise.
39
# XXX:
As
of 2023-12-17, the ':range=n' modifier does not turn the undefined
50
#
As
of 2020-11-01, they are accepted though, using up all available memory.
57
# The :range modifier requires a number
as
parameter.
59
# Until 2020-11-01, the parser tried to read the 'x'
as
a number, failed and
73
# This parse error stops at the 'x', trying to parse it
as
a variable
82
#
As
of 2020-11-01, numeric overflow is not detected.
83
# Since strtoul returns ULONG_MAX in such a case, it is interpreted
as
a
varmod-range.mk
23
# undefined
as
well. This should not come
as
a surprise.
39
# XXX:
As
of 2023-12-17, the ':range=n' modifier does not turn the undefined
50
#
As
of 2020-11-01, they are accepted though, using up all available memory.
57
# The :range modifier requires a number
as
parameter.
59
# Until 2020-11-01, the parser tried to read the 'x'
as
a number, failed and
73
# This parse error stops at the 'x', trying to parse it
as
a variable
82
#
As
of 2020-11-01, numeric overflow is not detected.
83
# Since strtoul returns ULONG_MAX in such a case, it is interpreted
as
a
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
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
s3c6400.dtsi
12
* S3C6400 SoC.
As
device tree coverage for S3C6400 increases, additional
s3c6400.dtsi
12
* S3C6400 SoC.
As
device tree coverage for S3C6400 increases, additional
s3c6410.dtsi
12
* S3C6410 SoC.
As
device tree coverage for S3C6410 increases, additional
/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
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
...]
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
...]
Completed in 33 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Fri Oct 17 09:09:57 GMT 2025