Searched refs:existing (Results 26 - 50 of 78) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm23 ties all existing environment variables (C<keys %ENV>) to scalars. If
H A DSymbol.pm48 assigned into an existing glob without affecting the non-IO portions
H A Dcharnames.t354 :alias cannot use existing pragma :full \(reversed order\?\) at
461 # alias with non_absolute (existing) file name (which it should /not/ use)
H A Dsort.pm126 advantage of pre-existing order, so it would be favored for using
H A DAutoSplit.pm49 pre-existing C<*.al> files in the autoload directory are removed if
H A Ddiagnostics.pm94 Because you just moved the existing B<stdout> to somewhere else.
/opensolaris-onvv-gate/usr/src/pkg/
H A DREADME.pkg168 packages will simply be added to the existing repository.
354 after upgrade is if an existing package depends on it.
490 You must use an existing category, and may not invent new ones.
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpriv_defs113 existing sensitivity label.
158 directory to a sensitivity label that dominates the existing
550 to a sensitivity label that does not dominate the existing
587 resource to a sensitivity label that dominates the existing
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c53 #define LIBC_STRDUP(new, existing) \
54 if ((new = libc_strdup(existing)) == NULL) { \
/opensolaris-onvv-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh44 pre-existing \b-o\b file.]
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Dutilities.c261 lf_linkit(char *existing, char *new, int type) argument
268 resolve(existing, &dfd, &name);
272 (type == SYMLINK ? "symbolic" : "hard"), new, existing);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm82 Any existing F<MANIFEST> file will be saved as F<MANIFEST.bak>. Lines
84 that are found in the existing F<MANIFEST> file in the new one.
529 Adds an entry to an existing F<MANIFEST> unless its already there.
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java623 boolean existing = false;
626 existing = store.register(surl,
645 SrvLocMsg ack = req.makeReply(existing);
H A DServer_en.properties199 ssim_scope_mis = Scopes do not match existing registration
200 ssim_attr_mis = Attribute tags do not match existing registration for the same scopes and language
H A DServiceStoreInMemory.java1514 * @return True if there is an already existing registration that
1528 boolean existing = false;
1532 // Find an existing record, in any set of scopes having this language.
1536 // Deregister from existing scopes, if there is an existing record.
1565 existing = true;
1578 return existing;
1603 // Find existing record. Any locale will do.
1758 // Check existing records to be sure that the scopes
2825 // Find an existing recor
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c552 X509 *existing = NULL; local
573 /* no existing truststore, so make a new one */
580 /* existing truststore, make sure there's no duplicate */
582 NULL, &existing) < 0) {
591 if (existing != NULL) {
603 if (existing != NULL)
604 X509_free(existing);
798 /* no existing truststore, so make a new one */
805 /* existing certstore, make sure there's no duplicate */
826 /* no existing keystor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm59 OS. Note that this may break some existing scripts.
146 to run existing scripts originally written for Unix.
278 Note that this may break some existing scripts.
H A DWin32.pm40 Returns a string representation of the first existing directory
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties442 cvt_wiz_save_explain=The existing DHCP tables are deleted by default after the data store is successfully converted. If you want to save the tables in the old data store, check the box below.
445 cvt_wiz_save_tables_desc=Choose to save existing DHCP tables.
649 imp_wiz_override_explain=Do you want to overwrite existing data on this server that conflicts with the data being imported?
650 imp_wiz_override_data=Overwrite existing data
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm49 since those systems are not case-sensitive when opening existing files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm256 Insert LIST elements at the beginning of the array, moving existing elements
/opensolaris-onvv-gate/usr/src/uts/
H A DREADME61 for existing drivers will be provided.
300 existing examples.
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS113 addition to the pre-existing versions.
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK86 of doing so is largely a matter of examining the files for existing
101 and the existing relocation engines:
108 you require. If your new system has attributes not found in an existing
111 may require you to also modify the existing relocation engines, and
120 the engine, examine the code for the existing engines.
189 in usr/src/cmd/sgs/libld/Makefile.com to see the files for existing
207 The existing code is the documentation for this phase of things: The
210 differences in the ABI for your new target and those existing ones.
251 comments in _libld.h for existing optional fields. It suffices to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm319 POD documentation that are to be printed and/or processed. The existing
329 If no C<$section_spec> arguments are given, then the existing set of

Completed in 226 milliseconds

1234