Home
last modified time | relevance | path

Searched full:contains (Results 1 – 25 of 5000) sorted by relevance

12345678910>>...200

/openbsd-src/lib/libcrypto/man/
H A DX509_check_purpose.367 contains an Extended Key Usage extension, it contains the RFC 5280
74 contains a Key Usage extension, the
80 contains a Netscape Cert Type extension, the
90 contains an Extended Key Usage extension, it contains the RFC 5280
104 contains a Key Usage extension, at least one of the
112 contains a Netscape Cert Type extension, the
131 contains an Extended Key Usage extension, it contains th
[all...]
H A DX509_OBJECT_get0_X509.3107 contains an
118 contains an
127 contains an
166 contains a certificate,
171 if it contains a certificate revocation list, it searches for a
182 contains a certificate,
184 if it contains a certificate revocation list, or
186 if it contains neither.
205 or contains no certificate.
216 or contains no certificate revocation list.
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp341 if (AMDGPU::SReg_32RegClass.contains(Reg) || in analyzeResourceUsage()
342 AMDGPU::SReg_LO16RegClass.contains(Reg) || in analyzeResourceUsage()
343 AMDGPU::SGPR_HI16RegClass.contains(Reg)) { in analyzeResourceUsage()
344 assert(!AMDGPU::TTMP_32RegClass.contains(Reg) && in analyzeResourceUsage()
348 } else if (AMDGPU::VGPR_32RegClass.contains(Reg) || in analyzeResourceUsage()
349 AMDGPU::VGPR_LO16RegClass.contains(Reg) || in analyzeResourceUsage()
350 AMDGPU::VGPR_HI16RegClass.contains(Reg)) { in analyzeResourceUsage()
353 } else if (AMDGPU::AGPR_32RegClass.contains(Reg) || in analyzeResourceUsage()
354 AMDGPU::AGPR_LO16RegClass.contains(Reg)) { in analyzeResourceUsage()
358 } else if (AMDGPU::SReg_64RegClass.contains(Reg)) { in analyzeResourceUsage()
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dload-module.t42 ["WOOSH::.sock", qr!\ABareword in require contains "/\."!],
43 ["WOOSH::.sock", qr!\ABareword in require contains "/\."!],
44 ["WOOSH/.sock", qr!\ABareword in require contains "/\."!],
45 ["WOOSH/..sock", qr!\ABareword in require contains "/\."!],
46 ["WOOSH/../sock", qr!\ABareword in require contains "/\."!],
47 ["WOOSH::..::sock", qr!\ABareword in require contains "/\."!],
48 ["WOOSH::.::sock", qr!\ABareword in require contains "/\."!],
49 ["WOOSH::./sock", qr!\ABareword in require contains "/\."!],
50 ["WOOSH/./sock", qr!\ABareword in require contains "/\."!],
51 ["WOOSH/.::sock", qr!\ABareword in require contains "/\."!],
[all …]
/openbsd-src/usr.sbin/smtpd/
H A Dsmtpd-filters.7225 contains the reverse DNS hostname for the remote end or an empty string if none.
228 contains the string
235 contains either the IP address and port of the source address,
251 contains the hostname displayed in the banner.
260 contains the string
267 contains the identity provided by the client.
272 contains a colon-separated list of TLS properties including the TLS version,
280 contains the string
288 contains the username used for the authentication attempt.
294 contains th
[all...]
/openbsd-src/share/man/man9/
H A Dieee80211_radiotap.9122 This field contains the unsigned 64-bit value, in microseconds,
127 This field contains a single unsigned 8-bit value, containing a bitmap
130 This field contains a single unsigned 8-bit value, which is the data rate in
135 This field contains two unsigned 16-bit values.
143 This field contains two 8-bit values.
148 This field contains a single signed 8-bit value, which indicates the
151 This field contains a single signed 8-bit value, which indicates the
154 This field contains a single unsigned 16-bit value, indicating the
162 This field contains a single unsigned 16-bit value, expressing transmit
167 This field contains a single unsigned 16-bit value, expressing transmit
[all …]
H A Dmbuf_tags.9112 The tag contains a
120 The tag contains a
127 The tag contains a
134 The tag contains a pointer to the wg peer that already processed the packet.
139 The tag contains a pointer to the gre interface that already processed
145 The tag contains a
156 The tag contains a
164 The tag contains a
169 The tag contains a
178 The tag contains no data.
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dutf8warnings.t15 like $@, qr/^"\\x\{d800\}" does not map to UTF-8 at $script line /, 'Error message contains strict …
18 is_deeply \@invalid, [ 0xD800 ], 'Fallback coderef contains invalid codepoint 0xD800';
21 …ED\\xA0\\x80" does not map to Unicode at $script line /, 'Error message contains strict UTF-8 name…
24 is_deeply \@invalid, [ 0xED, 0xA0, 0x80 ], 'Fallback coderef contains invalid byte sequence 0xED, 0…
27 like $@, qr/^UTF-8 "\\xED\\xA0" does not map to Unicode at $script line /, 'Error message contains
30 is_deeply \@invalid, [ 0xED, 0xA0 ], 'Fallback coderef contains invalid byte sequence 0xED, 0xA0';
33 like $@, qr/^utf8 "\\xED\\xA0" does not map to Unicode at $script line /, 'Error message contains n…
35 is_deeply \@invalid, [ 0xED, 0xA0 ], 'Fallback coderef contains invalid byte sequence 0xED, 0xA0';
/openbsd-src/share/man/man4/
H A Dpf.4449 contains on exit the number of tables deleted.
484 contains the number of tables effectively created.
507 contains the number of tables effectively deleted.
512 contains a valid writeable buffer for
517 contains the number of tables written into the buffer.
556 contains the number of tables effectively cleared.
561 contains the table to clear.
564 contains the number of addresses removed.
569 contains the table ID and
581 contains the number of addresses effectively added.
[all …]
H A Dusb.4456 field contains the device unit number of the device.
483 field contains the device protocol as given from the device.
488 contains the speed of the device.
497 field contains the names and instance numbers of the device drivers
504 field contains the addresses of the connected devices.
538 field contains the device unit number.
542 field contains the device descriptor structure.
566 field contains the device unit number.
570 field contains the configuration descriptor structure.
605 field contains th
[all...]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp81 if (GPR32RegClass->contains(SubReg) || GPR64RegClass->contains(SubReg)) in SetPhysRegUsed()
83 else if (COP0RegClass->contains(SubReg)) in SetPhysRegUsed()
86 else if (FGR32RegClass->contains(SubReg) || in SetPhysRegUsed()
87 FGR64RegClass->contains(SubReg) || in SetPhysRegUsed()
88 AFGR64RegClass->contains(SubReg) || in SetPhysRegUsed()
89 MSA128BRegClass->contains(SubReg)) in SetPhysRegUsed()
91 else if (COP2RegClass->contains(SubReg)) in SetPhysRegUsed()
93 else if (COP3RegClass->contains(SubReg)) in SetPhysRegUsed()
/openbsd-src/sys/arch/hppa/include/
H A Dexec.h75 #define SHT_PARISC_EXT 0x70000000 /* contains product-specific
77 #define SHT_PARISC_UNWIND 0x70000001 /* contains unwind table entries
78 sh_info contains index of
81 #define SHT_PARISC_DOC 0x70000002 /* contains debug info for -O */
82 #define SHT_PARISC_ANNOT 0x70000003 /* contains code annotations */
85 #define SHF_PARISC_SBP 0x80000000 /* contains code compiled for
99 #define PT_PARISC_ARCHEXT 0x70000000 /* segment contains
101 #define PT_PARISC_UNWIND 0x70000001 /* segment contains
104 #define PF_PARISC_SBP 0x08000000 /* segment contains code
/openbsd-src/usr.bin/whois/
H A Dwhois.160 It contains network numbers used in East Asia, Australia,
66 It contains network numbers used in those parts of the world
85 It contains points of contact for subdomains of
88 Use the US non-military federal government database, which contains points of
131 It contains information about top-level domains.
136 This now contains only registrations for domain names under
157 It contains network numbers used in much of Latin America and the
163 It contains route policy specifications for a large
167 It contains details about presence at internet peering points
191 It contains network numbers and domain contact information
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstv.h74 FFESTV_statePROGRAM4, /* Before executable stmt or CONTAINS. */
75 FFESTV_statePROGRAM5, /* After CONTAINS. */
80 FFESTV_stateSUBROUTINE4, /* Before executable stmt or CONTAINS. */
81 FFESTV_stateSUBROUTINE5, /* After CONTAINS. */
86 FFESTV_stateFUNCTION4, /* Before executable stmt or CONTAINS. */
87 FFESTV_stateFUNCTION5, /* After CONTAINS. */
92 FFESTV_stateMODULE4, /* Before executable stmt or CONTAINS. */
93 FFESTV_stateMODULE5, /* After CONTAINS. */
98 FFESTV_stateBLOCKDATA4, /* Before executable stmt or CONTAINS. */
99 FFESTV_stateBLOCKDATA5, /* After CONTAINS. */
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp9 // This file contains the CSKY implementation of the TargetInstrInfo class.
482 if (CSKY::GPRRegClass.contains(SrcReg) && in copyPhysReg()
483 CSKY::CARRYRegClass.contains(DestReg)) { in copyPhysReg()
497 if (CSKY::CARRYRegClass.contains(SrcReg) && in copyPhysReg()
498 CSKY::GPRRegClass.contains(DestReg)) { in copyPhysReg()
522 if (CSKY::GPRRegClass.contains(DestReg, SrcReg)) in copyPhysReg()
524 else if (v2sf && CSKY::sFPR32RegClass.contains(DestReg, SrcReg)) in copyPhysReg()
526 else if (v3sf && CSKY::FPR32RegClass.contains(DestReg, SrcReg)) in copyPhysReg()
528 else if (v2df && CSKY::sFPR64RegClass.contains(DestReg, SrcReg)) in copyPhysReg()
530 else if (v3df && CSKY::FPR64RegClass.contains(DestReg, SrcReg)) in copyPhysReg()
[all …]
/openbsd-src/sys/arch/alpha/include/
H A Dautoconf.h57 * a0 contains first free page frame number
58 * a1 contains page number of current level 1 page table
59 * if a2 contains BOOTINFO_MAGIC and a4 is nonzero:
60 * a3 contains pointer (BEVA) to bootinfo
61 * a4 contains bootinfo version number
62 * if a2 contains BOOTINFO_MAGIC and a4 contains 0 (backward compat):
63 * a3 contains pointer (BEVA) to bootinfo version
/openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h23 /* This file is part of NLM support for BFD, and contains the portions
26 the nlm/common.h file which contains the portions that are common to
52 /* This structure contains the internal form of the portion of the NLM
138 /* This structure contains the portions of the NLM header that are either
150 /* The descriptionLength field contains the length of the text in
152 field contains the NLM description obtained from the DESCRIPTION
159 /* The stackSize field contains the size of the stack in bytes, as
175 /* The screenNameLength field contains the length of the actual text stored
177 screenName field contains the screen name as specified by the SCREENNAME
184 /* The threadNameLength field contains the length of the actual text stored
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h23 /* This file is part of NLM support for BFD, and contains the portions
26 the nlm/common.h file which contains the portions that are common to
52 /* This structure contains the internal form of the portion of the NLM
138 /* This structure contains the portions of the NLM header that are either
150 /* The descriptionLength field contains the length of the text in
152 field contains the NLM description obtained from the DESCRIPTION
159 /* The stackSize field contains the size of the stack in bytes, as
175 /* The screenNameLength field contains the length of the actual text stored
177 screenName field contains the screen name as specified by the SCREENNAME
184 /* The threadNameLength field contains the length of the actual text stored
[all …]
/openbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.8183 in each spool directory contains the number of disk blocks to leave free
209 The line contains identification info from the password file and
241 The file contains troff output (cat phototypesetter commands).
244 The file contains device independent troff output.
247 The file contains
253 The file contains data produced by
257 The file contains data produced by
260 The file contains a raster image.
262 The file contains text data with
314 and contains two lines.
/openbsd-src/gnu/usr.bin/cvs/doc/
H A DRCSFILES9 contains a few fixes and clarifications to that manpage).
17 for each revision. The answer is that the head revision contains the
99 own the file. The `permissions' field contains an octal integer,
101 `special' field contains two words; the first must be either `block'
105 `hardlinks' field contains a list of filenames to which the current
151 contains a `@' byte, the `@' must be doubled within strings in RCS
171 systems where a C "char" is signed and where the data contains
232 -contains just the last two digits of the year
236 +contains exactly two digits,
240 +contains all the digits of the year.
[all …]
/openbsd-src/lib/libc/net/
H A Dgetifaddrs.351 structure contains at least the following entries:
64 Contains a pointer to the next structure on the list.
69 Contains the interface name.
71 Contains the interface flags, as set by
104 addresses it contains a pointer to the
108 which contains various interface attributes and statistics.
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp9 // This file contains the Mips32/64 implementation of the TargetInstrInfo class.
90 if (Mips::GPR32RegClass.contains(DestReg)) { // Copy to CPU Reg. in copyPhysReg()
91 if (Mips::GPR32RegClass.contains(SrcReg)) { in copyPhysReg()
96 } else if (Mips::CCRRegClass.contains(SrcReg)) in copyPhysReg()
98 else if (Mips::FGR32RegClass.contains(SrcReg)) in copyPhysReg()
100 else if (Mips::HI32RegClass.contains(SrcReg)) { in copyPhysReg()
103 } else if (Mips::LO32RegClass.contains(SrcReg)) { in copyPhysReg()
106 } else if (Mips::HI32DSPRegClass.contains(SrcReg)) in copyPhysReg()
108 else if (Mips::LO32DSPRegClass.contains(SrcReg)) in copyPhysReg()
110 else if (Mips::DSPCCRegClass.contains(SrcReg)) { in copyPhysReg()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp20 /// DisassemblerEmitter - Contains disassembler table emitters for various
34 /// - One table (CONTEXTS_SYM) that contains a mapping of attribute masks to
48 /// - One table (INSTRUCTIONS_SYM) contains information about the operands of
80 /// DisassemblerEmitter.cpp contains the implementation for the emitter,
83 /// X86DisassemblerTables.h contains the interface for the instruction tables,
85 /// X86DisassemblerTables.cpp contains the implementation for the instruction
87 /// X86ModRMFilters.h contains filters that can be used to determine which
90 /// X86RecognizableInstr.h contains the interface for a single instruction,
93 /// X86RecognizableInstr.cpp contains the implementation for a single
/openbsd-src/regress/usr.bin/mandoc/roff/cond/
H A Dclose.in17 text line contains closing brace only
21 text line contains closing brace and additional words
25 request line contains closing brace only
29 request line contains closing brace and additional args
H A Dclose.out_ascii13 text line contains closing brace only
15 text line contains closing brace and additional words
17 request line contains closing brace only
19 request line contains closing brace and additional args

12345678910>>...200