Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 172) sorted by relevance

1234567

/openbsd/src/usr.bin/file/magdir/
Dsniffer4 # sniffer: file(1) magic for packet capture files
10 # Microsoft Network Monitor 1.x capture files.
12 0 string RTSS NetMon capture file
23 # Microsoft Network Monitor 2.x capture files.
25 0 string GMBU NetMon capture file
41 # Network General Sniffer capture files.
42 # Sorry, make that "Network Associates Sniffer capture files."
43 # Sorry, make that "Network General old DOS Sniffer capture files."
44 # Sorry, make that "NetScout Sniffer capture files."
46 0 string TRSNIFF\ data\ \ \ \ \032 Sniffer capture file
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dharness.t563 my $capture = IO::c55Capture->new_handle;
566 stdout => $capture,
573 my @output = tied($$capture)->dump;
584 my $capture = IO::c55Capture->new_handle;
587 stdout => $capture,
594 my @output = tied($$capture)->dump;
610 my $capture = IO::c55Capture->new_handle;
613 stdout => $capture,
625 my @output = tied($$capture)->dump;
636 my $capture = IO::c55Capture->new_handle;
[all …]
Dnofork.t47 my $capture = IO::c55Capture->new_handle;
52 stdout => $capture,
56 my @output = tied($$capture)->dump;
/openbsd/src/sys/dev/pci/drm/i915/gt/uc/
Dintel_guc_capture.c307 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists()
348 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists()
416 const struct __guc_mmio_reg_descr_group *reglists = guc->capture->reglists; in guc_capture_list_init()
417 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_list_init()
476 struct intel_guc_state_capture *gc = guc->capture; in guc_capture_getlistsize()
526 struct intel_guc_state_capture *gc = guc->capture; in intel_guc_capture_getlist()
564 num_regs = guc_cap_list_num_regs(guc->capture, owner, type, classid); in intel_guc_capture_getlist()
587 struct intel_guc_state_capture *gc = guc->capture; in intel_guc_capture_getnullheader()
619 if (!guc->capture) in guc_capture_output_min_size_est()
905 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/
Drelative_lines.py59 def replace_one(capture, line, offset): argument
62 target = int(capture)
65 return capture
69 return capture
89 for index, capture in enumerate(m.groups()):
92 replacement = replace_one(capture, line, m.start(index))
94 if replacement == capture:
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
DCaptureRunner.pm25 capture()->reset;
34 my @results = capture()->details;
50 return capture()->premature;
53 sub capture subroutine
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dlldbgdbserverutils.py368 capture=None): argument
404 self.capture = capture
434 if self.capture:
436 for group_index, var_name in list(self.capture.items()):
622 def __init__(self, regex=None, regex_mode="match", capture=None): argument
625 self._capture = capture
742 capture = line.get("capture", None)
757 capture=capture))
766 capture=capture))
777 capture = line.get("capture", None)
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
D04-base.t246 my $capture = q{};
247 local $SIG{__WARN__} = sub { $capture = $_[0] };
254 like( $capture, $expected_message,
256 $capture = q{};
262 like( $capture, $expected_message,
264 $capture = q{};
270 like( $capture, $expected_message,
272 $capture = q{};
295 is( $capture, q{}, "perl_src(): no warning, as expected" );
/openbsd/src/usr.sbin/httpd/
Dpatterns.c62 } capture[MAXCAPTURES]; member
79 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED) in check_capture()
89 if (ms->capture[level].len == CAP_UNFINISHED) in capture_to_close()
280 ms->capture[level].init = s; in start_capture()
281 ms->capture[level].len = what; in start_capture()
297 ms->capture[l].len = s - ms->capture[l].init; in end_capture()
300 ms->capture[l].len = CAP_UNFINISHED; in end_capture()
311 len = ms->capture[l].len; in match_capture()
313 memcmp(ms->capture[l].init, s, len) == 0) in match_capture()
533 ptrdiff_t l = ms->capture[i].len; in push_onecapture()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/
D736_use_ok.t14 sub capture(&) {
26 capture {
35 ok(!capture { no warnings 'deprecated'; use_ok 'MyWarner' }, "No warning");
/openbsd/src/regress/usr.sbin/httpd/patterns/
Dtest-patterns.in15 /page/page-51 /(.*)/%9-(%d+) invalid capture index
16 :-) )+ invalid pattern capture
17 /page/51 /page/51( unfinished capture
Dtest-patterns.out61 patterns-tester: str_match: invalid capture index
64 patterns-tester: str_match: invalid pattern capture
67 patterns-tester: str_match: unfinished capture
Dtest-patterns-lua.out39 X_PATTERNS_TESTER_X:3: invalid capture index %9
46 X_PATTERNS_TESTER_X:3: invalid pattern capture
53 X_PATTERNS_TESTER_X:3: unfinished capture
/openbsd/src/regress/usr.bin/file/
Dt11.out1 t11.in: tcpdump capture file (little-endian) - version 2.4 (Ethernet, capture length 116)
/openbsd/src/lib/libpcap/
DREADME14 interface for user-level packet capture. libpcap provides a portable
18 for packet capture, and since we've developed several tools that
21 system-dependent packet capture modules in each application.
32 Although most packet capture interfaces support in-kernel filtering,
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.cpp335 const BlockDecl::Capture *capture, llvm::Type *type, in BlockLayoutChunk()
340 : Alignment(align), Size(size), Capture(capture), Type(type), in BlockLayoutChunk()
406 const BlockDecl::Capture *capture, llvm::Type *type, in addBlockLayout() argument
410 if (!capture) { in addBlockLayout()
413 align, size, capture, type, fieldType, BlockCaptureEntityKind::None, in addBlockLayout()
423 computeCopyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout()
425 computeDestroyInfoForBlockCapture(*capture, fieldType, LangOpts); in addBlockLayout()
426 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
915 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local
918 if (capture.isConstant()) continue; in EmitBlockLiteral()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
DReader.pm42 $self->{capture} = [];
65 sub get_raw { join( "\n", grep defined, @{ shift->{capture} || [] } ) . "\n" }
81 push @{ $self->{capture} }, $line;
/openbsd/src/gnu/llvm/llvm/utils/Target/ARM/
Danalyze-match-table.py51 from lit.Util import capture
52 llvm_obj_root = capture(["llvm-config", "--obj-root"])
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod356 =head2 Numbered capture callbacks
360 numbered capture groups (C<$1>, C<$2>, ...).
384 named capture variables are currently not tied internally but
392 Fetch a specified numbered capture. C<sv> should be set to the scalar
399 This callback is where Perl untaints its own capture variables under
401 function in F<regcomp.c> for how to untaint capture variables if
411 Set the value of a numbered capture variable. C<value> is the scalar
422 Perl's own engine will croak on any attempt to modify the capture
441 like it would modify a numbered capture variable. This is because the
461 since the capture variables were READONLY variables then; now they'll
[all …]
Dperlcheat.pod51 /o compile pat once () capture
52 DEBUG (?:p) no capture
60 \R linebreak (?<n>p)named capture
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/legacy/
DTAP.t58 my $diag = capture {
70 my $note = capture {
82 my $ok = capture {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
Dspecial_names.t22 my $ok = capture {
34 my $not_ok = capture {
/openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/t/
Danchorify.t48 my $capture = 'NAME';
51 my $url = "$file/@{[anchorify(qq($capture))]}.html" ;
/openbsd/src/gnu/llvm/clang/
DNOTES.txt77 Blocks should not capture variables that are only used in dead code.
79 The rule that we came up with is that blocks are required to capture
83 For example, this requires a capture:
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
D721-nested-streamed-subtest.t16 my $output = capture {
60 my $output = capture {

1234567