| /freebsd/crypto/krb5/src/util/support/ |
| H A D | t_path.c | 125 char *dirname, *basename, *joined; in main() local 171 if (k5_path_join(path1, path2, &joined) != 0) in main() 173 if (strcmp(joined, ejoined) != 0) { in main() 175 (int)i, joined, ejoined); in main() 178 free(joined); in main()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_thread_assist.c | 76 qta->joined = 0; in ossl_quic_thread_assist_init_start() 107 if (qta->joined) in ossl_quic_thread_assist_wait_stopped() 120 qta->joined = 1; in ossl_quic_thread_assist_wait_stopped() 128 if (!ossl_assert(qta->joined)) in ossl_quic_thread_assist_cleanup()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 43 // An option which is either joined to its (non-empty) value, or followed by its 46 // An option which is both joined to its (first) value, and followed by its 51 // An option which consumes an optional joined argument and any other remaining 68 // RenderJoined - The option should be rendered joined, even if separate (only 72 // RenderSeparate - The option should be rendered separately, even if joined 73 // (only sensible on joined options).
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_thread_assist.h | 49 int teardown, joined; member
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | operations_test.cpp | 251 const std::string joined = text::join(lines, " "); in ATF_TEST_CASE_BODY() local 252 ATF_REQUIRE(joined == "first second" || joined == "second first"); in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypeConstraints.td | 41 string joined = !interleave(summaries, ", "); 43 string value = !if(!eq(!size(types), 1), joined, "any of " # joined);
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx27-phytec-phycore-som.dtsi | 82 /* SW1A and SW1B joined operation */ 90 /* SW2A and SW2B joined operation */
|
| /freebsd/contrib/unbound/doc/ |
| H A D | CREDITS | 6 Late in 2006, NLnet Labs joined the effort, writing an implementation in C
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | libatf-sh.subr | 261 # words can be provided, in which case they are joined by a single 389 # can be given, in which case they are joined by a single blank space. 472 # arguments, in which case are joined by a single space) and exits 491 # arguments, in which case are joined by a single space). 733 # arguments, in which case are joined by a single space).
|
| /freebsd/cddl/usr.sbin/dwatch/libexec/ |
| H A D | vop_rename | 209 * NB: Up-to but not including the parent directory (joined below) 245 * NB: Up-to but not including the parent directory (joined below)
|
| H A D | vop_readdir | 136 * NB: Up-to but not including the parent directory (joined below)
|
| H A D | vop_create | 139 * NB: Up-to but not including the parent directory (joined below)
|
| H A D | vop_symlink | 140 * NB: Up-to but not including the parent directory (joined below)
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | bio.pod | 33 BIOs can be joined together to form a chain (a single BIO is a chain
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | sysrc.subr | 407 # Multi-line comments are joined together. Results are NULL if no description 616 # LF will trigger a bug in `tail -r' where last two lines are joined.
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | README.md | 91 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`. 129 The benchmark is conducted using given filenames. The files are read into memory and joined togethe…
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 35 devices that are joined into the network. These are called fronthaul BSSs.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 308 "joined argument treated as '%0'; did you mean '%1'?">, InGroup<UnknownArgument>; 449 "joined argument expects additional value: '%0'">,
|
| /freebsd/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 44 * @return The joined array.
|
| /freebsd/contrib/tzdata/ |
| H A D | europe | 1060 # Greenland joined the European Communities as part of Denmark, 1618 # go with EU rules instead, since Greece joined Jan 1. 4136 # than listed in 'europe': Switzerland, for example, joined DST 4158 # In 1981 UK joined Europe insofar that
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 91 // Two joined instructions; used to emit two adjacent instructions as one.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedSkylakeServer.td | 406 …sPair<WritePSADBWZ, [SKXPort5], 3, [1], 1, 7>; // TODO: 512-bit ops require ports 0/1 to be joined.
|
| H A D | X86SchedIceLake.td | 411 …sPair<WritePSADBWZ, [ICXPort5], 3, [1], 1, 7>; // TODO: 512-bit ops require ports 0/1 to be joined.
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 2258 appear in the certificates, they can not be joined to one
|
| /freebsd/contrib/bmake/ |
| H A D | bmake.cat1 | 983 of the way values are split into words, matched, and then joined,
|