Searched refs:OPEN (Results 1 - 25 of 44) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dwarnings.t6 our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
H A Dopen.t60 is( ${^OPEN}, ":raw :crlf\0:raw :crlf",
H A Dopen.pm24 # than ignoring pushing ourselves because of the way how ${^OPEN}
59 my ($in,$out) = split(/\0/,(${^OPEN} || "\0"), -1);
120 ${^OPEN} = join("\0", $in, $out);
174 L<C<${^OPEN}>|perlvar/${^OPEN}> variable.
239 Perl 5.34 it will apply the same layer stack it provides to C<${^OPEN}>.
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Darlex.l55 "OPEN" { return OPEN; }
70 "open" { return OPEN; }
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l54 "OPEN" { return OPEN; }
69 "open" { return OPEN; }
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DStdHandle.pm42 $fh->OPEN(@_) if (@_);
53 sub OPEN subroutine
H A DHandle.pm77 =item OPEN this, filename
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dhints.t14 if (${^OPEN}) {
16 print "ok 2 - \$^H contains HINT_LOCALIZE_HH initially with ${^OPEN}\n";
47 if (${^OPEN}) {
49 print "ok 10 - \$^H contains HINT_LOCALIZE_HH when compilation complete with ${^OPEN}\n";
57 if (${^OPEN}) {
59 print "ok 12 - \$^H contains HINT_LOCALIZE_HH at run-time with ${^OPEN}\n";
77 if (${^OPEN}) {
79 print "ok 8 - \$^H contains HINT_LOCALIZE_HH while finishing compilation with ${^OPEN}\n";
H A Drequire.t42 my $Is_UTF8 = (${^OPEN} || "") =~ /:utf8/;
341 BEGIN { ${^OPEN} = ":utf8\0"; }
351 BEGIN { ${^OPEN} = ":utf8\0"; }
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dpolicy.sh107 test_bgpd "Last error sent: error in OPEN message, role mismatch" \
111 test_bgpd "Last error sent: error in OPEN message, role mismatch" \
H A Dcapa.sh134 test_bgpd "Last error sent: error in OPEN message, unsupported capability" "no"
/openbsd-current/games/battlestar/
H A Dwords.c169 { "open", OPEN, VERB, NULL },
170 { "unlock", OPEN, VERB, NULL },
H A Dextern.h188 #define OPEN 1053 macro
H A Dcypher.c301 case OPEN:
/openbsd-current/usr.sbin/bgpd/
H A Dsession.h71 OPEN = 1, enumerator in enum:msg_type
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm70 I<before> the actual open occurs, whether that be via C<OPEN>, C<SYSOPEN>,
90 =item $obj->OPEN($path,$mode,[$fh])
H A Dvia.xs20 CV *OPEN;
113 /* FIXME: How should this work for OPEN etc? */
253 PerlIOVia_method(aTHX_ f, MYMethod(OPEN), G_SCALAR,
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Zlib/
H A DZlib.pm458 return @args ? $self->OPEN(@args) : $self;
465 sub OPEN subroutine
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y159 %token RESERVED RSN REQUIRED INCONSISTENT IE INVALID MIC FAILURE OPEN
639 authalg : OPEN REQUEST
644 | OPEN RESPONSE
1299 { "open", OPEN },
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_debug.c488 else if (k == REF || k == OPEN || k == CLOSE
493 (op == OPEN || op == CLOSE) ? PARNO(o) :
1658 if (op == CURLYX || op == OPEN || op == SROPEN)
H A Dconfigure.com490 $ OPEN/WRITE MISSING MISSING.
498 $ OPEN/READ CONFIG 'manifestfound'
721 $ OPEN/WRITE CONFIG [-.CONFIG]README.
739 $ OPEN/READ CONFIG []ver.out
869 $ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
1203 $ OPEN/READONLY CONFIG 'patchlevel_h'
1271 $ OPEN/READ PATCH [-].patch
1295 $ OPEN/WRITE CONFIG ccvms.c
1341 $ OPEN/WRITE CONFIG ccvms.c
1479 $ OPEN/WRIT
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DConfig.pm258 OPEN remote.site
/openbsd-current/gnu/usr.bin/perl/t/
H A Dloc_tools.pl510 my $data_file = ($^H & 0x08 || (${^OPEN} || "") =~ /:utf8/)

Completed in 272 milliseconds

12