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

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/lp/filter/postscript/filtdesc/
README 30 that will install the PostScript filters under lp.
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
README 30 This will detect bugs in both the perl code and the underlying libexacct
37 The test script will run until interrupted by SIGINT. If any errors are
38 detected, the script will exit and leave diganostic files in /tmp.
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
utf8.pm 38 This Filter will ensure that all data written to the DBM will be encoded
compress.pm 38 This DBM filter will compress all data before it is written to the database
41 A fatal error will be thrown if the Compress::Zlib module is not
encode.pm 55 This DBM filter allows you to choose the character encoding will be
63 A fatal error will be thrown if:
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/
FileCache.pm 14 The C<cacheout> function will make sure that there's a filehandle open
subs.pm 14 This will predeclare all the subroutine whose names are
open.pm 38 within the lexical scope of this pragma will use the declared defaults.
49 no-ops on platforms where binmode() is a no-op, but will be
55 When they are eventually supported, this pragma will serve as one of
58 In future, any default disciplines declared by this pragma will be
66 Socket and directory handles will also support disciplines in
69 Full support for I/O disciplines will enable all of the supported
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/
subs.pm 16 This will predeclare all the subroutine whose names are
DBM_Filter.pm 293 will trigger two filters, one for the reading of the key and one for
297 C<$_> variable to be populated with the key or value that a filter will
323 This module will arrange for the following methods to be available via
378 The code reference associated with C<Store> will be called before any
380 with C<Fetch> will be called after any key/value is read from the
464 present, or neither are present, a fatal error will be thrown.
506 This module will ensure that all data written to the DBM will be encoded
513 Allows you to choose the character encoding will be store in the DBM file.
517 This filter will compress all data before it is written to the databas
    [all...]
UNIVERSAL.pm 37 C<UNIVERSAL> is the base class which all bless references will inherit from,
107 C<can> cannot know whether an object will be able to provide a method
109 the object will not be able to handle the method call. To get around
111 for methods they will handle via AUTOLOAD. For such 'dummy' subs, C<can>
112 will still return a code reference, which, when called, will fall through
114 will cause an error.
126 C<VERSION> will return the value of the variable C<$VERSION> in the
128 it will do a comparison and die if the package version is not
  /netvirt/usr/src/uts/sun4u/sunfire/ml/
fhc_asm.s 91 nop ! eventually the master will notice
  /netvirt/usr/src/lib/libbc/libc/sys/common/sparc/
sendsig.s 46 mov %i1, %o1 ! we're calling directly into C code (as will
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/
Packlist.pm 196 scalar, the entry written to the .packlist by any subsequent write() will be a
197 simple filename. If the value is a hash, the entry written will be the
199 .packlist will recreate the original entries.
208 it will be opened and the contents of the file will be read. The new() method
218 no file is specified, the .packlist specified to new() will be read. If the
219 .packlist does not exist, Carp::croak will be called.
224 no file is specified, the .packlist specified to new() will be overwritten.
229 argument which evaluates to true is given, any missing files will be removed
231 will be empty if they all exist
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Packlist.pm 202 scalar, the entry written to the .packlist by any subsequent write() will be a
203 simple filename. If the value is a hash, the entry written will be the
205 .packlist will recreate the original entries.
214 it will be opened and the contents of the file will be read. The new() method
224 no file is specified, the .packlist specified to new() will be read. If the
225 .packlist does not exist, Carp::croak will be called.
230 no file is specified, the .packlist specified to new() will be overwritten.
235 argument which evaluates to true is given, any missing files will be removed
237 will be empty if they all exist
    [all...]
  /netvirt/usr/src/lib/passwdutil/
README.SunOS-aging 67 If the first and second characters are set to '..' the user will be
69 passwd program will then remove the passwd aging characters, and the
70 user will not be subjected to password aging requirements again.
72 If the third and fourth characters are set to '..' the user will be
74 aging will then occur as defined by the first and second characters.
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
Simple.pm 44 test your program will print out an "ok" or "not ok" to indicate pass
73 If you provide a $name, that will be printed along with the "ok/not
82 will do what you mean (fail if stuff is empty)
93 Test::Simple will start by printing number of tests run in the form
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
101 will be considered failures. If no tests were ever run Test::Simple
102 will throw a warning and exit with 255. If the test died, even after
103 having successfully completed all its tests, it will still be
104 considered a failure and will exit with 255
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Pod/
Usage.pm 111 will be searched for in the given directory list (in the order the
122 B<pod2usage> will print a usage message for the invoking script (using
145 verbose level will default to 1 if the exit status is less than 2 and
146 will default to 0 otherwise.
151 the exit status will default to 2 if the verbose level is 0 and will
201 B<pod2usage> doesn't force the above conventions upon you, but it will
240 Each of the following invocations of C<pod2usage()> will print just the
241 "SYNOPSIS" section to C<STDERR> and will exit with a status of 2:
259 Each of the following invocations of C<pod2usage()> will print a messag
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Usage.pm 111 will be searched for in the given directory list (in the order the
122 B<pod2usage> will print a usage message for the invoking script (using
145 verbose level will default to 1 if the exit status is less than 2 and
146 will default to 0 otherwise.
151 the exit status will default to 2 if the verbose level is 0 and will
201 B<pod2usage> doesn't force the above conventions upon you, but it will
240 Each of the following invocations of C<pod2usage()> will print just the
241 "SYNOPSIS" section to C<STDERR> and will exit with a status of 2:
259 Each of the following invocations of C<pod2usage()> will print a messag
    [all...]
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
README.ON 36 update the module version number correctly. If this is not done, it will not
46 This will produce the file for upload to CPAN. Contact cpan-support@sun.com
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
README.ON 36 to update the module version number correctly. If this is not done, it will
46 This will produce the file for upload to CPAN. Contact cpan-support@sun.com
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
README.ON 36 to update the module version number correctly. If this is not done, it will
46 This will produce the file for upload to CPAN. Contact cpan-support@sun.com
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
README.ON 36 update the module version number correctly. If this is not done, it will not
46 This will produce the file for upload to CPAN. Contact cpan-support@sun.com
  /netvirt/usr/src/cmd/praudit/
print_audit.txt 58 print_audit_xml_prolog and print_audit_xml_prolog_buf will print
75 specified they will override this flag.
93 Output will not include an XML prolog or ending which
140 non-zero, this will include the single terminating null byte.
143 Upon return of partial results, these parameters will also be
150 will point to the next byte which has not been processed.
151 in_buf_len will be set to the remaining size from this address to
164 will print on stdout complete XML including a prolog:
  /netvirt/usr/src/cmd/sgs/link_audit/common/
whocalls.ksh 33 whocalls will audit all function bindings between <utility> and any library

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>