HomeSort by relevance Sort by last modified time
    Searched refs:If (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /nfsv41/nfs41-gate/usr/src/lib/libnsl/
README.build 16 # If applicable, add the following below this CDDL HEADER, with the
24 If you bringover only usr/src/lib/libnsl, you must do "make headers"
  /nfsv41/nfs41-gate/usr/src/stand/
README 16 # If applicable, add the following below this CDDL HEADER, with the
27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
README.caching 16 # If applicable, add the following below this CDDL HEADER, with the
66 A ctable hash entry will be removed if the client does not communicate
75 An itable hash entry will be removed if more than DSVC_CV_OFFER_TTL
110 dsvc_dnet_t's ctable hash and returns the client structure (dsvc_clnt_t) if
120 1. If there is a pre-assigned IP for this client and the cached offer
124 2. If there is a pre-assigned IP but the cached offer is expired,
128 3. If there is no pre-assigned IP for this client, just try to find
133 If none is found, then the free record list (freerec) and least
134 recently used record list (lrurec) are searched, in that order. If
140 If a usable record is found, the server generates and sends an OFFE
    [all...]
  /nfsv41/nfs41-gate/usr/src/tools/onbld/Checks/
Mapfile.py 16 # If applicable, add the following below this CDDL HEADER, with the
39 copy of that file. If you need help, contact a gatekeeper for guidance.
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
Encoding.pm 91 If I<$check> is true, it SHOULD modify I<$string> in place to remove
93 If perlio_ok() is true, SHOULD becomes MUST.
97 If an error occurs, it SHOULD return the octet sequence for the
100 fragment. If perlio_ok() is true, SHOULD becomes MUST.
104 If I<$check> is is false then C<encode> MUST make a "best effort" to
117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove
119 error). If perlio_ok() is true, SHOULD becomes MUST.
123 If an error occurs, it SHOULD return the fragment of string that has
125 part leaving it starting with the problem fragment. If perlio_ok() is
130 If I<$check> is false then C<decode> should make a "best effort" t
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
README.ON 15 # If applicable, add the following below this CDDL HEADER, with the
27 Network (http://www.cpan.org). If it is updated for any reason, a new
31 Exacct.pm. If anything under this directory is modified, $VERSION should be
32 changed in Exacct.pm to update the module version number correctly. If this
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
README.ON 15 # If applicable, add the following below this CDDL HEADER, with the
28 Network (http://www.cpan.org). If it is updated for any reason, a new
32 Lgrp.pm. If anything under this directory is modified, $VERSION should be
33 changed in Lgrp.pm to update the module version number correctly. If this
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
README.ON 15 # If applicable, add the following below this CDDL HEADER, with the
27 Network (http://www.cpan.org). If it is updated for any reason, a new
31 Project.pm. If anything under this directory is modified, $VERSION should be
32 changed in Project.pm to update the module version number correctly. If this
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
README.ON 15 # If applicable, add the following below this CDDL HEADER, with the
27 Network (http://www.cpan.org). If it is updated for any reason, a new
31 Task.pm. If anything under this directory is modified, $VERSION should be
32 changed in Task.pm to update the module version number correctly. If this
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
README 16 # If applicable, add the following below this CDDL HEADER, with the
37 The test script will run until interrupted by SIGINT. If any errors are
43 If you wish to run this on the installed version of the ::Exacct module,
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
vmsish.pm 26 If no import list is supplied, all possible VMS-specific features are
30 If you're not running VMS, this module does nothing.
55 SYS$ERROR if Perl terminates with an error status. and allows
96 if ($quiet_exit) {
99 print "Sssshhhh...I'm hushed...\n" if vmsish::hushed();
122 $bits |= 0x40000000, next if $sememe eq 'status' || $sememe eq '$?';
123 $bits |= 0x80000000, next if $sememe eq 'time';
136 $^H{'vmsish_exit'} = 1 if $sememe eq 'exit';
137 vmsish::hushed(1) if $sememe eq 'hushed';
149 $^H{'vmsish_exit'} = 0 if $sememe eq 'exit'
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libc/sparc/gen/
strcmp.s 15 * If applicable, add the following below this CDDL HEADER, with the
42 * if(s1 == s2)
45 * if(*s1++ == '\0')
54 ! If it is not, it attempts to align it and then checks the
55 ! alignment of the destination string. If it is possible to
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
Simple.pm 36 ** If you are unfamiliar with testing B<read Test::Tutorial> first! **
39 suitable for CPAN modules and other pursuits. If you wish to do more
64 ok() is given an expression (in this case C<$foo eq $bar>). If it's
65 true, the test passed. If it's false, it didn't. That's about it.
73 If you provide a $name, that will be printed along with the "ok/not
74 ok" to make it easier to find your test when if fails (just search for
82 will do what you mean (fail if stuff is empty)
98 If all your tests passed, Test::Simple will exit with zero (which is
99 normal). If anything failed it will exit with how many failed. If
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
README 16 # If applicable, add the following below this CDDL HEADER, with the
51 If you are using gcc and wish to build this module against the perl shipped as
  /nfsv41/nfs41-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
README 16 # If applicable, add the following below this CDDL HEADER, with the
50 If you are using gcc and wish to build this module against the perl shipped as
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Poll.pm 49 if (@_) {
51 if($mask) {
92 $self->[1]{$fd} = $got if $got;
124 push @handles,$self->[2]{$io} if ($ev & $mask) & $events;
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 al
    [all...]
File.pm 14 if ($fh->open("< file")) {
20 if (defined $fh) {
26 if (defined $fh) {
32 if (defined $fh) {
54 Creates an C<IO::File>. If it receives any parameters, they are passed to
55 the method C<open>; if the open fails, the object is destroyed. Otherwise,
62 (i.e. it is unlinked after creation, but held open). If the temporary
82 If C<IO::File::open> receives a Perl mode string ("E<gt>", "+E<lt>", etc.)
86 If C<IO::File::open> is given a numeric mode, it passes that mode
90 If C<IO::File::open> is given a mode that includes the C<:> character
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
FirstTime.pm 62 found on CPAN are easily accessible with the CPAN.pm module. If you
65 If you do not want to enter a dialog now, you can answer 'no' to this
77 if ($manual_conf =~ /^\s*y/i) {
102 if (-d $cpan_home) {
128 eval { File::Path::mkpath($ans); }; # dies if it can't
129 if ($@) {
134 if (-d $ans && -w _) {
145 If you want, I can keep the source files after a build in the cpan
146 home directory. If you choose so then future builds will take the
147 files from there. If you don\'t want to keep them, answer 0 to th
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Packlist.pm 34 $self->read($packfile) if (defined($packfile) && -f $packfile);
83 if (defined($packfile)) { $self->{packfile} = $packfile; }
85 Carp::croak("No packlist filename specified") if (! defined($packfile));
94 if ($key =~ /^(.*?)( \w+=.*)$/)
100 if (! @kvs)
122 if (defined($packfile)) { $self->{packfile} = $packfile; }
124 Carp::croak("No packlist filename specified") if (! defined($packfile));
130 if (ref($self->{data}->{$key}))
150 if (! -e $key)
153 delete($self->{data}{$key}) if ($remove)
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
Dict.pm 26 (stringwise) to I<$key>. Returns the new file position, or -1 if an error
31 If I<$dict> is true, search by dictionary order (ignore anything but word
34 If I<$fold> is true, ignore case. The default is to honour case.
36 If there are only three arguments and the third argument is a hash
41 If a comparison subroutine (comp) is defined, it must return less than zero,
42 zero, or greater than zero, if the first comparand is less than,
45 If a transformation subroutine (xfrm) is defined, its value is used to
53 if (@_ == 3 && ref $dict eq 'HASH') {
56 $dict = $params->{dict} if exists $params->{dict};
57 $fold = $params->{fold} if exists $params->{fold}
    [all...]
  /nfsv41/nfs41-gate/usr/src/common/openssl/crypto/des/
des-lib.com 37 $! If you don't speficy a compiler, it will try to determine which
40 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
48 $ IF (F$GETSYI("CPU").GE.128)
79 $! Check To See If The Architecture Specific OBJ Directory Exists.
81 $ IF (F$PARSE(OBJ_DIR).EQS."")
96 $! Check To See If The Architecture Specific Directory Exists.
98 $ IF (F$PARSE(EXE_DIR).EQS."")
115 $ IF (BUILDALL.EQS."TRUE")
148 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" Library...
150 $ IF (F$SEARCH(LIB_NAME).EQS.""
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Usage.pm 66 If more than one argument is given then the entire argument list is
67 assumed to be a hash. If a hash is supplied (either as a reference or
90 message. If the corresponding value is 0, then only the "SYNOPSIS"
91 section of the pod documentation is printed. If the corresponding value
93 "OPTIONS", "ARGUMENTS", or "OPTIONS AND ARGUMENTS" is printed. If the
110 A list of directory paths. If the input file does not exist, then it
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
127 along with a description (if present) of the command line options and
128 arguments. If the verbose level is 2, then the entire manual page i
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
via.pm 38 Please note that if the layer is created in the PerlIO::via:: namespace, it
40 the PerlIO::via:: namespace if the specified modulename does not exist as a
57 It refers to the layer below. I<$fh> is not passed if the layer
79 Optional - if present it will be called immediately after PUSHED has
80 returned. It should return true value if the layer expects data to be
81 UTF-8 encoded. If it returns true result is as if caller had done
85 If not present of it it returns false, then stream is left with
87 The I<$bellowFlag> argument will be true if there is a layer below
93 Optional - if not present lower layer does open
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Unix.pm 44 if ( $^O =~ m/^(?:qnx|nto|cygwin)$/ && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
65 OS2. Of course, if this is the root directory, don't cut off the
119 the following list or the current directory if none from the list are
125 Since perl 5.8.0, if running under taint mode, and if $ENV{TMPDIR}
132 return $tmpdir if defined $tmpdir;
137 if (${"\cTAINT"}) { # Check for taint mode on perl >= 5.8.0
153 return $tmpdir if defined $tmpdir;
189 Takes as argument a path and returns true if it is an absolute path.
211 foreach (@path) { $_ = '.' if $_ eq ''
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/passwdutil/
README.SunOS-aging 16 # If applicable, add the following below this CDDL HEADER, with the
67 If the first and second characters are set to '..' the user will be
72 If the third and fourth characters are set to '..' the user will be
76 If the first character (MAX) is less than the second character (MIN),

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>