Searched refs:that (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-main.exp1 This target real-main is the one that is made.
H A Dunexport.mk11 # 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
H A Dvarname-dot-newline.mk9 # > 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
H A Dvarname-dot-parsedir.mk4 # 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
H A Dcmdline-redirect-stdin.mk3 # 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
H A Ddotwait.mk9 # 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
H A Dcounter.mk6 # 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
H A Dcounter-append.mk6 # 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
/freebsd-current/tools/test/stress2/misc/
H A Dmprotect2.sh9 # modification, are permitted provided that the following conditions
37 For example, write a program that mmap(MAP_ANON)'s a gigabyte of
38 PROT_WRITE virtual address space, iterates over that space removing
H A Dvm_reserv_populate.sh8 # modification, are permitted provided that the following conditions
121 // Assume that aligned loads are atomic.
125 // Assume that processor respects data dependencies
126 // (and that compiler won't break them).
166 // Assume that aligned loads are atomic.
/freebsd-current/crypto/openssl/test/
H A Dgenerate_buildtest.pl19 * Generated with test/generate_buildtest.pl, to check that such a simple
/freebsd-current/contrib/dialog/samples/
H A Dchecklist1219 Dog:No, that's not my dog.:ON
20 Orange:Yeah, that's juicy.:off
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dfuchsia.inc5 // This ensures the vDSO is a direct link-time dependency of anything that
/freebsd-current/contrib/bmake/mk/
H A Dtarget-flags.mk31 # It is important that target-flags.mk is included after other
32 # macro files and that target specific flags that may reference
33 # _$v are set after that.
35 # Only works with a make(1) that does nested evaluation correctly.
46 # This file is provided in the hope that it will
49 # use this file is hereby granted provided that
H A Dhost.libnames.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dlibnames.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
H A Ddpadd.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
20 # This makefile manages a number of variables that simplify
26 # List of LIB* that we will actually link with
28 # DPLIBS is a short-cut to ensure that DPADD and LDADD are
31 # DPADD List of LIB* that should already be built.
34 # List of LIB* that we want headers from, we do *not*
35 # require that such libs have been built.
66 # only add -I${SRC_${__lib:T:R}}/h on the basis that
76 # Since we can safely assume that
[all...]
/freebsd-current/crypto/openssl/providers/
H A Ddecoders.inc84 * A decoder that takes a SubjectPublicKeyInfo and figures out the types of key
85 * that it contains. The output is the same SubjectPublicKeyInfo
90 * A decoder that recognises PKCS#8 EncryptedPrivateKeyInfo structure
/freebsd-current/crypto/openssl/Configurations/
H A Dunix-checker.pm5 # Check that the perl implementation file modules generate paths that
14 directory separators). Please use an implementation that matches your
H A Dwindows-checker.pm5 # Check that the perl implementation file modules generate paths that
14 slash directory separators). Please use an implementation that matches your
/freebsd-current/lib/csu/riscv/
H A Dcrti.S14 * modification, are permitted provided that the following conditions
36 # this puts __global_pointer$ into .dynsym, so symlook_obj can now find that
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh9 excludes: A shell script which defines test cases that are to be skipped,
/freebsd-current/stand/lua/
H A Dhook.lua7 -- modification, are permitted provided that the following conditions
33 -- Register a hook type; these are the names that hooks may be registered for.
34 -- It is expected that modules will register all of their hook types upon
39 -- with the name of the module that registered them. They would also ideally
40 -- describe an action that may or may not match a function name.
58 -- Takes a hooktype and runs all functions associated with that specific hook
59 -- type in the order that they were registered in. This ordering should likely
68 -- catch that as soon as possible.
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
54 * that we record the timestamp, because chill() causes the
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S15 @ Assume that "q" part of the floating-point registers is not used
31 @ r1=0 means that we are tracing an entry event
45 @ Assume that d1-d7 are not used for the return value.
46 @ Assume that "q" part of the floating-point registers is not used for the
63 @ 1 means that we are tracing an exit event
78 @ Assume that "q" part of the floating-point registers is not used
94 @ r1=2 means that we are tracing a tail exit event
95 @ But before the logging part of XRay is ready, we pretend that here a

Completed in 181 milliseconds

1234567891011>>