Searched refs:with (Results 76 - 100 of 561) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
139 # Access with "int" to get Nth item in the list
145 # Access with "str" to get values by name
155 # Match with regex
/freebsd-13-stable/contrib/bearssl/conf/
H A DWin.mk1 # Configuration for a native build on a Windows system with Visual Studio.
16 # name is distinct from the 'import library' generated along with the DLL.
65 # by default. Building can still be invoked with an explicit target call
H A Dsamd20.mk2 # Pro evaluation kit, on a Unix-like system, with a GNU toolchain.
/freebsd-13-stable/contrib/bearssl/mk/
H A DNMake.mk25 # This file sets variables for use with NMake.exe, as distributed with
31 # Default configuration is 'Win' (native build with Visual Studio).
/freebsd-13-stable/contrib/bmake/mk/
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
28 # elaborate things with CFLAGS. The current, simpler
35 # Only works with a make(1) that does nested evaluation correctly.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt-end-jobs.mk10 # Before 2020-08-22, this test crashed with a null pointer dereference.
11 # Before 2020-09-23, this test crashed with an assertion failure.
41 # At the point where the commands of a node with deferred commands are run,
H A Dvarparse-errors.mk23 ERR_BAD_MOD= An ${:Uindirect:Z} expression with an unknown modifier.
46 VAR.${:U:Z}post= unknown modifier with text in the variable name
47 .if ${VAR.post} != "unknown modifier with text in the variable name"
H A Dvarmod-sysv.mk4 # "from" with "to". It can also use '%' as a wildcard.
26 # The :from=to modifier is therefore often combined with the :M modifier.
33 # matches. The same effect can be achieved with the :S,$,teen, modifier.
95 # of a SysV substitution modifier, and it was replaced with the whole match,
150 # The suffix "o" is replaced with "X".
155 # The suffix "o" is replaced with nothing.
160 # The suffix "o" is replaced with a literal percent. The percent is only
166 # Each word with the suffix "o" is replaced with "X". The percent is a
172 # Each word with th
[all...]
H A Dvar-op-default.mk30 # expression $i or ${i} or ${i:...} is substituted with ${:Uloop-value}.
53 # variable didn't exist (and variables with '$' in their name are particularly
54 # fragile), the variable assignment with "not used" was performed, and only
70 EXPAND.${PARAM}?= value with param
71 .if ${${EXPAND_NAME}} != "value with param"
H A Dvar-op-assign.mk14 # is discarded. Otherwise the value would start with a single tab.
23 # The '#' needs to be escaped with a backslash, this happens in a very
25 # commands, which are indented with a tab.
27 # The '$' needs to be escaped with another '$', otherwise it would refer to
33 # different. Run make with the -dc option to see the details.
39 # In this example, the reference is to the variable with the empty name,
89 # line, since any commands run after that are probably working with
H A Dvarmod-assign.mk15 # the variable FIRST ends up with the value 1.
20 # variable LAST ends up with the value 3.
25 # the variable APPENDED ends up with the value "1 2 3".
30 # Just as with the ::= modifier, the last value is stored in the
55 # variable is write-protected. Therefore it is rejected early with a
63 # expression is empty. Assigning to it is rejected as well, with the
76 # The modifier for assignment operators starts with a ':'.
H A Ddepsrc.mk3 # Tests for special sources (those starting with a dot, followed by
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S18 @ In C++ it is void extern "C" __xray_FunctionEntry(uint32_t FuncId) with
33 @ Call the handler with 2 parameters in r0 and r1
49 @ In C++ it is extern "C" void __xray_FunctionExit(uint32_t FuncId) with
65 @ Call the handler with 2 parameters in r0 and r1
82 @ with FuncId passed in r0 register.
98 @ Call the handler with 2 parameters in r0 and r1
/freebsd-13-stable/share/dtrace/
H A Dhotopen6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
31 * a paritcular user is thrashing a system with rapid calls to
H A Dblocking6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
29 * This little script is for use with programs that use event loop and should
H A Dnfsclienttime7 * Laboratory with support from a grant from Google, Inc.
9 * Redistribution and use in source and binary forms, with or without
16 * documentation and/or other materials provided with the distribution.
/freebsd-13-stable/share/examples/flua/
H A Dlibjail.lua8 * Redistribution and use in source and binary forms, with or without
15 * documentation and/or other materials provided with the distribution.
38 -- Create a persistent jail named "demo" with all other parameters default.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql2 * This is intended for use with SQLite 3
7 * distributed with this work for additional information
11 * with the License. You may obtain a copy of the License at
42 3.8.2 (2013-12-06). To keep compatibility with existing binaries, it is
43 only used for newer filesystem formats that were released together with
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh6 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
517 atf_set "descr" "tests with cmdsubs containing embedded ')'"
562 atf_check -s exit:0 -o inline:'D.1: here-doc with )\n' \
566 D.1: here-doc with )
572 atf_check -s exit:0 -o inline:'D.3: here-doc with \()\n' \
576 D.3: here-doc with \()
581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \
585 E: here-doc terminated with a parenthesis ("academic")
590 -o inline:'F.1: here-doc embed with unba
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
57 return "Object with a +0 retain count returned to caller where a +1 "
158 os << "Object returned to caller with a +0 retain count";
266 << Sym->getType().getAsString() << "' with a ";
269 << "' with a ";
272 << "' with a ";
277 os << "an Objective-C object with a ";
281 << " with a ";
352 /// Find the first node with the parent stack frame.
510 os << "NSArray literal is an object with
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.doc.mk34 # USE_EQN If set, preprocess with eqn(1). [not set]
36 # USE_PIC If set, preprocess with pic(1). [not set]
38 # USE_REFER If set, preprocess with refer(1). [not set]
40 # USE_SOELIM If set, preprocess with soelim(1). [not set]
42 # USE_TBL If set, preprocess with tbl(1). [not set]
111 # Compatibility mode flag for groff. Use this when formatting documents with
H A Dsrc.sys.env.mk7 # what we would get with 'cd'. So just force resolve it now if it is an
64 # based on cookies. It's fine with filemon though.
73 # with ${.PARSEDIR:tA} so that we can be found by
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql2 * This is intended for use with SQLite 3
7 * distributed with this work for additional information
11 * with the License. You may obtain a copy of the License at
/freebsd-13-stable/tools/tools/editing/
H A Dfreebsd.vim4 " Redistribution and use in source and binary forms, with or without
12 " documentation and/or other materials provided with the distribution.
27 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
/freebsd-13-stable/crypto/heimdal/
H A Dcompile21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
111 # object file name, since that is what matters with a parallel build.

Completed in 201 milliseconds

1234567891011>>