Searched defs:copy (Results 1 - 25 of 54) sorted by relevance

123

/osnet-11/usr/src/lib/libadm/common/
H A Dgetinput.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 char *copy, *pt; local
49 copy = s;
56 *copy++ = *pt++;
57 *copy = '\0';
59 if (copy != s) {
60 copy--;
61 while (isspace((unsigned char)*copy))
62 *copy-- = '\0';
H A Dputtext.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
51 wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1]; local
91 copy = temp;
137 lastend = copy;
138 *copy++ = L' ';
146 lastend = copy;
150 *copy++ = L' ';
155 lastend = copy;
157 *copy++ = L' ';
172 *copy
[all...]
H A Dpkginfo.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
193 char *value, *pt, *copy, **memloc; local
210 pt = copy = value;
213 *copy++ = *pt;
216 *copy = '\0';
553 char *pt, *copy, *value, *myarch, *myvers; local
569 pt = copy = value;
572 *copy++ = *pt;
575 *copy = '\0';
H A Dpkgparam.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
118 char *mempt, *copy; local
132 copy = buffer;
141 *copy++ = ch;
153 /* At this point copy points to the end of a valid parameter. */
154 *copy = '\0'; /* Terminate the string. */
156 copy = NULL; /* Comments don't get buffered. */
161 copy = buffer;
165 copy = NULL;
169 copy
316 char *pt, *copy, *value, line[PATH_MAX]; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S15 * You should have received a copy of the GNU General Public License
63 /* Always copy 32k bytes */
86 jg copy
89 copy: label
105 /* Use word-size copy */
H A Dterminfo.c16 * You should have received a copy of the GNU General Public License
255 ti_get_term(struct terminfo *copy) argument
257 grub_memmove (copy, &term, sizeof (struct terminfo));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm17 sub copy;
31 @EXPORT = qw(copy move);
58 sub copy { subroutine
59 croak("Usage: copy(FROM, TO [, BUFFERSIZE]) ")
136 croak("Bad buffer size for copy: $size\n") unless ($size > 0);
204 return 1 if copy($from,$to) && unlink($from);
213 *cp = \©
257 *syscopy = \©
273 copy("file1","file2") or die "Copy failed: $!";
274 copy("Cop
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dmappath.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65 char *npt, *pt, *pt2, *copy; local
69 copy = buffer;
97 /* copy in parameter value */
99 *copy++ = *token++;
103 *copy++ = *pt++;
115 *copy++ = *pt++;
124 *copy++ = *pt++;
126 *copy++ = *pt++;
129 * If it's a separator, copy i
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
53 char *copy; local
56 if ((copy = strdup(argp->key.name)) == 0) {
59 for (mung = copy + (s - argp->key.name);
66 copy, 0);
67 free(copy);
H A Dgethostent6.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
54 char *copy; local
57 if ((copy = strdup(argp->key.ipnode.name)) == 0) {
60 for (mung = copy + (s - argp->key.ipnode.name);
67 copy, 0);
70 free(copy);
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.c9 * A copy of the License is available at *
84 #define copy(t,f) (memcpy(&fsm[t][1],&fsm[f][1],(MAX+1)*sizeof(short)),fsm[TERMINAL][(t)+1]=fsm[TERMINAL][(f)+1]) macro
274 /* copy QUICK to QUICK+1 through MAC0+1 */
306 /* copy MAC0+1 to MAC0+2 through MACN */
318 /* copy HIT0+1 to HIT0+2 through HITN */
628 copy(i, c);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_log.cc9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
114 /* Make copy of current log to log pointed to by 'f'. */
116 db_log::copy(db_log *f) function in class:db_log
121 WRITELOCK(f, -1, "w f db_log::copy");
123 WRITEUNLOCK(f, l, "wu f db_log::copy");
132 "db_log::copy: could not append to log file: ");
141 WRITEUNLOCK(f, ret, "wu f db_log::copy");
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h16 You should have received a copy of the GNU General Public License
47 PedFileSystem* (*copy) (const PedFileSystem* fs, PedGeometry* geom, member in struct:_PedFileSystemOps
/osnet-11/usr/src/lib/libgss/
H A Doid_ops.c16 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
159 /* Get an enlarged copy of the array */
172 /* Success - copy elements */
455 * Permission to use, copy, modify, distribute, and sell this software
480 gss_OID_set_desc *copy; local
497 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
502 if ((copy->elements = (gss_OID_desc *)
503 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
507 copy
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c13 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
143 /* Get an enlarged copy of the array */
156 /* Success - copy elements */
488 * Permission to use, copy, modify, distribute, and sell this software
511 gss_OID_set_desc *copy; local
528 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
533 if ((copy->elements = (gss_OID_desc *)
534 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
538 copy
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c256 db_indx_t copy; local
269 copy = h->inp[indx_copy];
273 h->inp[indx] = copy;
494 * by the root page and copy it over the root page. If we can't get a
H A Dbt_cursor.c82 * must be the same. For the last test, as the saved copy of the cursor
350 CURSOR *cp, copy, start; local
395 copy = *cp;
424 if (!POSSIBLE_DUPLICATE(cp, copy)) {
580 if (F_ISSET(&copy, C_DELETED)) {
581 F_CLR(&copy, C_DELETED);
582 if ((ret = __bam_c_physdel(dbc, &copy, cp->page)) != 0)
588 if (copy.lock != LOCK_INVALID)
589 (void)__BT_TLPUT(dbc, copy.lock);
600 *cp = copy;
623 CURSOR copy, last; local
760 CURSOR *cp, copy; local
[all...]
H A Dbt_put.c252 * Adjust the cursor and copy in the key for
273 * Adjust the cursor and copy in the key for
725 DBT copy; local
752 * to the place at which to copy the user's data, b) set tlen to the
754 * the user, and c) copy any valid data from an existing record.
774 * in the current record rather than allocate a separate copy.
776 memset(&copy, 0, sizeof(copy));
777 if ((ret = __db_goff(dbp, &copy, bo->tlen,
791 * the same number of bytes as we're inserting, copy i
[all...]
H A Dbt_recno.c534 CURSOR *cp, copy; local
564 copy = *cp;
674 *cp = copy;
691 CURSOR *cp, copy; local
725 copy = *cp;
760 cp->recno = copy.recno + 1;
767 cp->recno = copy.recno;
779 *cp = copy;
1031 * part of the log holding the copy of the file could be discarded, and
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
878 _sip_msg_t *msg, boolean_t copy)
901 if (copy) {
877 sip_create_send_nonOKack(sip_conn_object_t conn_obj, sip_xaction_t *sip_trans, _sip_msg_t *msg, boolean_t copy) argument
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dunit.c15 You should have received a copy of the GNU General Public License
374 char* copy = ped_strdup (str); local
375 if (!copy)
377 strip_string (copy);
378 remove_punct (copy);
380 if (sscanf (copy, "%d %d %d",
385 copy);
418 free (copy);
422 free (copy);
503 char* copy; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
328 authdata_client_copy_proc copy; /* optional */ member in struct:krb5plugin_authdata_client_ftable_v0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm121 return $wanted->copy() if UNIVERSAL::isa($wanted,'Math::BigFloat');
129 $self->{_m} = $wanted->as_number()->{value}; # get us a bigint copy
212 sub copy subroutine
468 my $xm = $x->{_m}; # not yet copy it
532 my $xm = $x->{_m}; # not yet copy it
584 # make copy, clobbering up x (modify in place!)
595 $e = $MBI->_copy($e); # make copy (didn't do it yet)
827 $x->bdiv( $base->copy()->blog(undef,$scale), $scale );
877 $v = $x->copy(); $v->binc(); # v = x+1
878 $x->bdec(); $u = $x->copy(); #
[all...]
H A DBigRat.pm115 $self->{_n} = $n->copy(); # "mantissa" = $n
128 return $n->copy() if ref $n;
233 sub copy subroutine
251 $self->{_d} = $x->{_d}->copy();
252 $self->{_n} = $x->{_n}->copy();
442 my $m = $y->{_n}->copy()->bmul($x->{_d});
595 my $u = $x->copy()->babs();
744 my $n = $x->{_n}->copy(); $n->{sign} = $x->{sign};
753 $x->{_d}->copy();
764 my $n = $x->{_n}->copy();
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h17 * You should have received a copy of the GNU General Public License
347 } __attribute__((__packed__)) copy; member in struct:__anon2147

Completed in 3463 milliseconds

123