Searched refs:IN (Results 226 - 229 of 229) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1805 # METHODS USED IN BUILDING FORMS
2835 # WE USE THIS TO COMPENSATE FOR A BUG IN APACHE 2 PRESENT AT LEAST UP THROUGH 2.0.54
3748 $CGI::DefaultClass->binmode($IN); # if $CGI::needs_binmode; # just do it always
4334 open (IN,"test.in") || die;
4335 restore_parameters(IN);
4336 close IN;
4577 open (IN,"test.out") || die;
4578 while (!eof(IN)) {
4579 my $q = new CGI(\*IN);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c376 #define IN USB_EP_DIR_IN macro
1506 * req - bulk data xfer request (IN or OUT)
1796 * req - intr data xfer request (IN or OUT)
1868 * If this is interrupt IN pipe and if we are
2052 * stop polling for interrupt pipe IN data
2554 * stop polling for isoc IN data
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL858 foreach (qw[ IN MX SMTP UCX PONY WINS ], '') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1812 =head2 CHANGED IN PERL 5.6

Completed in 81 milliseconds

12345678910