Searched defs:exists (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.t19 sub exists { my ($key, $dir) = @_; return -f File::Spec->catfile($dir, $key) } subroutine
23 tie my %hash, 'Tie::Memoize', \&slurp, $directory, \&exists,
27 ok(not exists $hash{'strict.pm'});
28 ok(exists $hash{known_to_exist});
31 ok(exists $hash{known_to_exist});
32 ok(not exists $hash{'strict.pm'});
35 ok(not exists $hash{known_to_exist});
36 ok(not exists $hash{'strict.pm'});
41 ok(not exists $hash{'strict.pm'});
42 ok(exists
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t76 ok( exists $INC{ $default }, "... import should default load $default" );
95 sub exists { 1 } subroutine
114 ok( IO::fakemod::exists(), 'import() should import IO:: modules by name' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm47 sub exists subroutine
292 =item exists ( HANDLE )
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c39 * exists predicate evaluation
43 exists(int op, char* pred, register char* args) function
234 return exists(index, pred, args);
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c1363 boolean_t exists; local
1372 exists = nvlist_exists(objlist, pname);
1373 if (exists) {
1388 * If a db of the same name already exists, it is overwritten.
/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c67 { IPADM_OBJ_EXISTS, "Object already exists" },
68 { IPADM_IF_EXISTS, "Interface already exists" },
69 { IPADM_ADDROBJ_EXISTS, "Address object already exists" },
124 { IPADM_ROUTE_EXISTS, "Route already exists" },
672 boolean_t exists = B_FALSE; local
678 exists = B_TRUE;
681 return (exists);
722 * Returns the address family for which `ifname' exists in the active
H A Dipadm_if.c313 * already exists in our list, then all we will
647 boolean_t exists = B_FALSE; local
663 exists = B_TRUE;
666 return (exists);
672 * it returns B_TRUE if at least one of AF_INET or AF_INET6 exists.
866 * interface for this address family exists. Otherwise, the
1390 * exists.
2177 * IPADM_IPMPIF_MISSING_AF, when `ipmpif' exists but is not plumbed for the
2303 * Checks if an unspecified address exists on the 0th logical interface of
H A Dipadm_addr.c1013 * This means that the address object exists only
2568 * If the `aobjname' already exists in the daemon's `aobjmap' then
2941 * the output argument `exists' will be set to B_TRUE. Otherwise, `exists'
2944 * Note that *exists will not be initialized if an error is encountered.
2948 sa_family_t af, boolean_t *exists)
2955 *exists = B_FALSE;
2965 *exists = B_TRUE;
2971 *exists = !sockaddrunspec((struct sockaddr *)&lifr.lifr_addr);
3062 * already exists
2947 i_ipadm_addr_exists_on_if(ipadm_handle_t iph, const char *ifname, sa_family_t af, boolean_t *exists) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1429 int exists = dtrace_lookup_by_name(dtp, local
1432 if (exists && (dtrace_symbol_type(dtp, &sym, &dts, &ott) != 0 ||
1442 } else if (!exists && dt_module_extern(dtp, dmp,
3378 * be created if no matching variable exists in the namespace.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm79 if (exists $EXPORT{$l}){
450 # CPAN::Queue::exists ;
451 sub exists { subroutine
454 my $exists = grep { $_->{qmod} eq $what } @All;
455 # warn "in exists what[$what] all[@all] exists[$exists]";
456 $exists;
581 Please make sure the directory exists and is writable.
671 #-> sub CPAN::exists ;
672 sub exists { subroutine
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs.h67 EZFS_EXISTS, /* pool or dataset already exists */
120 EZFS_REFTAG_HOLD, /* snapshot hold: tag already exists */
675 int exists : 1; /* set on return if pool already exists */ member in struct:importargs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c376 pad_free doesn't actually remove the sv that exists in the pad;
4172 bool exists = CvROOT(cv) || CvXSUB(cv); local
4175 if (exists && GvUNIQUE(gv)) {
4184 if (exists || SvPOK(cv))
4187 if (exists || GvASSUMECV(gv)) {
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c410 * performed, regardless of whether all or part of the path exists.
613 * such zone exists.
1449 /* Verify that this brand actually exists */
2606 /* Odd - can't tell if the ifname exists */
2620 * Check if a net or anet resource exists with the given linkname.
4557 "An incompatible rctl already exists for this property"));
5163 int err_size, struct zone_psettab *pset_tab, boolean_t *exists)
5170 *exists = B_FALSE;
5198 *exists = B_TRUE;
5202 * An out-of-date tmp pool configuration exists
5162 verify_del_tmp_pool(pool_conf_t *pconf, char *tmp_name, char *pool_err, int err_size, struct zone_psettab *pset_tab, boolean_t *exists) argument
5310 boolean_t exists; local
[all...]

Completed in 105 milliseconds