Home
last modified time | relevance | path

Searched full:join (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/freebsd/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 …]
/freebsd/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 Dgentemplate.pm93 print STDERR "DEBUG[collectdepends] $thing > ", join(' ', @listsofar), "\n"
104 print STDERR "DEBUG[collectdepends] $thing < ", join(' ', @newlist), "\n"
115 print STDERR "DEBUG[expanddepends]> ", join(' ', @after), "\n"
120 print STDERR "DEBUG[expanddepends]\\ ", join(' ', @before), "\n"
142 print STDERR "DEBUG[expanddepends] = ", join(' ', @middle), "\n"
144 print STDERR "DEBUG[expanddepends]/ ", join(' ', @after), "\n"
148 print STDERR "DEBUG[expanddepends]< ", join(' ', @before), "\n"
157 print STDERR "DEBUG[reducedepends]> ", join(' ', @list), "\n"
176 print STDERR "DEBUG[reducedepends]< ", join(' ', @newlist), "\n"
187 print STDERR "DEBUG[resolvedepends] START (", join(', ', @_), ")\n"
[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 …]
/freebsd/usr.bin/join/
H A Djoin.135 .Nm join
53 .Dq equality join
57 .Dq join field
64 which have identical join fields.
65 Each output line consists of the join field, the remaining fields from
91 each line with matching join fields.
103 representing the join field.
128 Join on the
133 Join on the
186 Join the two files using the second column from first file and the default first
[all …]
/freebsd/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)
701 # We would like to use shlex.join() from Python 3.8. For now use
704 return ' '.join(shlex.quote(x) for x in args)
928 self.testdir = os.path.join(os.getcwd(), testdir)
[all …]
/freebsd/tests/sys/netinet/
H A Digmp.py55 if args["type"] == "join":
75 if args["type"] == "join":
104 "Test that we send the expected join/leave IGMPv3 messages"
110 expected_pkt = { "type": "join", "group": "230.0.0.1" }
113 # Now join a multicast group, and see if we're getting the igmp packet we expect
118 # Wait for the sniffer to see the join packet
119 sniffer.join()
127 sniffer.join()
132 "Test that we send the expected join/leave IGMPv2 messages"
139 expected_pkt = { "type": "join", "group": "230.0.0.1" }
[all …]
H A Dmulticast.sh67 # join group on interface with IP address 192.0.2.2
75 # join group on interface with IP address 192.0.3.2
83 # join group on the first multicast capable interface (epair1a)
96 # join group on the interface determined by the route lookup
120 # join group on interface epair2
128 # join group on interface epair2
136 # try to join group on the interface determined by the route lookup
165 # join group on interface epair1
173 # join group on interface epair2
181 # try to join group on the interface determined by the route lookup
/freebsd/contrib/kyua/store/
H A Dmigrate_v2_v3.sql51 NATURAL JOIN old_store.contexts
57 NATURAL JOIN old_store.contexts
58 NATURAL JOIN old_store.env_vars
70 FROM old_store.test_programs JOIN old_store.test_cases
84 FROM old_store.test_cases JOIN old_store.test_programs
92 JOIN old_store.test_cases
94 JOIN old_store.test_programs
101 JOIN old_store.test_case_files
103 JOIN old_store.test_cases
105 JOIN old_store.test_programs
[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)
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 …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl24 if ($flavour =~ /linux/) { ".arch\t".join(',',@_); }
25 elsif ($flavour =~ /win64/) { ".arch\t".join(',',@_); }
29 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); }
49 if ($flavour =~ /ios/) { ".private_extern\t".join(',',@_); }
51 else { ".hidden\t".join(',',@_); }
66 } else { $ret = ".comm\t".join(',',@args); }
92 if ($flavour =~ /linux/) { ".type\t".join(',',@_); }
93 elsif ($flavour =~ /ios32/) { if (join(',',@_) =~ /(\w+),%function/) {
99 elsif ($flavour =~ /win64/) { if (join(',',@_) =~ /(\w+),%function/) {
111 if ($flavour =~ /linux/) { ".size\t".join(',',@_); }
[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/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
61 set_md_var("descr", "Tests the join function"); in ATF_TEST_CASE_HEAD()
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()
[all …]
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_join_multicast.316 Multicast address identifying the group to join.
18 User-defined context associated with the join request.
30 multicast group and release any multicast resources. After the join
35 The join context is returned to the user through the private_data
H A Dmckey.122 IP multicast address to join.
25 RDMA transport specific multicast address to join.
34 The number of QPs to join the multicast group. (default 1)
54 mckey clients to join the created group.
/freebsd/contrib/bmake/unit-tests/
H A Dopt-touch-jobs.mk8 .MAKEFLAGS: opt-touch-join
17 # .JOIN targets are not touched since they do not represent actual files.
19 opt-touch-join: .JOIN
/freebsd/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@}]
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in472 with open(os.path.join(self.outputdir, 'stdout'), 'wb') as out:
476 with open(os.path.join(self.outputdir, 'stderr'), 'wb') as err:
480 with open(os.path.join(self.outputdir, 'merged'), 'wb') as merged:
484 with open(os.path.join(self.outputdir, 'kmemleak'), 'wb') as kmem:
554 odir = os.path.join(self.outputdir, os.path.basename(self.pre))
560 odir = os.path.join(self.outputdir, os.path.basename(self.failsafe))
564 odir = os.path.join(self.outputdir, os.path.basename(self.post))
631 self.pre = os.path.join(self.pathname, self.pre)
633 self.post = os.path.join(self.pathname, self.post)
635 self.post = os.path.join(self.pathname, self.post)
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-json-outfiles-test.py120 # We want the trailing '/' that the last "" provides in os.path.join, for
123 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 Dgtest_xml_outfiles_test.py85 # We want the trailing '/' that the last "" provides in os.path.join, for
88 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)
/freebsd/crypto/openssl/crypto/thread/
H A Darch.c62 /* Await concurrent join completion, if any. */ in ossl_crypto_thread_native_join()
81 * Signal join completion. It is important to signal even if we haven't in ossl_crypto_thread_native_join()
82 * performed an actual join. Multiple threads could be awaiting the in ossl_crypto_thread_native_join()
84 * on actual join would wake only one. Signalling here will always wake one. in ossl_crypto_thread_native_join()
97 /* Have another thread that's awaiting join retry to avoid that in ossl_crypto_thread_native_join()
/freebsd/contrib/nvi/ex/
H A Dex_join.c27 * Join lines.
45 /* Check for no lines to join. */ in ex_join()
47 msgq(sp, M_ERR, "131|No following lines to join"); in ex_join()
54 * The count for the join command was off-by-one, in ex_join()
88 * If force specified, join without modification. in ex_join()
132 * the join was a ':' command, the cursor was placed at the in ex_join()

12345678910>>...39