Searched refs:join (Results 26 - 50 of 163) sorted by relevance

1234567

/freebsd-11-stable/tests/sys/acl/
H A Drun118 print "[$prog_line] \$ ", join(' ',
176 my $groups = join(" ", ($gid, $gid, @groups));
204 #print STDERR "<<", join("/", keys %groups), ">>\n";
205 my $groups = join(" ", ($gid, $gid, keys %groups));
229 my $needs_shell = (join('', @$prog) =~ /[][|<>"'`\$\*\?]/);
318 or die "Can't join STDOUT and STDERR: $!";
321 exec ('/bin/sh', '-c', join(" ", @$prog));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py16 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
26 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.hpp57 join(const T& words, const std::string& separator) function in namespace:atf::text
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp108 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py113 flags = ' | '.join(bits)
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py84 print(" ".join(cmd))
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk111 function join (separator, array, num) function
284 argument_list = join(", ", arguments, num_arguments);
285 varname_list = join(", ", varnames, num_varnames);
318 printh("\t" join(";\n\t", arguments, num_arguments) ";");
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dgentestvect.py23 intarr = lambda y: ', '.join(map(lambda x: str(ord(x)), y))
/freebsd-11-stable/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py50 data = ''.join([chr(int(x, 16)) for x in hexdata])
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp53 return join(Features.begin(), Features.end(), ",");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp13 // passing a representative member of each class to join().
31 unsigned IntEqClasses::join(unsigned a, unsigned b) { function in class:IntEqClasses
32 assert(NumClasses == 0 && "join() called after compress().");
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp172 join(PB_DS_CLASS_C_DEC& other);
214 join(node_pointer p_lhs, node_pointer p_rhs) const;
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in56 printf "$fmt","amdmapValue", join(' ',@vals);
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py95 p = '/'.join(dw[:-1])
99 p = '/'.join([d,path])
131 return r + '/'.join(p)
309 return sep.strip() + sep.join(self.obj_deps)
313 return sep.strip() + sep.join(self.src_deps)
508 path = '/'.join([dir,base])
550 path = '/'.join([dir,base])
586 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp74 _GLIBCXX_DEBUG_ONLY(map_debug_base::join(other);)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp110 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 Dsplit_join_fn_imps.hpp50 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-errorlist.py110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-punycode-examples.py118 string.join([re.sub('[uU]\+', '0x', x) for x in cp], ', '),
H A Dstringprep.py60 return "|".join(map(lambda x: "WIND_PROFILE_%s" % (string.upper(x)), list))
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb31 "" ].join("\n")
186 file[:includes].map{|f| "#include \"#{f}\"\n"}.join,
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cd.c109 if ((buf = join(t, dir)) == NULL) {
H A Dex_init.c201 if ((path = join(p, _PATH_NEXRC)) == NULL) {
208 if ((path = join(p, _PATH_EXRC)) == NULL) {
389 if ((p = join(b, a)) == NULL) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp50 EC.join(OutE, 2 * (*SI)->getNumber());
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c71 * append the tree to a fsnode of `join' if it is not NULL.
76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) argument
97 if (join != NULL) {
98 first = cur = join;
111 if (join != NULL)
137 if (join != NULL) {
138 cur = join->next;
211 if (join == NULL)

Completed in 117 milliseconds

1234567