Home
last modified time | relevance | path

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

12345678910>>...17

/src/crypto/krb5/src/util/
H A Dtestrealm.py34 os.path.join('kadmin', 'server'),
35 os.path.join('kadmin', 'cli'),
36 os.path.join('kadmin', 'dbutil'),
37 os.path.join('kadmin', 'ktutil'),
38 os.path.join('clients', 'kdestroy'),
39 os.path.join('clients', 'kinit'),
40 os.path.join('clients', 'klist'),
41 os.path.join('clients', 'kpasswd'),
42 os.path.join('clients', 'ksu'),
43 os.path.join('clients', 'kvno'),
[all …]
H A Dk5test.py446 f = open(os.path.join(buildtop, 'skiptests'), 'a')
470 path = os.path.join(dir, progname)
515 testlogfile = os.path.join(os.getcwd(), 'testlog')
516 utildir = os.path.join(srctop, 'util')
539 if os.path.exists(os.path.join(dir, 'lib', 'krb5', 'krb')):
552 if not os.path.exists(os.path.join(root, 'config.status')):
665 env[k] = os.path.join(buildtop, v)
704 return ' '.join(shlex.quote(x) for x in args)
928 self.testdir = os.path.join(os.getcwd(), testdir)
935 self.keytab = os.path.join(self.testdir, 'keytab')
[all …]
/src/contrib/bc/
H A Dbuild.pkg.rig37 SAFE_INSTALL: str = path.join(src_dir, "scripts/safe-install.sh");
97 BCL_HEADER_PATH: str = path.join(src_dir, path.join("include", BCL_HEADER));
201 INCOPT: str = compiler_db["opt.include"] +~ path.join(src_dir, "include");
711 all_file: str = path.join(src_testdir, "all.txt");
714 extra_path := path.join(src_dir, "tests/extra_required.txt");
730 test sym(path.join(testdir, t)): bin
741 src_test_file: str = path.join(src_dir, test_file);
742 src_test_result_file: str = path.join(src_dir, test_result_file);
756 scriptdir: str = path.join(testdir, "scripts");
757 src_scriptdir: str = path.join(src_dir, scriptdir);
[all …]
H A Dbuild.rig67 res := $ $CC %(flags) -c @(path.join(src_dir, "src/vm.c")) -E;
91 @(path.join(src_dir, "locales/en_US.msg"));
136 res := $ $CC %(flags) -c @(path.join(src_dir, "src/history.c")) -E;
233 version_contents: str = io.read_file(path.join(src_dir, "VERSION.txt"));
300 src: str = path.join("manuals/bc", BUILD_TYPE +~ ".1");
315 src: str = path.join("manuals/dc", BUILD_TYPE +~ ".1");
384 @(path.join(bindir, BC_BIN));
391 $ ln -sf @("./" +~ BC_BIN) @(path.join(bindir, DC_BIN));
396 @(path.join(bindir, BC_BIN));
410 $ @(path.join(src_dir, "scripts/locale_install.sh"))
[all …]
/src/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)
53 self.projfile = os.path.join(self.builddir, '{0}.{1}.pkgproj'.format(PACKAGE, package_version))
54 self.propsfile = os.path.join(self.builddir, '{0}.props'.format(PACKAGE))
55 self.pkgfile = os.path.join(BUILDDIR, '{0}.{1}.nupkg'.format(PACKAGE, package_version))
61 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
62 self.packfile = os.path.join(version.builddir, 'runtimes', rid, 'native', LIBRARY + '.dll')
64 self.tempdir = os.path.join(version.tempdir, rid)
65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile))
85 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url))
[all …]
/src/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_in…
51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -}
52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -}
60 join(" ", @MODULES) -}
61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -}
69 join(" ", map { platform->dso($_) } @fipsmodules) -}
71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -}
72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRA…
73 PROGRAMPDBS={- join(" ", map { $_.".pdb" } @{$unified_info{programs}}) -}
[all …]
H A Ddescrip.mms.tmpl3 ## {- join("\n## ", @autowarntext) -}
108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}},
118 join(' ', $target{lib_asflags} || (), @{$config{lib_asflags}},
121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (),
129 our $lib_cflags = join('', @lib_cflags, @lib_cflags_cont );
130 our $lib_cflags_no_inst = join('', @lib_cflags_no_inst, @lib_cflags_cont );
132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (),
135 our $lib_ex_libs = join('', @cnf_ex_libs, '$(EX_LIBS)');
144 join(',', @{$target{dso_defines}}, @{$target{module_defines}},
151 join(' ', $target{dso_asflags} || (), $target{module_asflags} || (),
[all …]
H A Dunix-Makefile.tmpl4 ## {- join("\n## ", @autowarntext) -}
72 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -})
93 LIBS={- join(" \\\n" . ' ' x 5,
97 SHLIBS={- join(" \\\n" . ' ' x 7,
101 SHLIB_INFO={- join(" \\\n" . ' ' x 11,
108 MODULES={- join(" \\\n" . ' ' x 8,
124 join(" ", map { platform->dso($_) } @fipsmodules) -}
126 join(" ", map { basename(platform->dso($_)) } @fipsmodules) -}
128 PROGRAMS={- join(" \\\n" . ' ' x 9,
132 SCRIPTS={- join(" \\\n" . ' ' x 8,
[all …]
H A D00-base-templates.conf88 return join(" ", @flags);
96 return join(" ", @flags);
105 return join(" ", @libs);
119 return join(" ", @libs);
169 return join(" ", @libs);
/src/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 …]
/src/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))
/src/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)
/src/contrib/jemalloc/scripts/
H A Dgen_run_tests.py75 + 'CC="{} {}" '.format(cc, " ".join(compiler_opts))
76 + 'CXX="{} {}" '.format(cxx, " ".join(compiler_opts))
78 + " ".join(config_opts) + (' --with-malloc-conf=' +
79 ",".join(malloc_conf_opts) if len(malloc_conf_opts) > 0
H A Dgen_travis.py181 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
193 features_str = ' '.join([' {}=yes'.format(feature) for feature in features])
195 stringify = lambda arr, name: ' {}="{}"'.format(name, ' '.join(arr)) if arr else ''
236 return '\n'.join(jobs)
310 jobs = '\n'.join((
/src/contrib/sqlite3/tea/
H A DpkgIndex.tcl.in15 load [file join $dir {@TEAISH_DLL9@}] @TEAISH_LOAD_PREFIX@
18 set initScript [file join $dir {@TEAISH_PKGINIT_TCL_TAIL@}]
28 load [file join $dir {@TEAISH_DLL8@}] @TEAISH_LOAD_PREFIX@
34 set initScript [file join $dir {@TEAISH_PKGINIT_TCL_TAIL@}]
/src/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)
/src/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()
/src/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"
/src/crypto/krb5/src/appl/gss-sample/
H A Dt_gss_sample.py25 appdir = os.path.join(buildtop, 'appl', 'gss-sample')
26 gss_client = os.path.join(appdir, 'gss-client')
27 gss_server = os.path.join(appdir, 'gss-server')
60 return os.path.join(realm.testdir, 'ccache.copy')
/src/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h60 join(); in ~jthread()
74 join();
91 _LIBCPP_HIDE_FROM_ABI void join() { __thread_.join(); } in join() function
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cccol.py13 realm.run(['./t_cccol', 'DIR:' + os.path.join(realm.testdir, 'cc')])
53 ccdir = os.path.join(realm.testdir, 'cc')
80 'Expected output:\n\n' + '\n'.join(expected) + '\n\n' +
81 'Actual output:\n\n' + '\n'.join(outlines))
/src/tests/sys/netinet/
H A Digmp.py119 sniffer.join()
127 sniffer.join()
148 sniffer.join()
156 sniffer.join()
/src/crypto/krb5/src/clients/ksu/
H A Dt_ksu.py76 shutil.copyfile(os.path.join(realm.testdir, 'krb5.conf'), krb5_conf)
84 path = os.path.join(ksutest_home, fname)
86 f.write('\n'.join(contents) + '\n')
96 path = os.path.join(ksutest_home, fname)
106 keytab = os.path.join(os.getcwd(), 'testdir', 'keytab')
/src/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

12345678910>>...17