Home
last modified time | relevance | path

Searched full:used (Results 1 – 25 of 9582) sorted by relevance

12345678910>>...384

/openbsd-src/regress/lib/libcrypto/x509/bettertls/scripts/
H A Dexpects.json1used as an origin is not listed in the CN or SAN extension."]},"dns":{"expect":"ERROR","descriptio…
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DCallingConv.h49 /// Used by the Glasgow Haskell Compiler (GHC).
52 /// Used by the High-Performance Erlang Compiler (HiPE).
55 /// Used for stack based JavaScript calls
58 /// Used for dynamic register based calls (e.g. stackmap and patchpoint
62 /// Used for runtime calls that preserves most registers.
65 /// Used for runtime calls that preserves (almost) all registers.
71 /// Used for access functions.
93 /// stdcall is mostly used by the Win32 API. It is basically the same as the
102 /// ARM Procedure Calling Standard (obsolete, but still used on some
113 /// Used for MSP430 interrupt routines.
[all …]
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dbuffer.h29 * Buffers are used for parsing and I/O operations.
31 * The 'used region' and the 'available' region are disjoint, and their
32 * union is the buffer's region. The used region extends from the beginning
33 * of the buffer region to the last used byte. The available region
34 * extends from one byte greater than the last used byte to the end of the
35 * buffer's region. The size of the used region can be changed using various
36 * buffer commands. Initially, the used region is empty.
38 * The used region is further subdivided into two disjoint regions: the
40 * regions is the used region. The consumed region extends from the beginning
41 * of the used region to the byte before the 'current' offset (if any). The
[all …]
/openbsd-src/sys/arch/octeon/dev/
H A Dcn30xxpowvar.h194 0, /* addr (not used for SWTAG) */ in cn30xxpow_ops_swtag()
195 0, /* no_sched (not used for SWTAG) */ in cn30xxpow_ops_swtag()
196 0, /* index (not used for SWTAG) */ in cn30xxpow_ops_swtag()
198 0, /* qos (not used for SWTAG) */ in cn30xxpow_ops_swtag()
199 0, /* grp (not used for SWTAG) */ in cn30xxpow_ops_swtag()
213 0, /* no_sched (not used for SWTAG_FULL) */ in cn30xxpow_ops_swtag_full()
214 0, /* index (not used for SWTAG_FULL) */ in cn30xxpow_ops_swtag_full()
216 0, /* qos (not used for SWTAG_FULL) */ in cn30xxpow_ops_swtag_full()
229 0, /* addr (not used for SWTAG_DESCHED) */ in cn30xxpow_ops_swtag_desched()
231 0, /* index (not used for SWTAG_DESCHED) */ in cn30xxpow_ops_swtag_desched()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dperl4 Name \"%s::%s\" used only once: possible typo
24 Name "main::z" used only once: possible typo at - line 5.
32 Name "main::x" used only once: possible typo at - line 3.
40 Name "main::x" used only once: possible typo at - line 3.
74 Name "main::z" used only once: possible typo at - line 6.
75 Name "main::x" used only once: possible typo at - line 4.
88 Name "main::x" used only once: possible typo at - line 3.
97 Name "main::y" used only once: possible typo at - line 6.
108 Name "main::ȥ" used only once: possible typo at - line 8.
118 Name "main::ᛪ" used only once: possible typo at - line 5.
[all …]
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h157 // Used for SafeSEH.
163 // Used for /opt:lldlto=N
166 // Used for /opt:lldltojobs=N
168 // Used for /opt:lldltopartitions=N
171 // Used for /opt:lldltocache=path
173 // Used for /opt:lldltocachepolicy=policy
176 // Used for /opt:[no]ltodebugpassmanager
179 // Used for /merge:from=to (e.g. /merge:.rdata=.text)
182 // Used for /section=.name,{DEKPRSW} to set section attributes.
195 // Used for /aligncomm.
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Duser.cfg.in3 # This file describes the settings to be used by the documentation system
29 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31 # if some version control system is used.
35 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # where doxygen was started. If left blank the current directory will be used.
42 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
135 # to NO the shortest path that makes the file name unique will be used.
140 # can be used to strip a user defined part of the path. Stripping is
195 # comments) as a brief description. This used to be the default behaviour.
226 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
[all …]
/openbsd-src/lib/libcrypto/man/
H A DPKCS7_new.396 It can be used recursively in
111 It can be used inside
115 and certificates used.
126 It can be used inside
140 It can be used inside
144 algorithm and certificates used, and content-encryption keys for
156 It can be used inside
159 for checking its integrity and information about the algorithm used.
170 It can be used inside
184 It can be used inside
[all …]
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dmul-div.S115 used t0 bit-index
210 addi r0, -8 # pic used
211 .cpload r29 # pic used
245 .cprestore r0, 12 # pic used
246 addi r0, 8 # pic used
268 addi r0, -8 # pic used
269 .cpload r29 # pic used
281 .cprestore r0, 12 # pic used
282 addi r0, 8 # pic used
295 used t0 bit-index
[all …]
/openbsd-src/usr.bin/aucat/
H A Dabuf.c22 * as follows: the write starts filling at offset (start + used), once the data
23 * is ready, the writer adds to used the count of bytes available.
33 buf->used = 0; in abuf_log()
41 if (buf->used > 0)
42 logx(3, "deleting non-empty buffer, used = %d", buf->used);
57 if (count > buf->used) in abuf_done()
58 count = buf->used; in abuf_done()
70 if (count < 0 || count > buf->used) {
75 buf->used in abuf_rgetblk()
[all...]
/openbsd-src/usr.bin/sndiod/
H A Dabuf.c22 * as follows: the write starts filling at offset (start + used), once the data
23 * is ready, the writer adds to used the count of bytes available.
37 buf->used = 0; in abuf_log()
45 if (buf->used > 0) in abuf_init()
46 logx(3, "deleting non-empty buffer, used = %d", buf->used); in abuf_init()
61 if (count > buf->used) in abuf_done()
62 count = buf->used; in abuf_done()
74 if (count < 0 || count > buf->used) { in abuf_rgetblk()
79 buf->used in abuf_rgetblk()
[all...]
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_modeset_helper_vtables.h62 * These hooks are used by the legacy CRTC helpers and the new atomic
71 * This is used by the legacy CRTC helpers to implement DPMS
74 * This callback is also used to disable a CRTC by calling it with
75 * DRM_MODE_DPMS_OFF if the @disable hook isn't used.
77 * This callback is used by the legacy CRTC helpers. Atomic helpers
80 * @atomic_enable and @atomic_disable should be used.
92 * This callback is used by the legacy CRTC helpers. Atomic helpers
95 * should be used.
107 * This callback is used by the legacy CRTC helpers. Atomic helpers
110 * should be used.
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h35 // This is used to map -fpic/-fPIC.
93 // Specify what type of zeroing callee-used registers.
100 // Don't zero any call-used regs.
102 // Only zeros call-used GPRs used in the fn and pass args.
104 // Only zeros call-used GPRs used in the fn.
106 // Only zeros call-used regs used in the fn and pass args.
108 // Only zeros call-used regs used in the fn.
109 Used = ONLY_USED, enumerator
110 // Zeros all call-used GPRs that pass args.
112 // Zeros all call-used GPRs.
[all …]
/openbsd-src/share/snmp/
H A DTRANSPORT-ADDRESS-MIB.txt22 "This MIB module provides commonly used transport
219 This textual convention can be used to represent transport
221 unwieldy (for example, when used as an index).
274 When this textual convention is used as a syntax of an
286 address and a port number (as used for example by UDP,
293 This textual convention SHOULD NOT be used directly in object
295 However, if it is used, it MAY be used either on its own or
305 address and a port number (as used for example by UDP,
312 This textual convention SHOULD NOT be used directly in object
314 However, if it is used, it MAY be used either on its own or
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Duser.cfg.in3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
56 # This tag can be used to specify the encoding used in the generated
83 # that is used to form the text in various listings. Each string
86 # used as the annotated text. Otherwise, the brief description is used as-is.
87 # If left blank, the following values are used ("$name" is automatically
[all …]
/openbsd-src/bin/csh/USD.doc/
H A Dcsh.g16 .\" may be used to endorse or promote products derived from this software
62 The character `.' is also used in separating
127 is used to remove
188 heavily used commands and `/usr/bin' which contains most other user
202 is a builtin command used to exit from loops within the control
207 builtin command is used to exit from a
227 command is used as a label in a
237 It is usually used to look at the contents of a single file on the terminal,
242 command is used to change the
257 is usually used because it is easier to type.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.def2 additional tree codes used in the GNU C++ compiler (see tree.def
35 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to
39 /* Used to represent a brace-enclosed block. The operand is
43 /* Used to represent a local declaration. The operand is
51 /* Used to represent a `for' statement. The operands are
55 /* Used to represent a 'while' statement. The operands are WHILE_COND
59 /* Used to represent a 'do' statement. The operands are DO_BODY and
63 /* Used to represent a 'return' statement. The operand is
67 /* Used to represent a 'break' statement. */
70 /* Used to represent a 'continue' statement. */
[all …]
/openbsd-src/gnu/llvm/lldb/docs/
H A Ddoxygen.cfg.in3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
80 # that is used to form the text in various listings. Each string
83 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
/openbsd-src/lib/libpcap/
H A Dpcap_open_live.315 .\" the University nor the names of its contributors may be used to endorse
231 is used to obtain a packet capture descriptor to look
244 is used to return error text and is only set when
255 The file has the same format as those used by
264 is used to return error text and is only set when
292 can be used to get the error text.
310 is used to determine the network number and mask
325 is used to collect and process packets.
353 may be used to display the error text.
380 is used t
[all...]
/openbsd-src/usr.bin/dig/lib/isc/
H A Dbuffer.c54 * Make 'r' refer to the used region of 'b'. in isc__buffer_usedregion()
76 * Increase the 'used' region of 'b' by 'n' bytes. in isc__buffer_add()
79 REQUIRE(b->used + n <= b->length); in isc__buffer_add()
87 * Decrease the 'used' region of 'b' by 'n' bytes. in isc__buffer_subtract()
90 REQUIRE(b->used >= n); in isc__buffer_subtract()
98 * Make the used region empty. in isc__buffer_clear()
132 REQUIRE(b->current + n <= b->used); in isc__buffer_setactive()
152 REQUIRE(b->current + n <= b->used); in isc__buffer_forward()
163 * Compact the used region by moving the remaining region so it occurs in isc_buffer_compact()
164 * at the start of the buffer. The used region is shrunk by the size in isc_buffer_compact()
[all …]
/openbsd-src/regress/sys/net/mpath/
H A DMakefile23 # to check that multiple routes have been used. Currently this works
32 # Count in netstart -r that most routes have been used.
52 echo routing domain $n is already used >&2; exit 1; fi
111 # count UDP IPv6 packets used with multipath routes
121 awk 'BEGIN{ mpath = uses = used = maxuse = 0; }\
124 if ($$5 > 0) used++;\
129 print "mpath "mpath", uses "uses", max "max", used "used;\
133 if (used < 50) { print "used less than 50: " used; exit 1; }\
139 # count UDP IPv6 packets used with multipath routes
149 awk 'BEGIN{ mpath = used = uses = max = 0; }\
[all …]
/openbsd-src/usr.sbin/smtpd/
H A Dtable.526 This manual page documents the file format for the various tables used in the
82 They can be used in two contexts: primary domain aliases and virtual domain
131 backends, a wildcard may be used so the domain table may contain:
138 They can be used in two contexts:
161 The label must be unique and is used as a selector for the proper credentials
166 They can only be used in the following context:
170 When used as a "from source", the address of a client is compared to the list
182 Userinfo tables are used in rule context to specify an alternate userbase,
198 This can be used in conjunction with an alias table
208 They can only be used in the following context:
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-alpha.texi69 The special name @code{all} may be used to allow the assembler to accept
95 This option is used when the compiler generates debug information. When
135 @samp{;} can be used instead of a newline to separate statements.
160 @var{number} is used to relate specific instructions.
174 Used with an @code{ldq} instruction to load the address of a symbol
177 A sequence number @var{N} is optional, and if present is used to pair
179 @code{lituse} relocations are used by the linker to optimize the code
196 Used with any memory format instruction (e.g.@: @code{ldl}) to indicate
197 that the literal is used for an address load. The offset field of the
202 Used with a register branch format instruction (e.g.@: @code{jsr}) to
[all …]
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Dstr2wire.h94 * the buffer used for the rr.
97 * @param default_ttl: TTL used if no TTL available.
98 * @param origin: used for origin dname (if not NULL)
100 * @param prev: used for prev_rr dname (if not NULL)
115 * the buffer used for the rr.
118 * @param origin: used for origin dname (if not NULL)
120 * @param prev: used for prev_rr dname (if not NULL)
260 /** default TTL, this is used if the text does not specify a TTL,
294 * @param len: length of rd buffer on input, used length on output.
305 * @param len: length of rd buffer on input, used length on output.
[all …]
/openbsd-src/usr.sbin/unbound/sldns/
H A Dstr2wire.h94 * the buffer used for the rr.
97 * @param default_ttl: TTL used if no TTL available.
98 * @param origin: used for origin dname (if not NULL)
100 * @param prev: used for prev_rr dname (if not NULL)
115 * the buffer used for the rr.
118 * @param origin: used for origin dname (if not NULL)
120 * @param prev: used for prev_rr dname (if not NULL)
260 /** default TTL, this is used if the text does not specify a TTL,
294 * @param len: length of rd buffer on input, used length on output.
305 * @param len: length of rd buffer on input, used length on output.
[all …]

12345678910>>...384