Searched defs:copy (Results 51 - 75 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
474 register char *copy = Strdup(alertp->shcmd), local
489 if (copy && (cp = strchr(copy, ' ')))
494 copy
497 STREQU(copy, NAME_WRITE)
498 || STREQU(copy, NAME_MAIL)
501 (void)fprintf (fp, "%s to %s ", copy, cp);
510 Free (copy);
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
97 unsigned copy));
379 local int updatewindow(strm, end, copy)
382 unsigned copy;
404 /* copy state->wsize or less output bytes into the circular window */
405 if (copy >= state->wsize) {
412 if (dist > copy) dist = copy;
616 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c290 z_stream strm, copy; local
335 ret = inflateCopy(&copy, &strm); assert(ret == Z_OK);
336 ret = inflateEnd(&copy); assert(ret == Z_OK);
391 z_stream strm, copy; local
438 ret = inflateCopy(&copy, &strm); assert(ret == Z_MEM_ERROR);
657 inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259,
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c9 * A copy of the License is available at *
261 register int skip; /* non-zero for don't copy */
375 register unsigned char *copy; local
398 copy = cp;
400 copy = 0;
404 else if (copy)
405 copy = cp;
434 if (copy)
437 if ((c = cp - copy) > 0 && sfwrite(fdout, (char*)copy,
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.misc.c290 #ifndef copy
292 copy(tchar *to, tchar *from, int size) function
469 /* copy max size */
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
438 char *copy; local
441 copy = strdup(entry);
442 if (copy == NULL)
445 for (single = strtok_r(copy, " \t\n", &p);
449 free(copy);
453 free(copy);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py11 # You should have received a copy of the GNU General Public License
162 for f in files.copy():
192 rename/copy in the given changeset.'''
261 # .parentname if the copy or rename is cyclic (source ==
285 # If a file is modified (and not a copy or rename), we do
286 # a full comparison to the copy in the parenttip and
367 '''Return a copy of data, which should correspond to the
455 modifications to the working copy, it should not be relied upon to
485 WorkList as they are in the working copy
531 in-memory copy
1004 def copy(self, src, dest): function in function:WorkSpace.diff
1010 def copy(self, src, dest): function in function:WorkSpace.diff
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
117 char *ptr, *copy; local
128 copy = string;
129 while (isdigit((unsigned char)*copy) && (iday < idaymax)) {
130 daynum[iday] = *copy++;
169 char *copy; local
186 copy = string;
188 while (((islower((unsigned char)*copy)) ||
189 (isupper((unsigned char)*copy))) && (imnth < mlen)) {
190 mletter[imnth] = toupper((unsigned char)*copy
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c9 * A copy of the License is available at *
102 int copy; member in struct:__anon2653
448 * copy string <str> onto the stack as a new stack word
473 increment(copy);
490 * if <n> > 0, copy the bytes from stkbot to stktop to the new stack
491 * if <n> is zero, then copy the remainder of the stack frame from stkbot
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c273 ** If n>=0 then the P3 operand is dynamic, meaning that a copy of
275 ** A value of n==0 means copy bytes of zP3 up to and including the
276 ** first null byte. If n>0 then copy n+1 bytes of zP3.
279 ** string and we can just copy the pointer. n==P3_POINTER means zP3 is
399 ** A copy is made of the string before this routine returns so it is safe
951 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ argument
964 copy = 0;
970 if( copy ){
976 p->abVar[i] = copy;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c7 * copy of this software and associated documentation files (the
9 * without limitation the rights to use, copy, modify, merge, publish,
341 * copy of the array, or use two ExpandFile
378 * a copy of the resulting pattern in the cache.
402 * If there are no wildcards to match, copy the current expanded
593 * recorded copy of the pathname.
602 char *copy; /* The recorded copy of pathname[] */ local
604 * Attempt to make a copy of the pathname in the cache.
606 copy
650 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes); local
[all...]
H A Dpcache.c7 * copy of this software and associated documentation files (the
9 * without limitation the rights to use, copy, modify, merge, publish,
216 * Make a copy of a completion suffix, suitable for passing to
841 * Make a copy of the directory pathname.
902 char *copy; /* A copy of the filename */ local
904 * Make a temporary copy of the filename with an extra byte prepended.
916 copy = _sg_store_string(mem->sg, pc->path->name, 0);
917 if(!copy) {
925 copy[
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c231 sbuf_append_edited(struct sbuf *sbuf, char *text, edited_copy copy) argument
237 sbuf->end = copy(text, sbuf->end, length);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
485 char *copy, *ip_address, *prefixlen_string, *lasts; local
489 if ((copy = strdup(ip_address_string)) == NULL)
492 if ((ip_address = strtok_r(copy, " \t/", &lasts)) == NULL) {
493 free(copy);
510 free(copy);
529 free(copy);
532 free(copy);
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
108 static char *srchroot(char *path, char *copy);
119 static void translate(register char *pt, register char *copy);
621 translate(register char *pt, register char *copy) argument
637 *copy++ = *pt2++;
640 *copy++ = *pt++;
643 *copy++ = ' ';
646 *copy = '\0';
805 srchroot(char *path, char *copy) argument
814 cvtpath(path, copy);
[all...]
/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/lib/libast/common/port/
H A Dastlicense.c9 * A copy of the License is available at *
39 #undef copy macro
205 * copy s of size n to b
210 copy(register Buffer_t* b, register char* s, int n) function
219 * center and copy comment line s to p
338 copy(b, "Copyright (c) ", -1);
349 copy(b, t, 4);
407 copy(&buf, file, -1);
408 copy(&buf, ": cannot open", -1);
416 copy(
[all...]
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/tools/btxld/
H A Dbtxld.c116 static void copy(int, int, size_t, off_t);
267 copy(fdi[i], fdo, ldr_size, 0);
276 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx),
280 copy(fdi[i], fdo, ihdr.size, 0);
444 * Safe copy from input file to output file.
447 copy(int fdi, int fdo, size_t nbyte, off_t offset) function
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c288 char *copy, **cvec; local
290 copy = malloc(len+1);
291 if (copy == NULL) return;
292 memcpy(copy,str,len+1);
295 free(copy);
299 lc->cvec[lc->len++] = copy;
810 /* Add an heap allocated copy of the line in the history.
838 /* If we can't copy everything, free the elements we'll not use. */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
446 * (if the specified attribute type is found), and copy it to a template.
449 * for doing the copy.
742 * To do the copy, just have dst's big_value points
749 * After the copy, nullify the src's big_value pointer.
2886 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp)
2924 if (!copy) {
2950 if (copy) {
2973 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp)
3019 template, copy, s
2885 kernel_set_common_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
2972 kernel_set_public_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3038 kernel_set_private_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3136 kernel_set_secret_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3230 kernel_set_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c9 * A copy of the License is available at *
157 /* variable starts on stak, copy remainder */
1638 * if <copy> is non,zero, then the characters are copied to the stack
1641 void sh_lexskip(Lex_t *lp,int close, register int copy, int state) argument
1647 if(copy)
1653 if(copy)
1658 if((copy = fcseek(0)-cp) > 0)
1659 sfwrite(lp->sh->stk,cp,copy);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c995 sopno copy; local
1029 copy = dupl(p, start+1, finish+1);
1030 assert(copy == finish+4);
1031 repeat(p, copy, 1, to-1);
1038 copy = dupl(p, start, finish);
1039 repeat(p, copy, from-1, to-1);
1042 copy = dupl(p, start, finish);
1043 repeat(p, copy, from-1, to);
/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);
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
132 ("new all %d rel %d copy %d more %d lbytes %d\n"),
322 q = copy(p, n);
337 p = copy(inbas, length(inbas) + 1);
347 q = copy(p, n);
421 p = copy(basptr, length(basptr) + 1);
452 q = copy(p, n);
473 p = copy(scalptr, length(scalptr) + 1);
548 p = copy(*stkptr, n);
572 q = copy(
2163 copy(struct blk *hptr, int size) function
[all...]

Completed in 890 milliseconds

12345