/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | mkdir.t | 19 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 D | do.t | 84 eval qq{ do qq(a file that does not exist); }; 87 eval qq{ do uc qq(a file that does not exist); };
|
H A D | tie.t | 107 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 D | diagnostics.t | 20 'base'->import(qw(I::do::not::exist)); 23 like( $@, qr/^Base class package "I::do::not::exist" is empty/);
|
H A D | Env.pm | 25 variables to tie; it's okay if they don't yet exist. The scalar type
|
H A D | charnames.pm | 543 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 D | stash.c | 79 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 D | battery.c | 48 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 D | getzoneent.c | 266 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 D | IO.pm | 54 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 D | NDBM_File.pm | 81 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 D | ODBM_File.pm | 81 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 D | SDBM_File.pm | 84 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 D | Packlist.pm | 225 .packlist does not exist, Carp::croak will be called. 237 will be empty if they all exist.
|
H A D | Command.pm | 82 local @ARGV = ($dst); touch(); # in case $dst doesn't exist 119 Makes files exist, with current timestamp
|
H A D | MM_NW5.pm | 253 if exist $(INST_AUTODIR)\$(NLM_SHORT_NAME).$(DLEXT) del $(INST_AUTODIR)\$(NLM_SHORT_NAME).$(DLEXT)
|
H A D | Installed.pm | 315 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 D | Memoize.pm | 20 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 D | Hash.pm | 177 to find out what happens when C<SCALAR> does not exist.
|
/osnet-11/usr/src/grub/grub-0.97/util/ |
H A D | grub-install.in | 321 # 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 D | piconv | 168 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 D | Errno_pm.PL | 416 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 D | Dir.pm | 224 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 D | strcpy.s | 58 ! Methods exist to handle per-byte, half-word, and word sized
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 2006 * The entity is created if it doesn't exist
|