Searched refs:any (Results 126 - 150 of 866) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DParseLink.pm4 # defined in perlpodspec. It should be suitable for any POD formatter. It
124 anchor text for the link (if any was given), the anchor text possibly
125 inferred from the name and section, the name or URL, the section if any,
141 and the section, anchor text, and inferred anchor text may contain any
143 of the parsing, as is any leading or trailing whitespace.
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.pm58 For more information on any of these modules, please see its respective
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/
H A Dsystem.pm79 any later version of Perl 5.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm148 L<Test2::Event>). These subroutines can be used as methods on any object that
212 Check if the event or facets contain any diagnostics information.
242 Get the subtest id, if any.
248 Get the summary of the event or facets hash, if any.
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstu.c10 any later version.
100 { /* Not actually in any dummy list! */
196 { /* Not actually in any dummy list! */
303 { /* Not actually in any dummy list! */
977 bool any = FALSE;
985 return any;
993 any = TRUE;
1003 any = TRUE;
1018 any = TRUE;
1030 return any;
976 bool any = FALSE; local
1044 bool any = FALSE; local
[all...]
/openbsd-current/bin/mt/
H A Dmt.c94 char *host = NULL; /* remote host (if any) */
294 int i, any = 0; local
308 if (any)
310 any = 1;
/openbsd-current/usr.sbin/tcpdump/
H A Dutil.c320 int i, any = 0; local
333 if (any)
335 any = 1;
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm389 contains valid filenames before any data is compressed.
402 If the C<$input_filename_or_reference> parameter is any other type,
458 If the C<$output_filename_or_reference> parameter is any other type,
478 This option applies to any input or output data streams to
501 the output buffer. Otherwise the output buffer will be cleared before any
507 the contents of the file, if any, will be truncated before any compressed
513 the file via a call to C<seek> before any compressed data is
522 before writing any compressed data. If the output is a filename, it will be opened for
530 before writing any compresse
[all...]
H A DDeflate.pm216 contains valid filenames before any data is compressed.
229 If the C<$input_filename_or_reference> parameter is any other type,
277 If the C<$output_filename_or_reference> parameter is any other type,
297 This option applies to any input or output data streams to
320 the output buffer. Otherwise the output buffer will be cleared before any
326 the contents of the file, if any, will be truncated before any compressed
332 the file via a call to C<seek> before any compressed data is
341 before writing any compressed data. If the output is a filename, it will be opened for
349 before writing any compresse
[all...]
H A DRawDeflate.pm334 contains valid filenames before any data is compressed.
347 If the C<$input_filename_or_reference> parameter is any other type,
395 If the C<$output_filename_or_reference> parameter is any other type,
415 This option applies to any input or output data streams to
438 the output buffer. Otherwise the output buffer will be cleared before any
444 the contents of the file, if any, will be truncated before any compressed
450 the file via a call to C<seek> before any compressed data is
459 before writing any compressed data. If the output is a filename, it will be opened for
467 before writing any compresse
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb-events.sh13 # (at your option) any later version.
68 (at your option) any later version.
88 If editing this file, please also run gdb-events.sh and merge any
182 /* Deliver any pending events. */
404 /* Just zap any events left around from last time. */
411 /* Process any pending events. Because one of the deliveries could
494 # Replace any leading spaces with tabs
/openbsd-current/gnu/usr.bin/perl/lib/
H A DUNIVERSAL.pm5 # UNIVERSAL should not contain any extra subs/methods beyond those
76 is any of the above or an unblessed reference
127 implicitly performs any roles its parent performs. Thus you can use C<DOES> in
129 return true (provided that any overridden C<DOES> I<and> C<isa> methods behave
179 strange effects if the Perl code dynamically changes @ISA in any package.
196 any class. Instead, use C<reftype> from L<Scalar::Util> for the first case:
H A Dcharnames.pm168 Starting in Perl v5.16, any occurrence of C<\N{I<CHARNAME>}> sequences
234 Otherwise, any string that includes a C<\N{I<charname>}> or
245 do any underscores, and the only hyphens that matter are those at the
279 conventions. The aliases override any standard definitions, so, if
284 contain any combination of word (C<\w>) characters, SPACE (U+0020),
291 C<\p{Gc=Letter}>. This makes sure it is what any reasonable person would view
293 must also match C<\p{ID_Continue}>.) Starting with Perl v5.18, any Unicode
353 This is a runtime equivalent to C<\N{...}>. I<name> can be any expression
355 option|/DESCRIPTION> to C<charnames>. In addition, any other options for the
356 controlling C<"use charnames"> in the same scope apply, like C<:loose> or any
[all...]
H A DThread.pm54 You are strongly encouraged to migrate any existing threaded code to the new
141 does a C<lock @a>, any other thread doing a C<lock($a[12])> won't
205 C<join> waits for a thread to end and returns any values the thread
249 With 5005threads, you could also C<lock> a sub such that any calls to that sub
259 thread to exit, passing along any values the thread might have returned and
260 placing any errors into C<$@>.
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms.c11 (at your option) any later version.
54 abfd->tdata.any = bfd_alloc (abfd, amt);
55 if (abfd->tdata.any == NULL)
109 bfd_release (abfd, abfd->tdata.any);
110 abfd->tdata.any = NULL;
184 void * tdata_save = abfd->tdata.any;
320 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
321 bfd_release (abfd, abfd->tdata.any);
322 abfd->tdata.any
[all...]
H A Dsrec.c12 (at your option) any later version.
608 tdata_save = abfd->tdata.any;
611 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
612 bfd_release (abfd, abfd->tdata.any);
613 abfd->tdata.any = tdata_save;
643 tdata_save = abfd->tdata.any;
646 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
647 bfd_release (abfd, abfd->tdata.any);
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsrec.c12 (at your option) any later version.
659 tdata_save = abfd->tdata.any;
662 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
663 bfd_release (abfd, abfd->tdata.any);
664 abfd->tdata.any = tdata_save;
695 tdata_save = abfd->tdata.any;
698 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
699 bfd_release (abfd, abfd->tdata.any);
[all...]
H A Dversados.c13 (at your option) any later version.
512 union ext_any any; local
513 if (!get_record (abfd, &any))
515 switch (any.header.type)
523 process_esd (abfd, &any.esd, 1);
526 process_otr (abfd, &any.otr, 1);
661 union ext_any any; local
675 get_record (abfd, &any);
676 switch (any.header.type)
682 process_esd (abfd, &any
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dtramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
14 * those programs without any restriction coming from the use of this
32 * This exception does not however invalidate any other reasons why
H A Ddarwin-fpsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
13 * those programs without any restriction coming from the use of this
31 * This exception does not however invalidate any other reasons why the
H A Ddarwin-tramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
14 * those programs without any restriction coming from the use of this
32 * This exception does not however invalidate any other reasons why the
H A Ddarwin-vecsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
13 * those programs without any restriction coming from the use of this
31 * This exception does not however invalidate any other reasons why the
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dcrti.asm7 # Free Software Foundation; either version 2, or (at your option) any
13 # those programs without any restriction coming from the use of this
31 # This exception does not however invalidate any other reasons why
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Ddarwin-tramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
14 * those programs without any restriction coming from the use of this
32 * This exception does not however invalidate any other reasons why the
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRDFRegisters.cpp63 if (P.second.any()) {
146 if (PA.second.any() && (PA.second & RA.Mask).none()) {
152 if (PB.second.any() && (PB.second & RB.Mask).none()) {
251 if (P.second.none() || (P.second & RR.Mask).any())
266 if (P.second.none() || (P.second & RR.Mask).any())
281 if (P.second.none() || (P.second & RR.Mask).any())

Completed in 362 milliseconds

1234567891011>>