Searched refs:join (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-10.0-release/usr.bin/join/
H A DMakefile3 PROG= join
/freebsd-10.0-release/tools/regression/usr.bin/join/
H A Dregress.sh7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 regress.1.in regress.2.in')
/freebsd-10.0-release/contrib/unbound/libunbound/python/doc/
H A Dconf.py18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../')))
19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../')))
20 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../.libs/')))
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddnlcsnoop.d63 self->join = *(char *)(args[0]->v_path + this->len - 1) == '/' ?
85 self->path, self->join, self->name);
89 self->join = 0;
H A Dpathopens.d72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self->join);
81 self->join = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Kernel/
H A Ddnlcsnoop.d63 self->join = *(char *)(args[0]->v_path + this->len - 1) == '/' ?
85 self->path, self->join, self->name);
89 self->join = 0;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp71 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::join(other);
/freebsd-10.0-release/contrib/serf/build/
H A Dcheck.py41 SERF_RESPONSE_EXE = os.path.join(testdir, SERF_RESPONSE_EXE)
42 TEST_ALL_EXE = os.path.join(testdir, TEST_ALL_EXE)
/freebsd-10.0-release/tools/regression/usr.bin/
H A DMakefile3 SUBDIR= apply calendar comm file2c join jot m4 ncal printf sed tr \
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Dpathopens.d72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self->join);
81 self->join = 0;
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DIntEqClasses.h14 // passing a representative member of each class to join().
56 /// join - Join the equivalence classes of a and b. After joining classes,
59 void join(unsigned a, unsigned b);
/freebsd-10.0-release/contrib/subversion/
H A Dwin-tests.py108 sys.path.insert(0, os.path.join('build', 'generator'))
112 version_header = os.path.join('subversion', 'include', 'svn_version.h')
125 svn_dlls.append(os.path.join("subversion", section.name, dll_basename))
245 abs_objdir = os.path.join(abs_srcdir, objdir)
286 tgt_dir = os.path.join(abs_builddir, dirname)
297 tgt = os.path.join(tgt, os.path.basename(src))
316 src = os.path.join(dirname, name)
317 tgt = os.path.join(abs_builddir, dirname, name)
328 apr_test_path = os.path.join(gen_obj.apr_path, objdir, 'libapr-1.dll')
335 dlls.append(os.path.join(gen_ob
[all...]
H A Dgen-make.py42 sys.path.insert(0, os.path.join('build', 'generator'))
56 verfname = os.path.join('subversion', 'include', 'svn_version.h')
309 rest.add('--with-apr', os.path.join(val, 'srclib', 'apr'))
310 rest.add('--with-apr-util', os.path.join(val, 'srclib', 'apr-util'))
311 rest.add('--with-apr-iconv', os.path.join(val, 'srclib', 'apr-iconv'))
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp62 ATF_TEST_CASE(join); variable
63 ATF_TEST_CASE_HEAD(join)
65 set_md_var("descr", "Tests the join function");
67 ATF_TEST_CASE_BODY(join)
69 using atf::text::join;
77 str = join(words, ",");
82 str = join(words, ",");
88 str = join(words, ",");
95 str = join(words, ",");
102 str = join(word
[all...]
H A Dtext.hpp61 join(const T& words, const std::string& separator) function in namespace:atf::text
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp86 _GLIBCXX_DEBUG_ONLY(map_debug_base::join(other);)
106 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
138 _GLIBCXX_DEBUG_ONLY(map_debug_base::join(other);)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py50 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
/freebsd-10.0-release/usr.bin/lorder/
H A Dlorder.sh86 # join on that field, and print out the file names.
89 join -j 2 -o 1.1 2.1 $R $S
/freebsd-10.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i671 return ';'.join([' '.join(map(lambda x:"%02X" % ord(x),a)) for a in self.data])
708 return [(256*ord(rdf[0])+ord(rdf[1]),'.'.join([a for a in self.dname2str(rdf,2)])) for rdf in self.data]
717 return [(256*ord(rdf[0])+ord(rdf[1]),'.'.join([encodings.idna.ToUnicode(a) for a in self.dname2str(rdf,2)])) for rdf in self.data]
726 return ['.'.join(map(lambda x:str(ord(x)),a)) for a in self.data]
735 return map(lambda x:'.'.join(self.dname2str(x)), self.data)
744 return map(lambda x: '.'.join([encodings.idna.ToUnicode(a) for a in self.dname2str(x)]), self.data)
922 return '.'.join([a for a in domain.split(".")][::-1])
930 return '.'.join([encodings.idna.ToASCII(a) for a in idnname.split('.')])
938 return '.'.join([encoding
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp130 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
148 base_type::m_p_root = join(base_type::m_p_root, other.m_p_root);
163 join(node_pointer p_lhs, node_pointer p_rhs) const function in class:PB_DS_CLASS_C_DEC
/freebsd-10.0-release/contrib/gcc/
H A Dc-incpath.c186 struct cpp_dir *system, struct cpp_dir *join,
238 && !(cur->next == NULL && join
239 && INO_T_EQ (cur->ino, join->ino)
240 && cur->dev == join->dev
241 && cur->construct == join->construct))
255 *pcur = join;
281 join it to SYSTEM. */
286 join it to BRACKET. */
185 remove_duplicates(cpp_reader *pfile, struct cpp_dir *head, struct cpp_dir *system, struct cpp_dir *join, int verbose) argument
/freebsd-10.0-release/contrib/nvi/common/
H A Dutil.c128 * join --
131 * PUBLIC: char *join __P((char *, char *));
134 join( function
194 return (join(h, t));
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dgen-map.py117 print "fooresult %s" % ",".join(x[3])
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/freebsd-10.0-release/tools/regression/acltools/
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-10.0-release/tools/tools/commitsdb/
H A Dmake_commit_db63 my $log = join "", @log;

Completed in 223 milliseconds

12345