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
113
) sorted by relevancy
1
2
3
4
5
/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.
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
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
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
suff-add-later.mk
17
# Adding .d and .e
as
suffixes should turn the above regular rules into
24
# XXX:
As
of 2020-10-20, the result is unexpected.
28
# XXX: .c.d is listed
as
"Files that are only sources".
29
# XXX: .d.e is listed
as
"Files that are only sources".
suff-clear-regular.mk
11
# targets are interpreted
as
transformation rules.
19
# XXX:
As
of 2020-10-20, the result is unexpected.
dep.mk
3
# Tests for dependency declarations, such
as
"target: sources".
7
#
As
soon
as
a target is defined using one of the dependency operators, it is
20
# the first ';', without parsing expressions
as
such. It interpreted the
21
# first ';'
as
the separator between the dependency and its commands, and the
22
# '^'
as
a shell command.
cond-cmp-unary.mk
29
# XXX:
As
of 2023-06-01, this empty string is interpreted "
as
a number" in
36
#
as
a number if possible, otherwise
as
a string.
48
# XXX:
As
of 2023-06-01, the implementation in EvalTruthy does not skip
67
# Multiple words cannot be parsed
as
a single number, thus evaluating to true.
compat-error.mk
8
# this information may give a hint
as
to which target failed, it would be more
17
#
As
of 2020-12-13, '.ERROR_CMD' is empty, which does not provide any
suff-rebuild.mk
24
# XXX: At a quick glance, the code in SuffUpdateTarget looks
as
if it were
28
#
As
of 2020-09-25, uncommenting the following line results in the error
36
# If UpdateTargets were to iterate over 'transforms'
as
well, it still
suff-transform-endless.mk
23
# XXX:
As
of 2020-10-20, the result is unexpected.
27
# XXX: .c.d is listed
as
"Files that are only sources".
28
# XXX: .d.e is listed
as
"Files that are only sources".
30
# XXX: .c.d is not listed
as
"Transformations".
31
# XXX: .d.c is not listed
as
"Transformations".
32
# XXX: .d is not listed
as
"Transformations".
33
# XXX: .d.e is not listed
as
"Transformations".
34
# XXX: .e.d is not listed
as
"Transformations".
35
# XXX: Found 'all'
as
'(not found)'
varmod-order-shuffle.mk
8
#
As
of 2020-08-16, make uses random(3) seeded by the current time in seconds.
varmod-l-name-to-value.mk
3
# Tests for the :L modifier, which returns the variable name
as
the new value.
21
# The name of the expression is still the same
as
before. Using the :L
24
# Hmmm, this can be used
as
a double storage or a backup mechanism.
37
#
As
of 2020-10-02, the :L modifier does not ensure that it is followed by
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
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
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
/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/distrib/amiga/stand/
device-streams.README.md
63
* xstreamtodev:
As
streamtodev but with extra options to specify block range.
64
* xdevtostream:
As
devtostream but with extra options to specify block range.
Completed in 20 milliseconds
1
2
3
4
5
Indexes created Wed Oct 15 16:09:53 GMT 2025