Searched refs:capture (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-current/sbin/ddb/
H A Dddb.conf11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset
/freebsd-current/crypto/openssl/util/
H A Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/freebsd-current/tools/tools/ether_reflect/
H A Dether_reflect.c70 pcap_t *capture; local
109 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout,
118 if (pcap_compile(capture, &program, in_string, 1, netmask) < 0)
121 if (pcap_setfilter(capture, &program) < 0)
124 if (pcap_setdirection(capture, PCAP_D_IN) < 0)
128 error = pcap_next_ex(capture, &header,
158 if (pcap_inject(capture, packet, header->len) < 0)
160 pcap_perror(capture, "pcap_inject");
/freebsd-current/crypto/openssl/test/recipes/
H A D05-test_rand.t30 capture => 1, statusvar => \$success);
36 capture => 1, statusvar => \$success);
H A D15-test_gensm2.t52 capture => 1));
58 capture => 1));
H A D20-test_dgst.t161 $testdata]), capture => 1);
174 $testdata, $testdata]), capture => 1);
188 $testdata, $testdata]), capture => 1);
203 $testdata, $testdata]), capture => 1);
217 $testdata, $testdata]), capture => 1);
229 my @xofdata = run(app(['openssl', 'dgst', '-shake128', $testdata], stderr => "outerr.txt"), capture => 1);
H A D04-test_pem_reading.t87 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
98 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
110 @data = run(app([@common, $certkeycert], stderr => "outerr.txt"), capture => 1);
H A D79-test_http.t21 my @output = run(app($cmd), capture => 1);
H A D15-test_gendhparam.t148 capture => 1);
152 capture => 1);
H A D25-test_crl.t56 my @lines = run(app($cmdarray), capture => 1);
66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
H A D20-test_rand_config.t94 capture => 1);
H A D20-test_passwd.t125 my @lines = run(app($cmdarray), capture => 1);
132 my @lines = run(app($cmdarray), capture => 1);
H A D02-test_errstr.t138 ( run(app([ qw(openssl errstr), $errcode_hex ]), capture => 1) )[0];
H A D20-test_enc.t39 capture => 1, statusvar => \$ciphersstatus);
H A D20-test_enc_more.t39 capture => 1, statusvar => \$ciphersstatus)));
H A D20-test_dhparam.t61 '-text', '-inform', $format]), capture => 1);
H A D80-test_pkcs12.t143 "-passin", "pass:"]), capture => 1);
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c218 } capture[LUA_MAXCAPTURES]; member in struct:MatchState
238 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED)
239 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
247 if (ms->capture[level].len == CAP_UNFINISHED) return level;
248 return luaL_error(ms->L, "invalid pattern capture");
389 ms->capture[level].init = s;
390 ms->capture[level].len = what;
393 ms->level--; /* undo capture */
402 ms->capture[l].len = s - ms->capture[
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dlibs.mk22 # In meta mode, we can capture dependenices for _one_ of the progs.
72 # We cannot capture dependencies for meta mode here
H A Dprogs.mk22 # In meta mode, we can capture dependenices for _one_ of the progs.
81 # We cannot capture dependencies for meta mode here
H A Dwhats.mk39 # we do not need to capture this
/freebsd-current/contrib/atf/atf-c/detail/
H A Dprocess_test.c1065 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE);
1066 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT);
1067 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT);
1068 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT);
1069 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD);
1070 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH);
1071 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE);
1077 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE);
1083 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTUR
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp104 // If CopyKind and DisposeKind are the same, merge the capture
299 /// A chunk of data that we actually have to capture in the block.
310 const BlockDecl::Capture *capture, llvm::Type *type,
315 : Alignment(align), Size(size), Capture(capture), Type(type),
381 const BlockDecl::Capture *capture, llvm::Type *type,
385 if (!capture) {
386 // 'this' capture.
388 align, size, capture, type, fieldType, BlockCaptureEntityKind::None,
398 computeCopyInfoForBlockCapture(*capture, fieldType, LangOpts);
400 computeDestroyInfoForBlockCapture(*capture, fieldTyp
309 BlockLayoutChunk(CharUnits align, CharUnits size, const BlockDecl::Capture *capture, llvm::Type *type, QualType fieldType, BlockCaptureEntityKind CopyKind, BlockFieldFlags CopyFlags, BlockCaptureEntityKind DisposeKind, BlockFieldFlags DisposeFlags) argument
380 addBlockLayout(CharUnits align, CharUnits size, const BlockDecl::Capture *capture, llvm::Type *type, QualType fieldType, SmallVectorImpl<BlockLayoutChunk> &Layout, CGBlockInfo &Info, CodeGenModule &CGM) argument
890 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1218 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); local
1514 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1554 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
[all...]
/freebsd-current/contrib/libucl/
H A DMakefile.am49 $(LCOV) --capture \
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign-shell.mk5 # is different from the other places that capture the output of an external

Completed in 189 milliseconds

123