Home
last modified time | relevance | path

Searched full:separate (Results 1 – 25 of 2426) sorted by relevance

12345678910>>...98

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td4 class S<string name>: Separate<["--", "-"], name>;
13 def attach_name: Separate<["--", "-"], "attach-name">,
17 def: Separate<["-"], "n">,
30 def attach_pid: Separate<["--", "-"], "attach-pid">,
34 def: Separate<["-"], "p">,
55 def script_language: Separate<["--", "-"], "script-language">,
59 def: Separate<["-"], "l">,
84 def repl_language: Separate<["--", "-"], "repl-language">,
88 def: Separate<["-"], "R">,
124 def one_line_on_crash: Separate<["--", "-"], "one-line-on-crash">,
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td52 def reproduce: Separate<["--"], "reproduce">,
55 Alias<!cast<Separate>(reproduce)>,
129 def ignore_auto_link_option : Separate<["--"], "ignore-auto-link-option">,
132 Alias<!cast<Separate>(ignore_auto_link_option)>,
200 def arch : Separate<["-"], "arch">,
204 def o : Separate<["-"], "o">,
219 def weak_library : Separate<["-"], "weak_library">,
227 def needed_library : Separate<["-"], "needed_library">,
235 def reexport_library : Separate<["-"], "reexport_library">,
244 def upward_library : Separate<["-"], "upward_library">,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td8 def build_accelerator: Separate<["--", "-"], "build-accelerator">,
23 def linker: Separate<["--", "-"], "linker">,
44 defm separate_debug_file : BB<"separate-debug-file",
48 def tombstone: Separate<["--", "-"], "tombstone">,
58 def threads: Separate<["--", "-"], "num-threads">,
63 def: Separate<["-"], "j">,
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.cpp119 we might want to use a separate object file? */ in ompd_dll_locations_valid()
125 we might want to use a separate object file? */ in ompd_bp_parallel_begin()
130 we might want to use a separate object file? */ in ompd_bp_parallel_end()
135 we might want to use a separate object file? */ in ompd_bp_task_begin()
140 we might want to use a separate object file? */ in ompd_bp_task_end()
145 we might want to use a separate object file? */ in ompd_bp_thread_begin()
150 we might want to use a separate object file? */ in ompd_bp_thread_end()
/freebsd/share/man/man4/
H A Dng_vlan_rotate.4131 hook in order to separate services.
225 name ${IN_IF}:lower separate
226 msg separate: setconf { min=1 max=1 rot=0 }
227 mkpeer separate: eiface incomplete ether
228 name separate:incomplete untagged
229 mkpeer separate: eiface ordered ether
230 name separate:ordered tagged
/freebsd/crypto/krb5/doc/html/_sources/build/
H A Ddoing_build.rst.txt12 a large number of platforms, you will probably want to use separate
17 If you don't want separate build trees for each architecture, then use
26 Building with separate build directories
29 If you wish to keep separate build directories for each platform, you
47 If you wish to keep separate build directories for each platform, and
/freebsd/crypto/krb5/doc/build/
H A Ddoing_build.rst12 a large number of platforms, you will probably want to use separate
17 If you don't want separate build trees for each architecture, then use
26 Building with separate build directories
29 If you wish to keep separate build directories for each platform, you
47 If you wish to keep separate build directories for each platform, and
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
15 def separate : F<"separate", "Report on each library file separately">;
/freebsd/usr.bin/clang/llvm-dwarfutil/
H A Dllvm-dwarfutil.187 .B \-\-no\-separate\-debug\-file
88 Disable \fI\%\-\-separate\-debug\-file\fP\&.
98 .B \-\-separate\-debug\-file
99 Generate separate file containing output debug info. Using
/freebsd/share/man/man9/
H A Dcrypto_session.980 Typically, a separate co-processor performs the operations asynchronously.
189 Support requests that use separate input and output buffers.
191 that is modified in-place, or requests with separate input and output
196 Support requests that use a separate buffer for AAD rather than providing
203 Support requests that use a separate buffer for IPsec ESN (Extended Sequence
H A Dcrypto_request.9159 or separate input
168 Note that separate input and output buffers are not supported for compression
197 for requests that use separate input and output buffers:
229 For requests with separate input and output data buffers,
232 and a separate payload output region is defined to hold the output of
347 AEAD modes supply the ESN in a separate AAD buffer (see e.g. RFC 4106, Chapter 5
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td11 def NAME: Separate<["--"], name>;
12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>,
27 def NAME: Separate<["--", "-"], name>;
28 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>,
112 def Ttext_segment: Separate<["-", "--"], "Ttext-segment">;
145 def chroot: Separate<["--"], "chroot">;
496 def unique: F<"unique">, HelpText<"Creates a separate output section for every orphan input section…
568 def: Separate<["-"], "dT">, Alias<default_script>, HelpText<"Alias for --default-script">;
569 def: Separate<["-"], "f">, Alias<auxiliary>, HelpText<"Alias for --auxiliary">;
581 def: Separate<["-"], "F">, Alias<filter>, HelpText<"Alias for --filter">;
[all …]
/freebsd/usr.bin/uniq/
H A Duniq.184 argument controls how to separate groups of repeated lines in the output;
87 .Bl -tag -compact -width separate
89 Do not separate groups of lines (this is the default).
92 .It separate
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td680 def ccc_gcc_name : Separate<["-"], "ccc-gcc-name">, InternalDriverOpt,
687 def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt,
700 def ccc_arcmt_migrate : Separate<["-"], "ccc-arcmt-migrate">, InternalDriverOpt,
702 def arcmt_migrate_report_output : Separate<["-"], "arcmt-migrate-report-output">,
716 def gen_cdb_fragment_path: Separate<["-"], "gen-cdb-fragment-path">, InternalDebugOpt,
727 def ccc_objcmt_migrate : Separate<["-"], "ccc-objcmt-migrate">,
1017 def Xanalyzer : Separate<["-"], "Xanalyzer">,
1021 def Xarch_host : Separate<["-"], "Xarch_host">, Flags<[NoXarchOption]>,
1023 def Xarch_device : Separate<["-"], "Xarch_device">, Flags<[NoXarchOption]>,
1025 def Xassembler : Separate<["-"], "Xassembler">,
[all …]
/freebsd/crypto/krb5/doc/html/build/
H A Ddoing_build.html62 a large number of platforms, you will probably want to use separate
66 <p>If you don’t want separate build trees for each architecture, then use
75 <section id="building-with-separate-build-directories">
76 <h2>Building with separate build directories<a class="headerlink" href="#building-with-separate-bui…
77 <p>If you wish to keep separate build directories for each platform, you
93 <p>If you wish to keep separate build directories for each platform, and
200 …<a class="reference internal" href="#building-with-separate-build-directories">Building with separ…
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td9 def NAME : Separate<["--"], name>;
11 Alias<!cast<Separate>(NAME)>,
140 def mllvm : Separate<["-"], "mllvm">, HelpText<"Specify an argument to forward to LLVM's CommandLin…
174 def : Separate<["--"], "section">, Alias<section_EQ>;
225 def : Separate<["--"], "triple">,
295 def : Separate<["--"], "dsym">,
378 def dis_symname : Separate<["--"], "dis-symname">,
389 def : Separate<["--"], "arch">,
/freebsd/usr.bin/env/
H A Denv.1130 as separate arguments to the
200 into separate arguments based on any space or <tab> characters found in the
203 specified as a separate argument on the original
351 kernel would split that first line into separate arguments based
405 processing will split that line into separate arguments before
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td38 def KIND_SEPARATE : OptionKind<"Separate">;
41 // An option which is which takes multiple (separate) arguments.
68 // RenderJoined - The option should be rendered joined, even if separate (only
69 // sensible on single value separate options).
140 class Separate<list<string> prefixes, string name>
/freebsd/contrib/one-true-awk/
H A DTODO9 A. Extract beebe.tar into separate file and update scripts
10 B. Split apart multiple tests into separate tests with input
/freebsd/contrib/dialog/samples/
H A Dinputbox716 # separate with a line-break (newline)
21 returntext=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
H A Dchecklist73 # "checklist6" with --separate-output
13 --separate-output \
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp13 // only the subset of basic blocks with profiles are placed in separate sections
21 // clusters of basic blocks. Every cluster will be emitted into a separate
35 // * Basic blocks 1, 3, 5 are placed in a separate section. A new symbol
85 // Placing the cold clusters in a separate section mitigates against poor
118 /// Identify basic blocks that need separate sections and prepare to emit them
177 // accordingly. All non-specified BBs go into a separate "Cold" section.
292 // Identify, arrange, and modify basic blocks which need separate sections
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/macros/
H A DKRB5_RESPONDER_OTP_FLAGS_SEPARATE_PIN.rst.txt3 .. _KRB5-RESPONDER-OTP-FLAGS-SEPARATE-PIN-data:
12 This flag indicates that the PIN MUST be returned as a separate item.
/freebsd/crypto/openssh/
H A DPROTOCOL.chacha20poly130526 authentication. As such, no separate MAC is required. If the
36 keys (K_1 and K_2), used by two separate instances of chacha20.
46 Two separate cipher instances are used here so as to keep the packet
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm47094-dlink-dir-890l.dts7 * Some differences from DIR-885L include a separate USB2 port, separate LEDs
8 * for USB2 and USB3, a separate VCC supply for the USB2 slot and no

12345678910>>...98