Searched refs:which (Results 301 - 305 of 305) sorted by relevance

<<111213

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm355 # Do it as an if, since the suffix adjusts which section to replace
616 # Do it as an if, since the suffix adjusts which section to replace
793 # internal routine to decide which security levels are allowed
1557 location can be set using the C<TMPDIR> environment variable, which
1796 # Stat the filehandle - which may be closed if someone has manually
1898 Controls the lengths to which the module will go to check the safety of the
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c9 * forth in the LICENSE file which can be found at the top level of
132 ** which -- MAIL/RCPT
141 parse_esmtp_args(e, addr_st, p, delimptr, which, args, esmtp_args)
146 char *which;
188 sm_dprintf("%s: got arg %s=\"%s\"\n", which, kp,
2707 ** in which case the execution continues at
4742 ** sets tls_ok_srv which is a static variable in this module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1262 # 2. To provide access for the test suite, which need to be sure
1401 _ci_warn("buffer size is $self->{deferred_s} which exceeds the limit of $self->{dw_size}");
1408 _ci_warn("total stored data size is $total which exceeds the limit of $self->{memory}");
1487 # $n is the new index into the heap at which it is stored
2057 C<E<lt>...E<gt>> operator: It's a string terminated by C<$/>, which is
2269 note that file locking in Perl is B<advisory>, which means that
2412 require fine control over which writes are deferred, or may require
2505 This version promises absolutely nothing about the internals, which
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c608 * bootfs property cannot be set on a disk which
1362 "'%s' has an active shared spare which could be"
1853 * More elaborate version for ones which may start with "/dev/dsk/"
1947 * wholedisk for ZPOOL_CONFIG_PATHs which
2593 is_replacing_spare(nvlist_t *search, nvlist_t *tgt, int which) argument
2605 children == 2 && child[which] == tgt)
2609 if (is_replacing_spare(child[c], tgt, which))
2716 * which is allowed. If the guids don't match, then we're
3352 * We also check if this is a whole disk, in which case we strip off the
3358 * first do a path -> devid translation (which i
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
122 # in which case we are not to be found in the path.
1045 It was created by GRUB $as_me 0.97, which was
1417 # AmigaOS /C/install, which installs bootblocks on floppy discs
1418 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1419 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1420 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1421 # OS/2's system install, which has a completely different semantic
1422 # ./install, which can be erroneously created by make from ./install.sh.
1643 # GNU make sometimes prints "make[1]: Entering...", which woul
[all...]

Completed in 41 milliseconds

<<111213