Searched refs:override (Results 1 - 25 of 58) sorted by relevance

123

/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c31 * but the user can override this with a "passwd_compat" entry in
125 #define override(field, longp) \ macro
137 /* do not override last changed date, it never gets reset. */
138 /* override(fields[2], &sp->sp_lstchg); */
139 override(fields[3], &sp->sp_min);
140 override(fields[4], &sp->sp_max);
141 override(fields[5], &sp->sp_warn);
142 override(fields[6], &sp->sp_inact);
143 override(fields[7], &sp->sp_expire);
144 override(field
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dno_tabindex.t54 -override => 1),
56 "textfield({-name,-value,-override})");
73 -override => 1),
100 -override=>1),
107 -override => 1),
H A Dform.t58 -override => 1),
60 "textfield({-name,-value,-override})");
77 -override => 1),
104 -override=>1),
111 -override => 1),
121 -override=>1),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMY.pm35 Makefile.PL for you to add and override MakeMaker functionality.
H A DMM_BeOS.pm5 ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker
H A DMM_VMS.pm35 ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker
77 # This isn't really an override. It's just here because ExtUtils::MM_VMS
91 Those methods which override default MM_Unix methods are marked
92 "(override)", while methods unique to MM_VMS are marked "(specific)".
99 =item guess_name (override)
154 =item find_perl (override)
250 =item maybe_command (override)
284 =item perl_script (override)
315 (override) Because of the difficulty concatenating VMS filepaths we
347 =item init_main (override)
[all...]
H A DMM_Cygwin.pm18 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker
H A DMM_OS2.pm19 ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker
H A DMM_NW5.pm5 ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm142 =item canonpath (override)
234 =item curdir (override)
244 =item devnull (override)
254 =item rootdir (override)
264 =item tmpdir (override)
284 =item updir (override)
294 =item case_tolerant (override)
304 =item path (override)
317 =item file_name_is_absolute (override)
332 =item splitpath (override)
[all...]
H A DCygwin.pm62 =item tmpdir (override)
/osnet-11/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c62 static boolean_t override = B_FALSE; variable
128 !override) {
502 override = B_TRUE;
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in144 sh @builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage --output=${isofile} --override-directory=${builddir}/grub-core \
177 sh @builddir@/grub-mknetdir --grub-mkimage=${builddir}/grub-mkimage --override-directory=${builddir}/grub-core --net-directory=$netdir
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi62 -override=>1,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm60 (if that array is empty) @ISA. The ability to override what
66 trusts C, then A trusts C. So if you do not override @ISA
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t142 is( $?, 0, 'install with PREFIX override' ) || diag $install_out;
201 is( $?, 0, 'install with PREFIX override and DESTDIR' ) ||
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mknetdir.in130 --override-directory)
136 --override-directory=*)
137 override_dir=`echo "${option}/" | sed 's/--override-directory=//'`
H A Dgrub-mkrescue.in113 --override-directory)
119 --override-directory=*)
120 override_dir=`echo "${option}/" | sed 's/--override-directory=//'`
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c142 * If override is set, replace any existing ccache with that type tag
147 krb5_boolean override)
158 if (override) {
146 krb5_cc_register(krb5_context context, const krb5_cc_ops *ops, krb5_boolean override) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc34 my $self = shift; # for override in subclass
H A Dbigintpm.inc24 my $self = shift; # for override in subclass
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm135 tree, but a user may override any of these values by providing their own. This
151 C<Net::LocalCfg> so you can override these methods if you want.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm88 components of the POD. Subclasses of B<Pod::Parser> override these methods
117 You may also want to override the B<begin_input()> and B<end_input()>
122 you may want to override one or more of B<preprocess_line()> and/or
127 first pass using B<Pod::Parser> and override your methods to store the
224 want to override. These methods are as follows:
400 B<Pod::Parser> provides several methods which subclasses may want to override
413 I<do not> need to override this method! It is capable of constructing
425 subclass I<will> need to override the B<new()> constructor method. If
426 you do override the constructor, you I<must> be sure to invoke the
468 copied to a local variable named C<$self>). If subclasses override thi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm320 You can override predefined aliases by simply applying define_alias().
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h475 int override);

Completed in 184 milliseconds

123