Searched refs:join (Results 151 - 175 of 212) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp81 Result += join(ThisGroup, Sep);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c244 if ((path = join(np, CSCOPE_DBFILE)) == NULL) {
317 if ((buf = join(csc->dname, CSCOPE_PATHS)) == NULL) {
816 if ((buf = join(*pp, name)) == NULL) {
/freebsd-12-stable/sys/dev/wi/
H A Dif_wi.c827 struct wi_joinreq join; local
829 memset(&join, 0, sizeof(join));
830 IEEE80211_ADDR_COPY(&join.wi_bssid, bss->ni_bssid);
831 join.wi_chan = htole16(
833 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp548 bool join(MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs,
1274 bool LiveDebugValues::join( function in class:LiveDebugValues
1280 LLVM_DEBUG(dbgs() << "join MBB: " << MBB.getNumber() << "\n");
1305 // predecessor, and for all other predecessors join the Out locs.
1559 // To solve it, we perform join() and process() using the two worklist method
1572 MBBJoined = join(*MBB, OutLocs, InLocs, VarLocIDs, Visited,
H A DRenameIndependentSubregs.cpp201 MergedID = MergedID == ~0u ? ID : Classes.join(MergedID, ID);
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js148 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '),
203 .join(namespace)+namespace, callback
1211 return WIDGET.concat('').join(cls ? '-'+cls+' ' : ' ');
1317 (events.split ? events : events.join(ns + ' ')) + ns,
1329 (events.split ? events : events.join(ns + ' ')) + ns,
1957 props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1587 vint64 join; local
1592 join = ntpcal_dayjoin(days, secs);
1594 return vint64_to_time(&join);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp163 return (llvm::Twine("seq(") + llvm::join(Parts, ", ") + ")").str();
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp921 join(std::begin(SemaChecks), std::end(SemaChecks),
1298 ShortName = join(std::begin(NameParts), std::end(NameParts), "_");
1516 join(std::begin(ArgTypeNames), std::end(ArgTypeNames), ", ");
1611 join(std::begin(conditions), std::end(conditions), " && ");
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp397 T.join();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp311 return join(Result.begin(), Result.end(), ",");
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py48 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
H A Dp2p-nfc.py55 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h37 int persistent_group, int auto_join, int join, int auth,
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp314 OS << "using " << Name << "Action = std::tuple<" << join(ActionTypes, ", ")
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp350 join(PB_DS_CLASS_C_DEC&);
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp294 join(PB_DS_CLASS_C_DEC&);
/freebsd-12-stable/contrib/nvi/common/
H A Dexf.c188 join(O_STR(sp, O_TMPDIR), "vi.XXXXXXXXXX")) == NULL) {
493 if ((path = join(t, name)) == NULL) {
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dpump.py223 return ''.join(result_lines)
820 return '\n'.join(output2) + '\n'
/freebsd-12-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf45 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c317 uint8_t sl, hop, scope, join; local
319 ib_member_get_scope_state(mr->scope_state, &scope, &join);
340 flow, hop, scope, join, mr->proxy_join);
1819 {"proxy_join", 'X', 1, NULL, "Proxy join (MCMemberRecord)"},
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp564 OS << " (" << llvm::join(Tags, ",") << ")";
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp889 AltEntryThread.join();
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodev.py515 return binascii.hexlify(''.join(s.split()))
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp925 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");
1102 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");

Completed in 4393 milliseconds

123456789