Home
last modified time | relevance | path

Searched full:together (Results 1 – 25 of 1684) sorted by relevance

12345678910>>...68

/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst11 partitioned program consists of a main partition together with a number of
32 function may be used together with the ``ANDROID_DLEXT_RESERVED_ADDRESS``
55 ELF file with all of the partitions concatenated together. This file is
57 combined output file, the ``llvm-objcopy`` tool should be used together
105 The partitioning feature may not currently be used together with the
/freebsd/sys/sys/
H A D_termios.h45 #define VEOL2 2 /* ICANON together with IEXTEN */
49 #define VWERASE 4 /* ICANON together with IEXTEN */
53 #define VREPRINT 6 /* ICANON together with IEXTEN */
61 #define VDSUSP 11 /* ISIG together with IEXTEN */
72 #define VSTATUS 18 /* ICANON together with IEXTEN */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_003_neg.ksh45 # 4. "-c", "-C" and "-s" can NOT be specified together.
48 # 7. "-0" must be together with "-c".
51 # 10. "-p" must be together with "-c -r" or "-s".
/freebsd/usr.sbin/crunch/
H A DREADME26 one where many programs have been linked together into one a.out file.
46 The linking together of different programs by hand is an old
68 bringing together a solid, state of the art development environment.
/freebsd/sbin/pfctl/
H A Dpfctl.8404 When used together with
407 When used together with
414 When used together with
420 When used together with
448 When used together with
467 When used together with
470 When used together with
/freebsd/usr.bin/ncal/
H A Dncal.c422 /* -3 together with -A or -B. */ in main()
424 errx(EX_USAGE, "-3 together with -A and -B is not supported."); in main()
425 /* -3 together with -y. */ in main()
427 errx(EX_USAGE, "-3 together with -y is not supported."); in main()
428 /* -3 together with givenyear but no givenmonth. */ in main()
432 "-3 together with a given year but no given month is " in main()
434 /* -m together with xx xxxx. */ in main()
437 "-m together with a given month is not supported."); in main()
438 /* -y together with -m. */ in main()
440 errx(EX_USAGE, "-y together with -m is not supported."); in main()
[all …]
/freebsd/lib/libc/rpc/
H A Ddes_crypt.346 mode, which chains together
75 together some things.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_largeblocks.ksh22 # Verify large blocks and redacted send work correctly together.
63 log_pass "Large blocks and redacted send work correctly together."
H A Dredacted_embedded.ksh22 # Verify embedded blocks and redacted send work correctly together.
97 log_pass "Embedded blocks and redacted send work correctly together."
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp10 // constants together into a single constant that is shared. This is useful
150 // constants together may allow us to merge other constants together if the in mergeConstants()
194 // Identify all globals that can be merged together, filling in the in mergeConstants()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod59 together.
87 take depends on the loader that's used and is documented together with
125 There are some tools that can be used together with
/freebsd/usr.sbin/daemon/
H A Ddaemon.868 This option is used together with option
76 When this option is used together with any of the options related to file
118 When this option is used together with options
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h40 /// nodes into a single SUnit so that they are scheduled together.
96 /// flagged together nodes with a single SUnit.
179 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16480.txt40 If this field is left empty together with the "clock-names" field, then
56 If this field is left empty together with the "clocks" field, then the
/freebsd/bin/sleep/
H A Dsleep.157 If multiple intervals are given, they are added together.
127 multiple intervals which are added together are non-portable
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Drange_formatter.h106 std::__throw_format_error("The n option and type s can't be used together"); in parse()
107 std::__throw_format_error("The n option and type ?s can't be used together"); in parse()
111 std::__throw_format_error("Type s and an underlying format specification can't be used together"); in parse()
112 std::__throw_format_error("Type ?s and an underlying format specification can't be used together"); in parse()
/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool119 to make sure you get it together with a new kernel.
323 to make sure you get it together with a new kernel.
431 error_out 2 "Please provide path to a filter-file together with --filterfile" >&2
441 error_out 2 "Please provide the name of the kmod together with --kmodname" >&2
462 error_out 2 "Please provide the name of the repo together with --repo" >&2
470 error_out 2 "Please provide the name of the kmod together with --kmodname" >&2
/freebsd/contrib/dma/
H A Ddma.8179 Only useful together with the
227 Only useful together with
244 Only useful together with
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-tvk1281618-r2.dtsi101 * the falling edge if they could be wired together.
122 * the falling edge if they could be wired together.
159 * the falling edge if they could be wired together.
/freebsd/share/man/man4/
H A Det.4139 It is used together with
151 It is used together with
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp263 // If we want to just blindly group all globals together, do so. in doMerge()
271 // discover all sets of globals used together, and how many times each of in doMerge()
275 // discovered so far (UsedGlobalSet), and mapping each "together-ness" unit of in doMerge()
277 // used together in that unit (GlobalUsesByFunction). in doMerge()
288 // We keep track of the sets of globals used together "close enough". in doMerge()
416 // Now we found a bunch of sets of globals used together. We accumulated in doMerge()
428 // We can choose to merge all globals together, but ignore globals never used in doMerge()
H A DMachineFunctionSplitter.cpp14 // cold by this pass are grouped together in a separate section prefixed with
15 // ".text.unlikely.*". The linker can then group these together as a cold
17 // the symbol "foo.cold". Grouping all cold blocks across functions together
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkContainer.h34 /// * standalone: the metadata and the remarks are emitted together.
47 /// Everything is emitted together.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,ssi.txt53 be connected together, and SRFS and STFS be connected
54 together. This would still allow different sample sizes,
/freebsd/usr.sbin/jail/
H A Djail.8574 This permission is effective only together with
697 This permission is effective only together with
705 This permission is effective only together with
713 This permission is effective only together with
721 This permission is effective only together with
729 This permission is effective only together with
737 This permission is effective only together with
745 This permission is effective only together with
753 This permission is effective only together with

12345678910>>...68