Searched refs:minimal (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_fs_minimal.sh34 # The following is used to detect if the fs minimal script has been replaced
38 # Do the real s10 fs-minimal
39 /lib/svc/method/fs-minimal.pre_p2v || exit $?
44 # The following three updates to /var are done after fs-minimal, as
45 # fs-minimal mounts /var. Performing these updates before fs-minimal would
61 # fs-minimal, so it will run after this.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm88 A minimal subclass needs to implement the following methods by itself:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm70 If argument is specified, it is an advice on minimal size of line to
89 minimal interface: C<appname> should be present if the first argument
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh280 # To make updates to /var, wrap the s10 fs-minimal script.
281 # Make sure the most recent version of fs minimal is backed up
284 filename=$ZONEROOT/lib/svc/method/fs-minimal
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c228 * mark e and descendants minimal
1798 int minimal = -1; local
1833 minimal = 1;
1839 minimal = !(env->flags & REG_MINIMAL);
1843 minimal = !!(env->flags & REG_MINIMAL);
1854 if (minimal >= 0)
1855 mark(e, minimal);
1873 if (minimal >= 0)
1874 mark(e, minimal);
1885 if (minimal >
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm114 arranges to send a minimal HTTP header to the browser so that even errors that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL669 PERL_DL_DEBUG environment variable. Set to 1 for minimal information or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm314 For example, here is a minimal source code filter in a module named

Completed in 41 milliseconds