/freebsd-src/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 4 ## {- 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 D | descrip.mms.tmpl | 3 ## {- 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 D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 64 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -}) 76 LIBS={- join(" \\\n" . ' ' x 5, 80 SHLIBS={- join(" \\\n" . ' ' x 7, 84 SHLIB_INFO={- join(" \\\n" . ' ' x 11, 91 MODULES={- join(" \\\n" . ' ' x 8, 107 join(" ", map { platform->dso($_) } @fipsmodules) -} 109 join(" ", map { basename(platform->dso($_)) } @fipsmodules) -} 111 PROGRAMS={- join(" \\\n" . ' ' x 9, 115 SCRIPTS={- join(" \\\n" . ' ' x 8, [all …]
|
H A D | gentemplate.pm | 93 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 …]
|
/freebsd-src/usr.bin/join/ |
H A D | join.1 | 35 .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 …]
|
H A D | join.c | 51 * the consecutive lines from the file with a common join field. Then we 64 u_long joinf; /* join field (-1, -2, -j) */ 85 static int joinout = 1; /* show lines with matched join fields (-v) */ 272 * join field. in slurp() 342 /* See if the join field value has changed. */ in slurp() 427 * Output the results of a join comparison. The output may be from in joinlines() 448 * join rules. This happens when we are writing unmatched single in outoneline() 462 * Output the join field, then the remaining fields. in outoneline() 480 /* Output a pair of lines according to the join list (if any). */ in outtwoline() 494 * Output the join field, then the remaining fields from F1 in outtwoline() [all …]
|
/freebsd-src/contrib/kyua/store/ |
H A D | migrate_v2_v3.sql | 51 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-src/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 51 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-src/crypto/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 24 if ($flavour =~ /linux/) { ".arch\t".join(',',@_); } 28 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); } 39 if ($flavour =~ /ios/) { ".private_extern\t".join(',',@_); } 40 else { ".hidden\t".join(',',@_); } 55 } else { $ret = ".comm\t".join(',',@args); } 81 if ($flavour =~ /linux/) { ".type\t".join(',',@_); } 82 elsif ($flavour =~ /ios32/) { if (join(',',@_) =~ /(\w+),%function/) { 91 if ($flavour =~ /linux/) { ".size\t".join(',',@_); } 95 if ($flavour =~ /linux/) { ".inst\t".join(',',@_); } 96 else { ".long\t".join(',',@_); } [all …]
|
/freebsd-src/crypto/openssl/fuzz/ |
H A D | helper.py | 22 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-src/tests/sys/netinet/ |
H A D | igmp.py | 56 if args["type"] == "join": 85 "Test that we send the expected join/leave IGMPv2 messages" 90 expected_pkt = { "type": "join", "group": "230.0.0.1" } 93 # Now join a multicast group, and see if we're getting the igmp packet we expect 98 # Wait for the sniffer to see the join packet 99 sniffer.join() 107 sniffer.join()
|
/freebsd-src/contrib/atf/atf-c++/detail/ |
H A D | text_test.cpp | 58 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-src/contrib/ofed/librdmacm/man/ |
H A D | rdma_join_multicast.3 | 16 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 D | mckey.1 | 22 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-src/contrib/bmake/unit-tests/ |
H A D | opt-touch-jobs.mk | 8 .MAKEFLAGS: opt-touch-join 17 # .JOIN targets are not touched since they do not represent actual files. 19 opt-touch-join: .JOIN
|
H A D | opt-no-action-touch.mk | 13 .MAKEFLAGS: opt-touch-join 23 # .JOIN targets are not touched since they do not represent actual files. 25 opt-touch-join: .JOIN
|
H A D | opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 10 opt-touch-join: .JOIN
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-json-outfiles-test.py | 120 # 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 D | gtest_xml_outfiles_test.py | 85 # 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-src/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 401 with open(os.path.join(self.outputdir, 'stdout'), 'wb') as out: 405 with open(os.path.join(self.outputdir, 'stderr'), 'wb') as err: 409 with open(os.path.join(self.outputdir, 'merged'), 'wb') as merged: 413 with open(os.path.join(self.outputdir, 'kmemleak'), 'wb') as kmem: 483 odir = os.path.join(self.outputdir, os.path.basename(self.pre)) 489 odir = os.path.join(self.outputdir, os.path.basename(self.failsafe)) 493 odir = os.path.join(self.outputdir, os.path.basename(self.post)) 560 self.pre = os.path.join(self.pathname, self.pre) 562 self.post = os.path.join(self.pathname, self.post) 564 self.post = os.path.join(sel [all...] |
/freebsd-src/contrib/nvi/ex/ |
H A D | ex_join.c | 27 * 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()
|
/freebsd-src/share/man/man4/ |
H A D | ipw.4 | 96 Join an existing BSS network (i.e., connect to an access point): 100 Join a specific BSS network with network name 105 Join a specific BSS network with 64-bit WEP encryption: 111 Join a specific BSS network with 128-bit WEP encryption:
|
H A D | ural.4 | 108 Join an existing BSS network (i.e., connect to an access point): 112 Join a specific BSS network with network name 117 Join a specific BSS network with 64-bit WEP encryption: 123 Join a specific BSS network with 128-bit WEP encryption:
|
/freebsd-src/contrib/ntp/sntp/unity/auto/ |
H A D | unity_test_summary.py | 38 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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 97 // actual string. We need a join block for a phi that represents the final in getStrlenWithNull() 102 BasicBlock *Join = nullptr; in getStrlenWithNull() 104 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull() 105 "strlen.join"); in getStrlenWithNull() 108 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull() 113 Prev->getParent(), Join); in getStrlenWithNull() 116 Prev->getParent(), Join); in getStrlenWithNull() 122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull() 144 // Final join in getStrlenWithNull() 101 BasicBlock *Join = nullptr; getStrlenWithNull() local [all...] |