/src/tests/usr.bin/xlint/lint2/ |
msg_008.exp | 1 func returns a value that is always ignored [lint2:008]
|
msg_009.exp | 1 func returns a value that is sometimes ignored [lint2:009]
|
/src/usr.bin/make/unit-tests/ |
deptgt-main.exp | 1 This target real-main is the one that is made.
|
sh-multi-line.mk | 3 # Tests for multi-line shell commands, to ensure that the line breaks
|
unexport.mk | 11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code 12 # was not reachable though. At that point, backslash-newline has already
|
varname-dot-newline.mk | 9 # > found in a command line in a makefile, the command line that is executed 11 # > that the first character of the next line shall not be included if it is 14 # The above quote assumes that each resulting <newline> character has a "next 15 # line", but that's not how the .newline variable works. 19 # Check that .newline is read-only 25 # to older or other variants of make that don't know that variable.
|
opt-debug-all.mk | 4 # except for -dL (lint), since that option is not related to debug logging
|
directive-for-null.mk | 3 # Test for parsing a .for loop that accidentally contains a null byte.
|
archive-suffix.mk | 7 # The code assumed that the .TARGET variable of every node would be set, but 8 # that is not guaranteed.
|
dep-op-missing.mk | 7 # To reach that point, there would have to be trailing whitespace in the line, 8 # but that is removed in an early stage of parsing.
|
jobs-error-nested-make.mk | 3 # Ensure that in jobs mode, when a command fails, the current directory is 5 # This marker is typically used for targets like 'all' that descend into
|
compat-error.mk | 5 # Make several targets that alternately succeed and fail. 9 # useful at that point to know the actual target that failed, or the complete 18 # insight into the command that actually failed. 23 # The commit that added the NULL command to gn->commands: 29 # The commit that skipped NULL commands for .ERROR_CMD:
|
varname-dot-parsedir.mk | 4 # of the file that is currently parsed. 14 # The .PARSEDIR may be absolute or relative, therefore there is not much that 21 # Not that anyone would ever want to do this, but there's code in parse.c, 22 # function PrintLocation, that explicitly handles this situation. 39 # There is absolutely no point in faking the location of the file that is
|
varparse-mod.mk | 6 # The condition contains two separate mistakes. The first mistake is that 7 # the :!cmd! modifier is missing the closing '!'. The second mistake is that 18 # As of 2020-10-02, some modifiers ensure that they are followed by either a 20 # that don't ensure this are (in order of appearance in ApplyModifier): 33 # On the other hand, these modifiers ensure that they are followed by a
|
var-recursive.mk | 3 # Tests for expressions that refer to themselves and thus cannot be 4 # evaluated, as that would lead to an endless loop. 14 # The chain of variables that refer to each other may be long. 22 # The variable refers to itself, but only in the branch of a condition that 39 # name. Ensure that these are checked as well.
|
cmdline-redirect-stdin.mk | 3 # Demonstrate that the '!=' assignment operator can read individual lines 6 # This edge case is an implementation detail that has no practical 23 # is actually specified by POSIX, which says that "The read utility shall
|
suff-clear-regular.mk | 21 # XXX: .a belongs to "Files that are only sources". 22 # XXX: .a.b belongs to "Files that are only sources". 23 # XXX: .b.a belongs to "Files that are only sources".
|
directive-dinclude.mk | 5 # including '.depend' files, that's where the 'd' comes from. 11 # No complaint that there is no such file. 18 # Errors that are not related to opening the file are still reported.
|
/src/sys/arch/sun68k/stand/ |
README | 3 The sun bootblocks are split into two parts: a small 1st-level program that 5 in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides 9 stage program from a set of filesystem block numbers that are hard-coded
|
/src/sys/lib/libkern/arch/m68k/ |
umodsi3.S | 12 * modification, are permitted provided that the following conditions 61 | NB: this requires that __udivsi3 preserve the %a0 62 | register, and that it returns the modulus in %d1:
|
/src/tests/usr.bin/indent/ |
opt_version.c | 10 Therefore the source file, if given, can contain arbitrary text that
|
/src/lib/libc/arch/powerpc/sys/ |
pipe.S | 15 _DOSYSCALL(pipe) # assume, that r5 is kept
|
/src/lib/libc/arch/powerpc64/sys/ |
pipe.S | 11 _DOSYSCALL(pipe) # assume, that r5 is kept
|
/src/games/dab/ |
ttyscrn.cc | 11 * modification, are permitted provided that the following conditions 217 TTYSCRN* that = new TTYSCRN; local in function:TTYSCRN::create 219 that->_tx = tx; 220 that->_ty = ty; 221 that->_sx = tx - 12; 222 that->_sy = TTYSCRN::offsy; 223 that->_acs = acs; 225 return that;
|
/src/games/warp/ |
config.h.SH | 21 * that running config.h.SH again will wipe out any changes you've made. 27 * This symbol, if defined, indicates that the program is being compiled 29 * things like files that don't go away the first time you unlink them, 34 * This symbol, if defined, indicates that the program is running under 49 * This symbol, if defined, indicates to the C program that it should 55 * This symbol, if defined, indicates that the ftime() routine exists. 60 * This symbol, if defined, indicates that the C program may use the 65 * This symbol, if defined, indicates that the C program may use the 70 * This symbol, if defined, indicates that the C program may use the 79 * This symbol, if defined, indicates that the getpwent() routin [all...] |