Searched refs:copy (Results 76 - 100 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
300 char *p, *g, *copy; local
305 * Take a lap through str, processing resources, modifying buf copy
308 if ((copy = malloc(strlen(str) + 1)) == NULL)
310 (void) memcpy(copy, str, strlen(str) + 1);
311 p = strtok(copy, ", ");
335 free(copy);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
946 char *copy, *lasts; local
953 if ((copy = strdup(string)) == NULL)
956 if ((object_type_string = strtok_r(copy, " \t", &lasts)) == NULL) {
957 free(copy);
989 free(copy);
998 free(copy);
1002 free(copy);
1009 free(copy);
1030 free(copy);
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
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...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 * Less then or equal this number of bytes we will always copy byte-for-byte
126 blu %ncc, .bytecp ! just copy bytes
290 call .alignit ! copy bytes until aligned
304 cmp %i2, 4 ! see if we can copy a word
328 ! byte copy, works with any alignment
335 ! differenced byte copy, works with any alignment
353 mov %g5, %o0 ! copy dest address
381 * Block copy with possibly overlapped operands.
407 blu %ncc, .ov_bkwd ! if from < to, copy backward
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c209 /* for small len, copy to input buffer, otherwise compress directly */
211 /* copy to input buffer, compress when full */
213 unsigned have, copy; local
218 copy = state->size - have;
219 if (copy > len)
220 copy = len;
221 memcpy(state->in + have, buf, copy);
222 strm->avail_in += copy;
223 state->x.pos += copy;
224 buf = (const char *)buf + copy;
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c9 * A copy of the License is available at *
175 copy(char** p, register char* f) function
177 copy(p, f)
427 cp->link.code = copy(&b, arg[0]);
428 cp->alternates = copy(&b, arg[1]);
429 cp->ms = copy(&b, arg[2]);
443 tp->link.code = copy(&b, arg[0]);
444 tp->name = copy(&b, arg[1]);
446 if (s = copy(&b, arg[2]))
497 lp->link.code = copy(
[all...]
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s14 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_exit.s9 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dgetppid.s14 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dpipe.s13 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61 mov %edx, %ebx / copy character across all bytes in wd
73 mov %esi, %ebx / copy word
H A Dstrncat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110 movl %edx, (%edi) / copy this word to (%edi)
125 movb %dl, (%edi) / copy %dl to (%edi)
139 movb %dl, (%edi) / copy %dl to (%edi)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.s9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70 0: ! copy the struct
95 0: ! copy the struct
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
356 char *copy = NULL; local
368 copy = strdup(csl);
369 for (pc = strtok_r(copy, ",", &lasts), i = 0; pc != NULL;
374 free(copy);
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s13 / You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
87 / no error; copy syscall return values to the structure
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
154 * copy routines do not work.
224 * emulator or to move data by applications. The driver must copy the data
278 void (*copy)(struct vis_polledio_arg *, struct vis_conscopy *); member in struct:vis_polledio
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A DMakefile20 SRCS+= copy.c
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96 // defensively copy frequencies list
584 // Defensively copy buckets _before_ validating. Subclass
588 ArrayList <Bucket> copy = new ArrayList <Bucket> (len);
589 copy.addAll(buckets);
590 buckets = copy;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111 movq %r11, (%rdi) / copy this quadword to (%rdi)
126 movb %r11b, (%rdi) / copy %r11b to (%rdi)
140 movb %r11b, (%rdi) / copy %r11b to (%rdi)
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36 * o2 number of bytes to copy (must be a multiple of 4)
61 brz,pn %o2, .done ! Skip out if no bytes to copy.
129 ! aligned. So, use ld and st instructions rather than trying to copy stuff
135 andcc %o2, 15, %o3 ! Mod 16 of number of bytes to copy.
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlp.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
76 int copy = 0; local
130 case 'c': /* copy */
131 copy = 1;
286 else if (copy == 0) /* reference the files in the job, default */
289 else /* copy the files before return, -c */
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65 int copy();
93 break; /* always do "copy" */
245 status = copy(from, to_fd, path); /* copy */
264 * copy --
265 * copy from one file to another
268 copy(from_name, to_fd, to_name) function
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
555 * perform that filtering here. We stash a copy of spec so we
705 char *copy, *token; local
708 if ((copy = strdup(str)) == NULL)
711 token = strtok(copy, ", ");
713 free(copy);
722 free(copy);

Completed in 424 milliseconds

12345678910