Searched refs:join (Results 126 - 150 of 212) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp317 OS << tag("tr", join(Columns.begin(), Columns.end(), ""));
384 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row-bold");
386 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row");
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py123 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
168 raise RuntimeError("ERROR: number of result lines=%d is different that expected %d\n%s" % (len(result), linesExpected, '\n'.join(result)))
171 myfile.write('\n'.join(result) + '\n')
/freebsd-12-stable/contrib/nvi/common/
H A Dextern.h123 char *join(char *, char *);
H A Dmsg.c731 if ((p = join(file, setlocale(LC_MESSAGES, NULL))) == NULL) {
737 if ((p = join(".", file)) == NULL) {
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat101 warn("unexpected arguments: ".join(" ",@ARGV).".\n");
/freebsd-12-stable/contrib/ntp/scripts/
H A Dplot_summary.in276 print OUTPUT join(' ', @Fld) . "\n";
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp50 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
101 _GLIBCXX_DEBUG_ONLY(map_debug_base::join(other);)
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py117 (nwho[1:], ",".join(sorted(perms)))
127 s += "\t%s\n" % ",".join(sorted(self.create))
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptotest.py48 if not os.path.exists(os.path.join(katdir, base)):
50 return iglob(os.path.join(katdir, base, glob))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h365 // joinErrors is implemented in terms of join.
391 static Error join(Error E1, Error E2) { function in class:llvm::final
424 return ErrorList::join(std::move(E1), std::move(E2));
911 R = ErrorList::join(
991 return join(Errors.begin(), Errors.end(), "\n");
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py44 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp256 join(PB_DS_CLASS_C_DEC& other);
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp208 join(PB_DS_CLASS_C_DEC&);
H A Dsplit_join_fn_imps.hpp50 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp235 join(PB_DS_CLASS_C_DEC&);
/freebsd-12-stable/contrib/apr/include/
H A Dapr_network_io.h888 * @param sock The socket to join a multicast group
889 * @param join The address of the multicast group to join
896 apr_sockaddr_t *join,
/freebsd-12-stable/contrib/gperf/doc/
H A Dhelp2man165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
479 my $filter = join '|', @pre, @post;
/freebsd-12-stable/tests/sys/netinet6/
H A Dexthdr.py268 sniffer.join()
/freebsd-12-stable/tools/build/options/
H A Dmakeman76 join -t\ $t/settings $t/settings.target > $t/settings.new
/freebsd-12-stable/usr.bin/
H A DMakefile63 join \
/freebsd-12-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c180 int join)
187 struct p2p_device *go = join ? dev : NULL;
1592 int join, int force_freq)
1650 req = p2p_build_prov_disc_req(p2p, dev, join);
1674 u16 config_methods, int join, int force_freq,
1709 if (join)
1736 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
178 p2p_build_prov_disc_req(struct p2p_data *p2p, struct p2p_device *dev, int join) argument
1591 p2p_send_prov_disc_req(struct p2p_data *p2p, struct p2p_device *dev, int join, int force_freq) argument
1672 p2p_prov_disc_req(struct p2p_data *p2p, const u8 *peer_addr, struct p2ps_provision *p2ps_prov, u16 config_methods, int join, int force_freq, int user_initiated_pd) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp401 // A->overlaps(C) should return false since we want to be able to join
641 void LiveRange::join(LiveRange &Other,
694 // not supposed to be valid after calling join();
1330 EqClass.join(unused->id, VNI->id);
1342 EqClass.join(VNI->id, PVNI->id);
1349 EqClass.join(VNI->id, UVNI->id);
1355 EqClass.join(used->id, unused->id);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c779 struct ieee80211_join_event *join; local
818 join = (struct ieee80211_join_event *) &ifan[1];
819 bsd_new_sta(drv, drv->hapd, join->iev_addr);
1234 struct ieee80211_join_event *join; local
1335 join = (struct ieee80211_join_event *) &ifan[1];
1336 bsd_new_sta(drv, drv->ctx, join->iev_addr);
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py302 return self.__class__.__name__ + '(' + ', '.join(p) + ')'
413 params = ', '.join([ pp.run(x) for x in self.params ])
422 params = ', '.join([ pp.run(x) for x in self.params ])
460 (self._name_opt(), ' '.join(members), suffix)
472 (self._name_opt(), ' '.join(members), suffix)
959 return ', '.join(l)
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc399 [list load [file join $$dir $(PRJLIBNAME)] sqlite3]

Completed in 431 milliseconds

123456789