Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/crypto/krb5/src/util/support/
H A Dt_path.c125 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 Dquic_thread_assist.c76 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 DOptParser.td43 // 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/contrib/kyua/utils/text/
H A Doperations_test.cpp251 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/crypto/openssl/include/internal/
H A Dquic_thread_assist.h49 int teardown, joined; member
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypeConstraints.td41 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 Dimx27-phytec-phycore-som.dtsi82 /* SW1A and SW1B joined operation */
90 /* SW2A and SW2B joined operation */
/freebsd/contrib/unbound/doc/
H A DCREDITS6 Late in 2006, NLnet Labs joined the effort, writing an implementation in C
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr261 # 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 Dvop_rename209 * 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 Dvop_readdir136 * NB: Up-to but not including the parent directory (joined below)
H A Dvop_create139 * NB: Up-to but not including the parent directory (joined below)
H A Dvop_symlink140 * NB: Up-to but not including the parent directory (joined below)
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod33 BIOs can be joined together to form a chain (a single BIO is a chain
/freebsd/usr.sbin/bsdconfig/share/
H A Dsysrc.subr407 # 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 DREADME.md91 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 DREADME-MULTI-AP35 devices that are joined into the network. These are called fronthaul BSSs.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td308 "joined argument treated as '%0'; did you mean '%1'?">, InGroup<UnknownArgument>;
449 "joined argument expects additional value: '%0'">,
/freebsd/contrib/bc/scripts/
H A Drelease.pkg.yao44 * @return The joined array.
/freebsd/contrib/tzdata/
H A Deurope1060 # 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 DPPCInstrFormats.td91 // Two joined instructions; used to emit two adjacent instructions as one.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSkylakeServer.td406 …sPair<WritePSADBWZ, [SKXPort5], 3, [1], 1, 7>; // TODO: 512-bit ops require ports 0/1 to be joined.
H A DX86SchedIceLake.td411 …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 DChangeLog2258 appear in the certificates, they can not be joined to one
/freebsd/contrib/bmake/
H A Dbmake.cat1983 of the way values are split into words, matched, and then joined,

12