Searched refs:existing (Results 1 - 25 of 51) sorted by relevance

123

/osnet-11/usr/src/lib/libproc/common/
H A Dpr_rename.c87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) argument
95 return (link(existing, new));
104 adp++; /* existing argument */
106 adp->arg_object = (void *)existing;
109 adp->arg_size = strlen(existing) + 1;
H A DPutil.c39 * Place the new element on the list prior to the existing element.
42 list_link(void *new, void *existing) argument
45 plist_t *q = existing;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
H A Ddt_aggregate.c73 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
78 existing[i] = existing[i] + new[i];
98 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
100 if (*new < *existing)
101 *existing = *new;
106 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
108 if (*new > *existing)
109 *existing = *new;
144 dt_aggregate_lquantize(int64_t *existing, int64_ argument
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_list.c112 shadow_list_delete(shadow_list_t *lp, void *existing) argument
114 shadow_list_t *p = existing;
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvReg.java145 // Perform lookup for existing.
176 SrvLocMsg makeReply(boolean existing) { argument
180 hdr.fresh = existing;
H A DSSrvReg.java123 // Return a SrvAck. We ignore the existing flag, since in V2, fresh comes
126 SrvLocMsg makeReply(boolean existing) { argument
H A DServiceTable.java623 boolean existing = false;
626 existing = store.register(surl,
645 SrvLocMsg ack = req.makeReply(existing);
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_list.c115 ipmi_list_delete(ipmi_list_t *lp, void *existing) argument
117 ipmi_list_t *p = existing;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL50 variables. If you have existing data written with an earlier version of
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c126 topo_list_delete(topo_list_t *lp, void *existing) argument
128 topo_list_t *p = existing;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm64 Returns a string representation of the first existing directory
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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm136 Multiple sources are allowed if destination is an existing directory.
152 Multiple sources are allowed if destination is an existing directory.
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.
/osnet-11/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
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c50 #define LIBC_STRDUP(new, existing) \
51 if ((new = libc_strdup(existing)) == NULL) { \
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh44 pre-existing \b-o\b file.]
/osnet-11/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...]
/osnet-11/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
/osnet-11/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

Completed in 135 milliseconds

123