/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | sniffer | 4 # 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." 45 0 string TRSNIFF\040data\040\040\040\040\032 Sniffer capture file 61 # Cinco Networks NetXRay capture files. [all …]
|
H A D | softquad | 21 # GRR: the line below is also true for 5View capture file handled by ./sniffer 23 # skip 5View capture file with "invalid" version AAAAh
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | fix-deprecation | 66 my $capture = $2; 70 my $test = $capture.$'; 73 print STDERR "DEBUG: captured:\n$capture" 82 $before .= $capture;
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 20-test_dgst.t | 161 $testdata]), capture => 1); 174 $testdata, $testdata]), capture => 1); 188 $testdata, $testdata]), capture => 1); 203 $testdata, $testdata]), capture => 1); 217 $testdata, $testdata]), capture => 1); 229 …data = run(app(['openssl', 'dgst', '-shake128', $testdata], stderr => "outerr.txt"), capture => 1);
|
H A D | 04-test_pem_reading.t | 87 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 D | 15-test_gensm2.t | 52 capture => 1)); 58 capture => 1));
|
H A D | 05-test_rand.t | 30 capture => 1, statusvar => \$success); 36 capture => 1, statusvar => \$success);
|
H A D | 25-test_crl.t | 56 my @lines = run(app($cmdarray), capture => 1); 66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
|
H A D | 15-test_gendhparam.t | 148 capture => 1); 152 capture => 1);
|
H A D | 20-test_passwd.t | 125 my @lines = run(app($cmdarray), capture => 1); 132 my @lines = run(app($cmdarray), capture => 1);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
H A D | 02-test_errstr.t | 105 capture => 1); 113 my @after = run(app([ qw(openssl errstr 2000080) ]), capture => 1); 118 my @zero = run(app([ qw(openssl errstr 2000000) ]), capture => 1);
|
H A D | 04-test_pem.t | 86 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1); 97 @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);
|
H A D | 20-test_passwd.t | 115 my @lines = run(app($cmdarray), capture => 1); 122 my @lines = run(app($cmdarray), capture => 1);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genmatch.cc | 767 class capture : public operand class 770 capture (location_t loc, unsigned where_, operand *what_, bool value_) in capture() function in capture 812 is_a_helper <capture *>::test (operand *op) in test() 899 if (capture *c = dyn_cast<capture *> (o)) in print_operand() 974 if (capture *c = dyn_cast <capture *> (op)) in commutate() 984 capture *nc = new capture (c->location, c->where, v[i], in commutate() 1103 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() 1106 return new capture (c->location, c->where, in lower_opt() 1141 if (capture *c = dyn_cast<capture *> (o)) in has_opt() 1221 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genmatch.c | 763 class capture : public operand 766 capture (location_t loc, unsigned where_, operand *what_, bool value_) in capture() function 808 is_a_helper <capture *>::test (operand *op) in test() 895 if (capture *c = dyn_cast<capture *> (o)) 970 if (capture *c = dyn_cast <capture *> (op)) in commutate() 980 capture *nc = new capture (c->location, c->where, v[i], in commutate() 1099 if (capture *c = dyn_cast<capture *> (o)) in lower_opt() 1102 return new capture (c->location, c->where, in lower_opt() 1137 if (capture *c = dyn_cast<capture *> (o)) in has_opt() 1217 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() [all …]
|
/netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
H A D | process_test.c | 1058 TC_FORK_STREAMS(capture, CAPTURE, capture, CAPTURE); 1059 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT); 1060 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT); 1061 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT); 1062 TC_FORK_STREAMS(capture, CAPTURE, redirect_fd, REDIRECT_FD); 1063 TC_FORK_STREAMS(capture, CAPTURE, redirect_path, REDIRECT_PATH); 1064 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE); 1070 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE); 1076 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE); 1082 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, capture, CAPTURE); [all …]
|
/netbsd-src/external/bsd/libpcap/dist/ |
H A D | README.md | 17 interface for user-level packet capture. libpcap provides a portable 21 for packet capture, and since we've developed several tools that 24 system-dependent packet capture modules in each application. 34 with the OS's interface for packet capture on those platforms, such as 46 Although most packet capture interfaces support in-kernel filtering,
|
/netbsd-src/external/bsd/libpcap/dist/doc/ |
H A D | README.dag | 29 capture stream (linux or bpf) and for capturing from DAG cards. To build 30 libpcap with only DAG support specify the capture type as 'dag' when 36 cards and will not capture from the native OS packet stream. 61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported. 96 DAG cards by default capture entire packets including the L2 111 applications may incorrectly report capture errors or oversize packets
|
H A D | README.septel | 32 packet capture stream and for capturing from Septel cards. To build 33 libpcap with only Septel support specify the capture type as 'septel' 39 cards and will not capture from the native OS packet stream.
|
H A D | README.sita | 4 implemented as an additional remote capture mechanism, using a URL, 19 capture packets from a SITA ACN device (and potentially others). 35 ACN interfaces and will not capture from the native OS packet stream.
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_gpu_error.c | 759 error->capture, jiffies_to_msecs(jiffies - error->capture)); in __err_print_to_sgl() 1258 bool capture; in record_context() local 1280 capture = i915_gem_context_no_error_capture(ctx); in record_context() 1283 return capture; in record_context() 1320 capture_user(struct intel_engine_capture_vma *capture, in capture_user() argument 1327 capture = capture_vma(capture, c->vma, "user", gfp); in capture_user() 1329 return capture; in capture_user() 1408 struct intel_engine_capture_vma *capture, in intel_engine_coredump_add_vma() argument 1413 while (capture) { in intel_engine_coredump_add_vma() 1414 struct intel_engine_capture_vma *this = capture; in intel_engine_coredump_add_vma() [all …]
|
H A D | i915_gpu_error.h | 159 unsigned long capture; member 234 struct intel_engine_capture_vma *capture, 301 struct intel_engine_capture_vma *capture, in intel_engine_coredump_add_vma() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Target/ARM/ |
H A D | analyze-match-table.py | 51 from lit.Util import capture 52 llvm_obj_root = capture(["llvm-config", "--obj-root"])
|
/netbsd-src/external/apache2/llvm/dist/clang/ |
H A D | NOTES.txt | 77 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:
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lstrlib.c | 376 } capture[LUA_MAXCAPTURES]; member 397 ms->capture[l].len == CAP_UNFINISHED)) in check_capture() 406 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close() 547 ms->capture[level].init = s; in start_capture() 548 ms->capture[level].len = what; in start_capture() 560 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 562 ms->capture[l].len = CAP_UNFINISHED; /* undo capture */ in end_capture() 570 len = ms->capture[l].len; in match_capture() 572 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 719 ptrdiff_t capl = ms->capture[i].len; in get_onecapture() [all …]
|