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

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmkdir.t19 print ($! =~ /cannot move|exist|denied/ ? "ok 3\n" : "# $!\nnot ok 3\n");
23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
H A Ddo.t84 eval qq{ do qq(a file that does not exist); };
87 eval qq{ do uc qq(a file that does not exist); };
H A Dtie.t107 untie attempted while 1 inner references still exist at - line 6.
117 untie attempted while 1 inner references still exist at - line 7.
146 untie attempted while 2 inner references still exist at - line 7.
278 print exists $ENV{FooC} ? 9 : 0, "\n"; # this should not exist
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.t20 'base'->import(qw(I::do::not::exist));
23 like( $@, qr/^Base class package "I::do::not::exist" is empty/);
H A DEnv.pm25 variables to tie; it's okay if they don't yet exist. The scalar type
H A Dcharnames.pm543 If you ask by name for a character that does not exist, a warning is
546 If you ask by code for a character that does not exist, no warning is
/osnet-11/usr/src/lib/libuvfs/common/
H A Dstash.c79 libuvfs_stash_node_t *exist; local
82 exist = libuvfs_stash_get_impl(fs, fid, key, NULL);
86 *found = (exist != NULL) ? B_TRUE : B_FALSE;
87 if (exist != NULL)
88 return (exist->st_value);
/osnet-11/usr/src/cmd/powertop/common/
H A Dbattery.c48 uint32_t exist; member in struct:battery_state
104 pt_display_acpi_power(battery_state.exist, battery_state.present_rate,
160 battery_state.exist = 1;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c266 boolean_t exist, need_quotes; local
327 exist = B_FALSE;
332 if (operation == PZE_ADD && !exist) {
340 * that doesn't exist, but we can't modify a missing
343 if (operation == PZE_MODIFY && !exist) {
449 exist = B_TRUE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm54 ones exist by searching for "^IO::" on http://search.cpan.org.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm81 If you want to create the file if it does not exist, add C<O_CREAT> to
83 does not already exist, the C<tie> call will fail.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm81 If you want to create the file if it does not exist, add C<O_CREAT> to
83 does not already exist, the C<tie> call will fail.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm84 If you want to create the file if it does not exist, add C<O_CREAT> to
86 does not already exist, the C<tie> call will fail.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm225 .packlist does not exist, Carp::croak will be called.
237 will be empty if they all exist.
H A DCommand.pm82 local @ARGV = ($dst); touch(); # in case $dst doesn't exist
119 Makes files exist, with current timestamp
H A DMM_NW5.pm253 if exist $(INST_AUTODIR)\$(NLM_SHORT_NAME).$(DLEXT) del $(INST_AUTODIR)\$(NLM_SHORT_NAME).$(DLEXT)
H A DInstalled.pm315 the files listed in the modules .packlist actually exist, and returns a list of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm20 return if defined $cache and not $cache; # Known to not exist
80 return an empty list if the value does not exist. If C<EXISTS>
H A DHash.pm177 to find out what happens when C<SCALAR> does not exist.
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in321 # Stage 1.5 does not exist.
404 $grubdir does not exist in the root device $root_device.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv168 exist. For example, the names are case-insensitive, and many standard
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL416 If a specified constant C<EFOO> does not exist on the system, C<$!{EFOO}>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm224 to be modified. If the file does not exist then it will be created. Assigning
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s58 ! Methods exist to handle per-byte, half-word, and word sized
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c2006 * The entity is created if it doesn't exist

Completed in 130 milliseconds

123