Searched refs:join (Results 76 - 100 of 163) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh738 join -t '|' -o 1.2,2.2 tINDEX tINDEX.new |
757 cut -c 2- diff | join -t '|' -v 2 - OLD > ptmp
770 join -t '|' -v 2 tINDEX tINDEX.new |
818 join -t '|' -o 1.2,2.2 INDEX INDEX.new |
857 join -t '|' -v 2 INDEX INDEX.new |
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp87 return join(Opts, " | ");
97 return join(Opts, " | ");
197 return join(Opts, " ");
217 return join(Opts, " | ");
389 P.print(join(VFT.MethodNames, Sep));
/freebsd-11-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-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat101 warn("unexpected arguments: ".join(" ",@ARGV).".\n");
/freebsd-11-stable/contrib/ntp/scripts/
H A Dplot_summary.in276 print OUTPUT join(' ', @Fld) . "\n";
/freebsd-11-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-11-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-11-stable/crypto/openssl/util/
H A Dbat.sh131 $ret=join(' ',@a)." ";
/freebsd-11-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-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp256 join(PB_DS_CLASS_C_DEC& other);
/freebsd-11-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-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp235 join(PB_DS_CLASS_C_DEC&);
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
479 my $filter = join '|', @pre, @post;
/freebsd-11-stable/tools/build/options/
H A Dmakeman76 join -t\ $t/settings $t/settings.target > $t/settings.new
/freebsd-11-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-11-stable/tests/sys/opencrypto/
H A Dcryptotest.py43 return iglob(os.path.join(katdir, base, glob))
/freebsd-11-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-11-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-11-stable/usr.bin/
H A DMakefile67 join \
/freebsd-11-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-11-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-11-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-11-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
1326 join = (struct ieee80211_join_event *) &ifan[1];
1327 bsd_new_sta(drv, drv->ctx, join->iev_addr);

Completed in 159 milliseconds

1234567