Searched refs:that (Results 76 - 100 of 396) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/mk/
H A Dmanifest.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
23 # that provides the absolute path to the contents
33 # means that sbin and usr/sbin get 550 all other dirs get 555
H A Dsys.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
124 # A race condition in mkdir, means that it can bail if another
125 # process made a dir that mkdir expected to.
H A Dautoconf.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dfiles.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dinc.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dinstall-new.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Drst2htm.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dscripts.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dsrctop.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dyacc.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-eof.mk12 # an edge case that does not occur during normal operation, therefore there
H A Dcond-undef-lint.mk31 # an expression that is always defined, using the :U modifier.
56 # Variables that are referenced indirectly may be undefined in a condition.
62 # The crucial point is that at the point where the variable appears in the
64 # variables. In particular, there is no modifier that would turn undefined
H A Ddepsrc.mk22 : 'declaration. If that fails because the variable is undefined,'
H A Dcond-token-var.mk25 # A variable that appears on the left-hand side must be defined.
31 # A variable that appears on the right-hand side must be defined.
H A Ddep-colon-bug-cross-file.mk5 # to that target.
24 # for this is that in MainParseArgs, the command line arguments were not
H A Dmodts.mk13 # XXX note that this causes problems, when make decides
35 # The :ts modifier also applies to word separators that are added
H A Dvarmod.mk17 # argument of that modifier, a '$' is escaped using the backslash instead.
32 # to mean a single '$'. This contradicts the manual page, which says that
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
10 * constant literals that are shared across profiling runtime library,
21 * The first part of the file includes macros that defines types, names, and
24 * macro associated with that structure. Only one field activation record
53 * The second part of the file includes definitions all other entities that
308 * This is the header of the data structure that defines the on-disk
320 * The first element of the array that stores the number of profiled
368 *The number of value profile kinds that has value profile data.
644 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
645 * so that utilitie
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc39 // Used to track changes to the allocator that will affect
49 // ABI changes in a way that breaks allocator enumeration.
65 // Library functions that need to modify the zone will set PROT_WRITE on it.
134 // since that appropriately changes VM region protections on the zone.
285 // TODO(glider): check that |size| is valid.
304 // Provide stub implementation that fails.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
10 * constant literals that are shared across profiling runtime library,
21 * The first part of the file includes macros that defines types, names, and
24 * macro associated with that structure. Only one field activation record
53 * The second part of the file includes definitions all other entities that
308 * This is the header of the data structure that defines the on-disk
320 * The first element of the array that stores the number of profiled
368 *The number of value profile kinds that has value profile data.
644 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
645 * so that utilitie
[all...]
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
20 # A race condition in some versions of mkdir, means that it can bail
21 # if another process made a dir that mkdir expected to.
H A Dbsd.init.mk5 # top of all <bsd.*.mk> files that actually "build something".
29 # Handle INSTALL_AS_USER here to maximize the chance that
49 # optimize targets that are only needed when building something, such as
59 # targets that are ok at level 0
H A Dbsd.port.mk4 # Autodetect if the command is being run in a ports tree that's not rooted
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id14 # modification, are permitted provided that the following conditions
36 # check that we have something mildly sane as our shell, or try to find something better
48 If you have a more recent shell available, that supports \$(...) etc.
49 please try setting the environment variable SANE_SH to the path of that
50 shell, and then retry running this script. If that works, please report
91 # check that the files are readable
228 printf '%s: INFO: attempting to log in with the new key(s), to filter out any that are already installed\n' "$0" >&2
236 # The point being that if file based, ssh needs the private key, which it cannot
284 printf '%s: ERROR: installation of key #%d failed (please report a bug describing what caused this, so that we can make this message useful)\n' "$0" "$KEY_NO" >&2
294 # Assuming that th
[all...]
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql5 -- modification, are permitted provided that the following conditions are
33 -- to ensure that the initial contents of the database (the table layout as
58 -- it turns out that the database got corrupted.
91 -- The tables in this section represent all the components that form a test
106 -- the table. All properties of that metadata object thus receive the same
127 -- TODO(jmmv): I think this index is useless given that the primary key in the
164 -- Note that this indicates both the interface for the test program and
186 -- Optimize the loading of all test cases that are part of a test program.
193 -- Note that there is a 1:1 relation between test cases and their results.
231 -- hash to the file contents and use that a
[all...]

Completed in 209 milliseconds

1234567891011>>