HomeSort by: relevance | last modified time | path
    Searched refs:that (Results 1 - 25 of 370) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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.
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.
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.
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
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
dotwait.mk 9 # that the tests are run one by one, with parallelism
20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
24 # then the target names will differ in numeric components, such that
30 # are converted to ".*". Two targets that are expected to
31 # be made in parallel will thus print the same strings, so that the
counter-append.mk 6 # This works since 2020-09-23. Before that, the counter ended up at having
8 # The cause for this surprising behavior was that the ::= variable modifiers
counter.mk 6 # This works since 2020-09-23. Before that, the counter ended up at having
8 # The cause for this surprising behavior was that the ::= variable modifiers
modmisc.mk 10 # and decorate, note that $'s need to be doubled. Also note that
22 # Demonstrates modifiers that are given indirectly from a variable.
46 # The :U modifier turns even the "" variable into something that has a value.
recursive.mk 7 # The purpose of evaluating that variable early was just to detect
9 # parsed with VARE_PARSE for that purpose.
24 # Seen in pkgsrc/x11/libXfixes, and probably many more package that use
34 # therefore that's acceptable. In most practical cases, the missing
  /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/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/tests/usr.bin/indent/
opt_version.c 10 Therefore the source file, if given, can contain arbitrary text that
  /src/games/dab/
ttyscrn.cc 11 * modification, are permitted provided that the following conditions
217 TTYSCRN* that = new TTYSCRN; local
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...]
  /src/lib/libc/arch/or1k/sys/
pipe.S 15 _DOSYSCALL(pipe) # assume, that r5 is kept
  /src/lib/libc/
libcincludes.mk 3 # Makefile fragment shared across several parts that want to look
  /src/lib/libm/arch/mc68881/
s_logb.S 12 * modification, are permitted provided that the following conditions
45 | except that logb(0) is -INF, logb(INF) is +INF, and logb(NAN) is that NAN.
  /src/sys/compat/netbsd32/
netbsd32.mk 3 # makefile fragment that tells you if you should support netbsd32 or not.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 14 @ Assume that "q" part of the floating-point registers is not used
30 @ r1=0 means that we are tracing an entry event
43 @ Assume that d1-d7 are not used for the return value.
44 @ Assume that "q" part of the floating-point registers is not used for the
61 @ 1 means that we are tracing an exit event
75 @ Assume that "q" part of the floating-point registers is not used
91 @ r1=2 means that we are tracing a tail exit event
92 @ But before the logging part of XRay is ready, we pretend that here a

Completed in 247 milliseconds

1 2 3 4 5 6 7 8 91011>>