/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strcmp.s | 54 ! If it is not, it attempts to align it and then checks the 56 ! align s2, this also happens and then the compare begins. Otherwise,
|
H A D | alloca.s | 38 ! then copy the tmp area to its new home
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Poll.pm | 161 If EVENT_MASK is given, then, if EVENT_MASK is non-zero, IO is added to the 163 any event specified in EVENT_MASK. If EVENT_MASK is zero then IO will be 166 If EVENT_MASK is not given then the return value will be the current 171 Call the system level poll routine. If TIMEOUT is not specified then the 186 Returns a list of handles. If EVENT_MASK is not given then a list of all 187 handles known will be returned. If EVENT_MASK is given then a list
|
H A D | Pipe.pm | 210 to C<pipe>. If no arguments are given then method C<handles> is called 225 handle at the reading end of the pipe. If C<ARGS> are given then C<fork> 231 handle at the writing end of the pipe. If C<ARGS> are given then C<fork>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/ |
H A D | ISA.pm | 48 When, then, you call a method in that class ($fishstick->calories), 52 first look in Food::Fish, then Food, then Matter, then Life::Fungus, 53 then Life, then Chemicals. 110 * If Perl can't find a method anywhere in the ISA tree, it then looks 113 you, then instead of this:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/ |
H A D | SelfStubber.pm | 122 then the method is loaded into class A, then executed. If C then 124 B, but set to be autoloaded, then the lookup mechanism never gets to 127 foo had been stubbed in B, then the lookup mechanism would have
|
/osnet-11/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_4.s | 73 subcc %o2, 4, %o2 ! then both will be aligned. 136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16. 146 .mod4: ! Do first 4 bytes, then do multiples of 16. 155 .mod8: ! Do first 8 bytes, then do multiples of 16. 166 .mod12: ! Do first 12 bytes, then do multiples of 16.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Makefile.PL | 55 error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | SelectSaver.pm | 29 parameter, then that parameter is selected; otherwise, the selected
|
H A D | Carp.pm | 45 call is marked safe, it then gives up and gives a full stack 66 trusts C, then A trusts C. So if you do not override @ISA 67 with @CARP_NOT, then this trust relationship is identical to, 130 $Verbose = 0; # If true then make shortmess call longmess instead 140 # then the following method will be called by the Exporter which knows
|
H A D | FindBin.pm | 27 directories E<lt>rootE<gt>/bin and E<lt>rootE<gt>/lib and then the above example will allow 32 C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current 69 exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin 146 # if $script is a perl program, if not then $script = $0
|
H A D | warnings.pm | 87 then die. Otherwise return. 94 calling module then die. Otherwise return. 104 is first used then die. Otherwise return.
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | _stack_grow.s | 88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | _stack_grow.s | 88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/ |
H A D | Util.pm | 111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then 128 list is empty then C<undef> is returned. 142 If the list is empty then C<undef> is returned. 155 numerical value. If the list is empty then C<undef> is returned. 169 If the list is empty then C<undef> is returned. 187 Returns the result of the last call to BLOCK. If LIST is empty then 188 C<undef> is returned. If LIST only contains one element then that
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Usage.pm | 66 If more than one argument is given then the entire argument list is 90 message. If the corresponding value is 0, then only the "SYNOPSIS" 92 is 1, then the "SYNOPSIS" section, along with any section entitled 94 corresponding value is 2 or more then the entire manpage is printed. 110 A list of directory paths. If the input file does not exist, then it 123 its embedded pod documentation) and then exit the script with the 125 levels of "verboseness": If the verbose level is 0, then only a synopsis 126 is printed. If the verbose level is 1, then the synopsis is printed 128 arguments. If the verbose level is 2, then the entire manual page is 139 If neither the exit status nor the verbose level is specified, then th [all...] |
H A D | Select.pm | 78 creates a B<Pod::Select> object and then invokes the B<podselect()> 104 given regular expression starts with a "!" character, then the 182 the command. If a range-regex is supposed to match a POD command, then 188 If no I<=cmd-expr> is given then the text-expr will be matched against 190 matched against verbatim text-blocks. If no I<text-expr> is given then 301 level, then C<undef> is returned. 329 If no C<$section_spec> arguments are given, then the existing set of 350 ## string "+", then the remaining section specifications are *added* 435 C<$headingN> is omitted then it defaults to the current corresponding 544 (associative array) then th [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | yylex.l | 178 "then" { RECORD; return GRUB_PARSER_TOKEN_THEN; }
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | Makefile.PL | 82 /* This program allocates a buffer of U8 (char) and then tries */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
H A D | Typemap.pm | 20 takes a variable, processes it through the OUTPUT typemap and then 23 A test script can then compare the input and output to make sure they
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Copy.pm | 324 directory, then the source file will be renamed into the directory 352 then C<copy> will perform a "system copy" of 356 handle to an opened file, then data is copied using Perl 387 timestamps are propagated to the output file. If it is E<gt> 0, then 388 it is interpreted as a bitmask: if bit 0 (the LSB) is set, then 391 to C<rmscopy> is 0, then it behaves much like the DCL COPY command: 393 then no timestamps are propagated, but if they were taken implicitly 394 from the input filespec, then all timestamps other than the
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 37 ! then copy the tmp area to its new home
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Netrc.pm | 222 read and write access. If these conditions are not met then a warning is 288 then the entry returned will have the given login. If C<LOGIN> is not given then 291 If a matching entry cannot be found, and a default entry exists, then a 295 no .netrc file is found, then C<undef> is returned.
|
H A D | POP3.pm | 406 If C<HOST> is not given, then the C<POP3_Host> specified in C<Net::Config> 412 B<ResvPort> - If given then the socket for the C<Net::POP3> object 444 and username. If the username is not specified then the current user name 451 If there was an error authenticating the user then I<undef> will be returned. 479 then get returns a reference to an array which contains the lines of 480 text read from the server. If C<FH> is given then the lines returned 530 then the C<reset> method will called before the connection is closed. This
|
H A D | FTP.pm | 650 # can cd to it, if so then return path 1271 which the receiver will then translate back into their local 1293 given host cannot be directly connected to, then the 1313 B<Passive> - If set to a non-zero value then all data transfers will be done 1344 no arguments are given then the C<Net::FTP> uses the C<Net::Netrc> 1346 If no information is found then a login of I<anonymous> is used. 1347 If no password is given and the login is I<anonymous> then I<anonymous@> 1350 If the connection is via a firewall then the C<authorize> method will 1357 then C<authorize> uses C<Net::Netrc> to do a lookup. 1374 text files, then i [all...] |