Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
60 join(" ", @MODULES) -}
84 join(" ", @GENERATED) -}
167 join(" ", @HTMLDOCS1) -}
169 join(" ", @HTMLDOCS3) -}
171 join(" ", @HTMLDOCS5) -}
173 join(" ", @HTMLDOCS7) -}
722 my $deps = join(' ',
836 my $deps = join(' ',
971 my $deps = join(" ", @objs);
[all …]
H A Ddescrip.mms.tmpl3 ## {- join("\n## ", @autowarntext) -}
180 join(',', @{$target{bin_defines}},
299 GENERATED_MANDATORY={- join(", ",
302 join(", ",
618 {- join("\n ",
626 {- join("\n ",
635 {- join("\n ",
647 {- join("\n ",
734 {- join("\n ",
949 my $deps = join(", -\n\t\t",
[all …]
H A Dunix-Makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
76 LIBS={- join(" \\\n" . ' ' x 5,
80 SHLIBS={- join(" \\\n" . ' ' x 7,
118 DEPS={- join(" \\\n" . ' ' x 5,
146 join(" \\\n" . ' ' x 13,
153 join(" \\\n" . ' ' x 15,
160 join(" \\\n" . ' ' x 19,
252 join(" \\\n" . ' ' x 9,
256 join(" \\\n" . ' ' x 9,
260 join(" \\\n" . ' ' x 9,
[all …]
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py51 self.builddir = os.path.join(BUILDDIR, libsodium_version)
52 self.tempdir = os.path.join(TEMPDIR, libsodium_version)
54 self.propsfile = os.path.join(self.builddir, '{0}.props'.format(PACKAGE))
64 self.tempdir = os.path.join(version.tempdir, rid)
65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile))
88 self.tempdir = os.path.join(version.tempdir, rid)
111 self.tempdir = os.path.join(version.tempdir, rid)
112 self.tempfile = os.path.join(self.tempdir, 'libsodium.so')
118 while not os.path.exists(os.path.join('recipes', recipe)):
146 self.packfile = os.path.join(version.builddir, filename)
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp58 ATF_TEST_CASE(join);
59 ATF_TEST_CASE_HEAD(join) in ATF_TEST_CASE_HEAD() argument
63 ATF_TEST_CASE_BODY(join) in ATF_TEST_CASE_BODY() argument
65 using atf::text::join; in ATF_TEST_CASE_BODY()
73 str = join(words, ","); in ATF_TEST_CASE_BODY()
78 str = join(words, ","); in ATF_TEST_CASE_BODY()
84 str = join(words, ","); in ATF_TEST_CASE_BODY()
91 str = join(words, ","); in ATF_TEST_CASE_BODY()
98 str = join(words, ","); in ATF_TEST_CASE_BODY()
108 str = join(words, ","); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dhelper.py22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
48 print(" ".join(cmd))
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_outfiles_test.py88 self.output_dir_ = os.path.join(
98 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
102 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
126 output_file1 = os.path.join(self.output_dir_, output_file_name1)
128 output_file2 = os.path.join(self.output_dir_, output_file_name2)
H A Dgoogletest-json-outfiles-test.py123 self.output_dir_ = os.path.join(
133 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + '.json'))
137 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + '.json'))
161 output_file1 = os.path.join(self.output_dir_, output_file_name1)
163 output_file2 = os.path.join(self.output_dir_, output_file_name2)
H A Dgoogletest-output-test.py93 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
328 '\n'.join(
348 os.path.join(
355 os.path.join(
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py38 if len(failures) > 0: failure_output.append('\n'.join(failures))
39 if len(ignores) > 0: ignore_output.append('n'.join(ignores))
40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
50 self.report += "\n".join(ignore_output)
57 self.report += '\n'.join(failure_output)
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in548 self.pre = os.path.join(self.pathname, self.pre)
550 self.post = os.path.join(self.pathname, self.post)
552 self.post = os.path.join(self.pathname, self.post)
578 if not verify_file(os.path.join(self.pathname, test)):
610 odir = os.path.join(self.outputdir, fname)
614 odir = os.path.join(odir, os.path.basename(self.failsafe))
732 files = ' '.join(sorted(failed))
738 self.outputdir = os.path.join(self.outputdir, self.timestamp)
750 pathname = os.path.join(testdir, sectiondir)
872 filename = os.path.join(self.outputdir, 'log')
[all …]
/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc104 t.join(); in ATF_TEST_CASE_BODY()
124 t.join(); in ATF_TEST_CASE_BODY()
146 t.join(); in ATF_TEST_CASE_BODY()
166 t.join(); in ATF_TEST_CASE_BODY()
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in73 my @user_crossable = qw( {- join (' ', @user_crossable) -} );
99 .join(", ", @{$config{build_file_templates}}),
254 print ' ',join(' ',
282 join(', ', @{$disabled_info{$what}->{skipped}}),
304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n";
325 ? join(' ', @{$config{$var}})
360 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
382 print "$_ : \\\n ", join(" \\\n ", @{$result->{$_}}), "\n"
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h61 join(); in ~jthread()
75 join();
92 _LIBCPP_HIDE_FROM_ABI void join() { __thread_.join(); } in join() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h107 inline void join();
141 void thread::join() { in join() function
195 inline void join() { Thread.join(); }
236 void join() {} in join() function
/freebsd/contrib/sqlite3/tea/
H A DpkgIndex.tcl.in6 [list load [file join $dir @PKG_LIB_FILE9@] sqlite3]
9 [list load [file join $dir @PKG_LIB_FILE8@] sqlite3]
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.py18 sys.path.append(os.path.join(dir, '..', 'wpaspy'))
25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
151 t[i].join()
/freebsd/contrib/bmake/unit-tests/
H A Dopt-touch.mk5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
10 opt-touch-join: .JOIN
H A Dopt-touch-jobs.mk8 .MAKEFLAGS: opt-touch-join
19 opt-touch-join: .JOIN
H A Dopt-no-action-touch.mk13 .MAKEFLAGS: opt-touch-join
25 opt-touch-join: .JOIN
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py8 importNames = ", ".join('"{}"'.format(getFileName(f)) for f in pkgFiles)
25 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py"))
/freebsd/share/mk/
H A Dmeta2deps.py103 p = '/'.join(dw[:-1])
107 p = '/'.join([d,path])
139 return r + '/'.join(p)
187 e.append('.'+','.join(w[0:n]))
339 return sep.strip() + sep.join(self.obj_deps)
343 return sep.strip() + sep.join(self.src_deps)
582 path = '/'.join([dir,base])
627 path = '/'.join([dir,base])
663 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py103 p = '/'.join(dw[:-1])
107 p = '/'.join([d,path])
139 return r + '/'.join(p)
187 e.append('.'+','.join(w[0:n]))
339 return sep.strip() + sep.join(self.obj_deps)
343 return sep.strip() + sep.join(self.src_deps)
582 path = '/'.join([dir,base])
627 path = '/'.join([dir,base])
663 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/freebsd/contrib/libcbor/CMakeModules/
H A DJoinPaths.cmake8 # Modelled after Python’s os.path.join
9 # https://docs.python.org/3.7/library/os.path.html#os.path.join
/freebsd/crypto/openssl/include/openssl/
H A Dfipskey.h.in2 * {- join("\n * ", @autowarntext) -}
24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}

12345678910>>...15