/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 11 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.h | 45 #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 D | projecttree_003_neg.ksh | 45 # 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 D | README | 26 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 D | pfctl.8 | 404 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 D | ncal.c | 422 /* -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 D | des_crypt.3 | 46 mode, which chains together 75 together some things.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_largeblocks.ksh | 22 # Verify large blocks and redacted send work correctly together. 63 log_pass "Large blocks and redacted send work correctly together."
|
H A D | redacted_embedded.ksh | 22 # 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 D | ConstantMerge.cpp | 10 // 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 D | OSSL_STORE_open.pod | 59 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 D | daemon.8 | 68 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 D | ScheduleDAGSDNodes.h | 40 /// 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 D | adi,adis16480.txt | 40 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 D | sleep.1 | 57 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 D | range_formatter.h | 106 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 D | kmodtool | 119 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 D | dma.8 | 179 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 D | ste-href-tvk1281618-r2.dtsi | 101 * 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 D | et.4 | 139 It is used together with 151 It is used together with
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 263 // 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 D | MachineFunctionSplitter.cpp | 14 // 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 D | BitstreamRemarkContainer.h | 34 /// * standalone: the metadata and the remarks are emitted together. 47 /// Everything is emitted together.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,ssi.txt | 53 be connected together, and SRFS and STFS be connected 54 together. This would still allow different sample sizes,
|
/freebsd/usr.sbin/jail/ |
H A D | jail.8 | 574 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
|