Searched refs:any (Results 226 - 250 of 866) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhdmi.h4 * Permission is hereby granted, free of charge, to any person obtaining a
409 } any; member in union:hdmi_vendor_any_infoframe
415 * @any: generic infoframe
427 struct hdmi_any_infoframe any; member in union:hdmi_infoframe
/openbsd-current/regress/sys/netinet/bindconnect/
H A DMakefile37 .for proto in udp tcp any
100 REGRESS_ROOT_TARGETS += ${REGRESS_TARGETS:M*-any-*}
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DFormatter.pm48 A formatter is any package or object with a C<write($event, $num)> method.
79 this event is not itself an assertion. The assertion number may be any integer 0
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_dyld.xs118 // NSLinkModule will cause the run to abort on any link errors
202 # These functions should not need changing on any platform:
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DFile.pm54 Creates an C<IO::File>. If it receives any parameters, they are passed to
84 Perl C<open> operator (but protects any special characters).
H A DHandle.pm151 Returns a true value if the given handle has experienced any errors
166 systell). This means that any data held at the perlio api level will not
174 C<flush> causes perl to flush any buffered data at the perlio api level.
175 Any unread data in the buffer will be discarded, and any unwritten data
203 change the buffer before any I/O, or immediately after calling flush.
210 be modified> in any way until the IO::Handle is closed or C<setbuf> or
240 trampling on each other I propose the that any such module should prefix
342 # closes its associated files (if any). However, to avoid any
606 # any ne
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/MIME-Base64/lib/MIME/
H A DQuotedPrint.pm66 any other non-printable character. This ensures that a decoder will
73 that any "\n" in the original data is encoded as well.
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.pm.PL66 Term::ReadKey" on any architecture and have a good likelihood of it working.
114 program via C<^C>. (For any mode, an END handler consisting of "ReadMode 0"
131 which records any changes the program may have made, before resetting the
147 I<NOTE> that if the OS does not provide any known mechanism for non-blocking
178 I<NOTE>, that if the OS does not provide any known mechanism for
186 where you started, but any timeouts would now be suspended.
207 it resizes the screen. If any of the new measurements vary from the old, the
312 without any warranty; without even the implied warranty of merchantability
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm458 contains valid filenames before any data is uncompressed.
471 If the C<$input_filename_or_reference> parameter is any other type,
519 If the C<$output_filename_or_reference> parameter is any other type,
540 This option applies to any input or output data streams to
563 the output buffer. Otherwise the output buffer will be cleared before any
569 the contents of the file, if any, will be truncated before any uncompressed
575 the file via a call to C<seek> before any uncompressed data is
584 before writing any uncompressed data. If the output is a filename, it will be opened for
592 before writing any uncompresse
[all...]
H A DInflate.pm310 contains valid filenames before any data is uncompressed.
323 If the C<$input_filename_or_reference> parameter is any other type,
371 If the C<$output_filename_or_reference> parameter is any other type,
392 This option applies to any input or output data streams to
415 the output buffer. Otherwise the output buffer will be cleared before any
421 the contents of the file, if any, will be truncated before any uncompressed
427 the file via a call to C<seek> before any uncompressed data is
436 before writing any uncompressed data. If the output is a filename, it will be opened for
444 before writing any uncompresse
[all...]
H A DBunzip2.pm251 contains valid filenames before any data is uncompressed.
264 If the C<$input_filename_or_reference> parameter is any other type,
312 If the C<$output_filename_or_reference> parameter is any other type,
333 This option applies to any input or output data streams to
356 the output buffer. Otherwise the output buffer will be cleared before any
362 the contents of the file, if any, will be truncated before any uncompressed
368 the file via a call to C<seek> before any uncompressed data is
377 before writing any uncompressed data. If the output is a filename, it will be opened for
385 before writing any uncompresse
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dihex.c11 (at your option) any later version.
561 tdata_save = abfd->tdata.any;
564 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
565 bfd_release (abfd, abfd->tdata.any);
566 abfd->tdata.any = tdata_save;
H A Dbfd.c12 (at your option) any later version.
28 cornerstone of any application using BFD. Using BFD
190 . void *any;
1233 the preferred one (alternative == 0) and any others. Currently,
1315 preserve->tdata = abfd->tdata.any;
1326 abfd->tdata.any = NULL;
1355 abfd->tdata.any = preserve->tdata;
H A Drs6000-core.c19 (at your option) any later version.
74 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any)
240 but I don't see any easy way to get that info right now. */
627 bfd_release (abfd, abfd->tdata.any);
628 abfd->tdata.any = NULL;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c11 (at your option) any later version.
523 tdata_save = abfd->tdata.any;
526 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
527 bfd_release (abfd, abfd->tdata.any);
528 abfd->tdata.any = tdata_save;
/openbsd-current/bin/csh/
H A Dparse.c92 if (any(";&\n", p1->word[0]))
217 if (any(";&\n", p1->word[0]))
519 if (any(RELPAR, p->next->word[0]))
579 if (any(RELPAR, p->word[0])) {
599 if (any(RELPAR, p->word[0])) {
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.c10 any later version.
1286 bool any = FALSE;
1300 any = ffeintrin_check_any_ (ffebld_right (*expr));
1305 && !any;
1372 if (any || (imp == FFEINTRIN_impNONE))
1374 if (!any)
1476 bool any = FALSE;
1498 any = ffeintrin_check_any_ (ffebld_right (*expr));
1504 else if (!any)
1513 if (any || (erro
1285 bool any = FALSE; local
1475 bool any = FALSE; local
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm8 # *** Don't declare any lexicals above this point ***
11 # see any lexicals in scope (apart from __ExPr__ which is unavoidable)
295 for (1..2) { # assign twice to avoid any 'used once' warnings
556 The authors shall not in any case be liable for special, incidental,
560 Your mileage will vary. If in any doubt B<do not use it>.
585 compartment (in I<addition> to any operators already permitted).
647 variable without any leading type marker. For example:
673 not be executed. If such a trapped operation occurs or any other
682 If the return value of reval() is (or contains) any code reference,
715 the compartment, or by any cod
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure479 This file contains any messages produced by compilers while
484 # Also quote any args containing shell metacharacters.
658 # exactly like any other package using autoconf. Therefore, 'target' and
1199 /* Override any gcc2 internal prototype to avoid an error. */
1553 # Double any \ or $. echo might interpret backslashes.
2370 # Check for any special flags to pass to ltconfig.
4424 /* Override any gcc2 internal prototype to avoid an error. */
4481 /* Override any gcc2 internal prototype to avoid an error. */
4537 /* Override any gcc2 internal prototype to avoid an error. */
4595 /* Override any gcc
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm105 # "see" any changes to the color environment var since
451 I<flags> can be any combination of
519 without notice or deprecation in any release of Perl, major or minor.
540 or deprecation in any release of Perl, major or minor. Any documentation
666 Note that this option alone doesn't cause any debugging information to be
778 fixed string> is defined as a fixed string that can appear at any point in
792 it could appear at any point after where the anchored string appeared.
805 discovered at compile time, so we can write tests around it. If any
818 An integer, the least number of characters in any string that can match.
831 A boolean, C<TRUE> to indicate that any anchore
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm304 If any module's own AUTOLOAD subroutine has no need to fallback to the
305 AutoLoader's AUTOLOAD subroutine (because it doesn't have any AutoSplit
319 visible to any autoloaded routines (but will not be invisible outside
385 any questions to the canonical mailing list. Anything that
412 Software Foundation; either version 1, or (at your option) any
434 said script under the terms of the GPL yourself. Furthermore, any
438 resulting interpreter from executing any standard Perl script. I
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm95 By default no opmask is in effect and any code can be compiled.
98 effect when perl I<next> compiles any code. Attempting to compile code
119 The authors shall not in any case be liable for special, incidental,
123 Your mileage will vary. If in any doubt B<do not use it>.
273 However you should never rely on the numerical position of any opcode
279 byte of an upset. This should not cause any problems (Opcode functions
479 then you should not rely on the definition of this, or indeed any other, optag!
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.pm239 then optionally up to 63 bytes of unprocessed data if there are any.
271 we can handle messages of any size.
369 software for any particular purpose. It is provided "as is"
370 without express or implied warranty of any kind.
372 These notices must be retained in any copies of any part of this
377 This copyright does not prohibit distribution of any version of Perl
/openbsd-current/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/
H A DSimple.pm311 C<use> your module. Check the status value returned to see if any
336 to the sequence C<die 'BANG' if $BANG> in any piece of code following a
337 C<use BANG;> statement (until the next C<no BANG;> statement, if any):
412 Note that the source code is passed as a single string, so any regex that
462 and to prevent the filter's being turned off in any way:
498 any terminator specification directly to the C<use> statement that loads
642 contains a pre-compiled regex that matches any placeholder...and
695 your module (see L<"How it works">) which would normally replace any
702 be invoked immediately after any filter you install.
779 end of the source file, whichever occurs first. By default, any
[all...]
/openbsd-current/usr.bin/rdist/
H A Dgram.y317 if (any(c, quotechars))
326 if (c == EOF || any(c, " \"'\t()=;:\n")) {
398 int any(int c, char *str)

Completed in 407 milliseconds

1234567891011>>