Searched refs:that (Results 51 - 75 of 396) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk10 # and decorate, note that $'s need to be doubled. Also note that
26 # Demonstrates modifiers that are given indirectly from a variable.
50 # The :U modifier turns even the "" variable into something that has a value.
H A Ddeptgt.mk40 # Just to show that a malformed expression is only expanded once in
41 # ParseDependencyTargetWord. The only way to produce an expression that
45 # that nobody uses it.
H A Dopt-debug-file.mk17 # Make sure that the debug logging file contains some logging.
27 # To get the unexpanded text that was actually written to the debug log
28 # file, the content of that log file must not be stored in a variable.
H A Dvarmod-order-shuffle.mk10 # part of make that uses random numbers.
16 # Note that 1 in every 10! trials two independently generated
18 # support checking probabilistic output, so we accept that each of the
H A Dvar-op-default.mk31 # This comes very close to the description, the only difference is that
52 # 'VAR.${:Uparam}' to see whether the variable already existed. Since that
55 # during that, the variable name was expanded.
62 # Now demonstrate that the variable name is indeed expanded exactly once.
64 # in and around the code that expands variable expressions in the various
H A Ddep-var.mk5 # Uh oh, this feels so strange that probably nobody uses it. But it seems to
37 # Later, in SuffExpandChildren, that expression is expanded again by calling
46 # variable is expanded when the shell command is generated. At that point,
64 # Cover the code in SuffExpandChildren that deals with malformed variable
67 # This seems to be an edge case that never happens in practice, and it would
77 # "all" target, that is, the "$$I" is first expanded to "$I", and in a second
H A Dcomment.mk11 that \
15 # Comments can be indented with spaces, but that is rather unusual.
41 # not count as a line continuation, therefore the variable assignment that
H A Ddirective-export-impl.mk19 # This is a variable that references another variable. At this point, the
26 # After that, ExportVars registers the variable name in .MAKE.EXPORTED.
47 # which are still VAR_EXPORTED|VAR_REEXPORT, which means that the variable
H A Dopt-m-include-dir.mk8 # directory that contains a file called canary.mk.
16 # target "step2" that is needed by "step2.mk".
41 # single file from that search path.
/freebsd-13-stable/share/mk/
H A Dbsd.port.subdir.mk4 # Autodetect if the command is being run in a ports tree that's not rooted
H A Ddirdeps-targets.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
22 # The basic idea is that we have a list of directories in
27 # Finally we select any that match conditions like REQUESTED_MACHINE
104 # the last tupple element? if so match on that
120 # we only want those that match REQUESTED_MACHINE/REQUESTED_TARGET_SPEC
H A Dsrc.sys.env.mk26 # site customizations that do not depend on anything!
72 # If we were found via .../share/mk we need to replace that
73 # with ${.PARSEDIR:tA} so that we can be found by
H A Dsys.dependfile.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
22 # 2. that machine specific files end in .${MACHINE}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp45 // If fewer of 1/8 of the array is empty (meaning that many are filled with
83 // prefer to return it than something that would require more probing.
122 const SmallPtrSetImplBase &that) {
126 if (that.isSmall()) {
130 CurArray = (const void**)safe_malloc(sizeof(void*) * that.CurArraySize);
133 // Copy over the that array.
134 CopyHelper(that);
139 SmallPtrSetImplBase &&that) {
141 MoveHelper(SmallSize, std::move(that));
225 // FIXME: From here on we assume that bot
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql38 Same as in V1 schema, except that it uses the `WITHOUT ROWID` optimization:
41 Note that this optimization is only supported starting from SQLite version
43 only used for newer filesystem formats that were released together with
83 /* An INSERT takes an SQLite reserved lock that prevents other writes
84 but doesn't block reads. The incomplete transaction means that no
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S6 # permitted provided that the above copyright notice and this
18 # A 512 byte MBR boot manager that simply boots the active partition.
41 # Relocate ourself to a lower address so that we are out of the way when
54 # Scan the partition table looking for an active entry. Note that %ch is
56 # the active partition in %si and scan the entire table to ensure that only
74 # Ok, we've found a possible active partition. Check to see that the drive
85 # Ok, now that we have a valid drive and partition entry, load the CHS from
121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
21 # The basic idea is that we have a list of directories in
26 # Finally we select any that match conditions like REQUESTED_MACHINE
104 # the last tupple element? if so match on that
120 # we only want those that match REQUESTED_MACHINE/REQUESTED_TARGET_SPEC
H A Dwarnings.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
78 # we need to turn off -Wuninitialized as otherwise we get a warning that
89 # Replacing the above .for loops with the WARNINGS+= below solves that
103 # NOTE: that we force the target extension to be .o
124 # it is rather silly that g++ blows up on some warning flags
H A Djava.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
56 # this lot does that but needs a recent netbsd make or
H A Dlibs.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
64 # ensure that we don't clobber each other's dependencies
H A Dprogs.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
63 # ensure that we don't clobber each other's dependencies
H A Dsys.dependfile.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
21 # 2. that machine specific files end in .${MACHINE}
H A Dauto.obj.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
19 # A race condition in some versions of mkdir, means that it can bail
20 # if another process made a dir that mkdir expected to.
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh7 # modification, are permitted provided that the following conditions
116 # Check that a string matches a regexp; use the specified id
129 # Run "ps $args -p $$"; check that only one line is printed,
147 # Run "ps $args"; check that the heading matches the expected regexp.
158 # Run "ps $args"; check that the heading matches a regexp constructed
170 # and check that the heading always has the correct keywords.
184 atf_set "descr" "Checks that the default set of columns is correct" \
185 "and also check that the columns printed by the -j," \
202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
/freebsd-13-stable/share/dtrace/
H A Dnfsattrstats10 * modification, are permitted provided that the following conditions
34 * that instigated the activity. Notice that NFS events may happen

Completed in 160 milliseconds

1234567891011>>