/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | cvtpath.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 34 cvtpath(char *path, char *copy) argument 36 *copy++ = '/'; 41 (void) strcpy(copy, root + (*root == '/' ? 1 : 0)); 42 copy += strlen(copy); 43 if (copy[-1] != '/') 44 *copy++ = '/'; 47 (void) strcpy(copy, 49 copy [all...] |
H A D | srcpath.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 44 char *copy; local 47 copy = tmppath; 52 (void) strcpy(copy, dir); 53 copy += theLen; 56 copy[0] = '\0'; 61 (void) snprintf(copy, copyLen, 65 (void) snprintf(copy, copyLen,
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | getinput.c | 9 * 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 D | pkgparam.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 124 char *mempt, *copy; local 138 copy = buffer; 147 *copy++ = ch; 159 /* At this point copy points to the end of a valid parameter. */ 160 *copy = '\0'; /* Terminate the string. */ 162 copy = NULL; /* Comments don't get buffered. */ 167 copy = buffer; 171 copy = NULL; 175 copy 322 char *pt, *copy, *value, line[PATH_MAX]; local [all...] |
H A D | puttext.c | 9 * 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...] |
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | strdup.c | 46 char *copy = NULL; local 50 if ((copy = malloc(len)) == NULL) 52 memcpy(copy, str, len); 54 return (copy);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | usg.local.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 65 copy(name, copy(maildir, mailname)); 73 copy(myname, copy(maildir, mailname));
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | getlist.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 79 char *copy, local 108 copy = begin; 113 copy += strspn(copy, ws); 114 if (!*copy) { 122 p = strchr(copy, '\0'); 123 while (--p != copy && strchr(ws, *p)) 130 for (n = 0, p = copy; *p; ) { 161 * This loop will copy al [all...] |
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | mappath.c | 8 * 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...] |
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | stringrp.c | 7 * copy of this software and associated documentation files (the 9 * without limitation the rights to use, copy, modify, merge, publish, 156 * Make a copy of a string in the specified string group, and return 157 * a pointer to the copy. 163 * other characters when making the copy. 165 * return char * The pointer to the copy of the string, 170 char *copy; /* The recorded copy of string[] */ local 181 copy = _sg_alloc_string(sg, len); 182 if(copy) { 231 char *copy; /* The allocated string */ local [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | inflate.c | 20 * - 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...] |
H A D | infback.c | 263 unsigned copy; /* number of stored or match bytes to copy */ local 264 unsigned char FAR *from; /* where to copy match bytes from */ 267 unsigned len; /* length to copy for repeats, bits to drop */ 340 /* copy stored block from input to output */ 342 copy = state->length; 345 if (copy > have) copy = have; 346 if (copy > left) copy [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.local.h | 54 #define copy(to, from, size) bcopy(from, to, size) macro
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inflate.c | 27 * - Unroll direct copy to three copies per loop in inffast.c 44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 53 * - Unroll last copy for window match in inflate_fast() 335 unsigned copy, dist; local 354 /* copy state->wsize or less output bytes into the circular window */ 355 copy = out - strm->avail_out; 356 if (copy >= state->wsize) { 363 if (dist > copy) dist = copy; 364 zmemcpy(state->window + state->write, strm->next_out - copy, dis 572 unsigned copy; /* number of stored or match bytes to copy */ local [all...] |
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | gethostent.c | 8 * 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 D | gethostent6.c | 8 * 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);
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | getlist.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 52 char *copy; local 56 copy = strdup(str); 57 if (copy == NULL) 61 free(copy); 64 it->name = copy;
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncpy.s | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 31 / Copies s2 to s1, truncating or null-padding to always copy n bytes 86 movl %edx, (%edi) / copy this word to (%edi) 101 movb %dl, (%edi) / copy %dl to (%edi) 114 movb %dl, (%edi) / copy %dl to (%edi) 124 movl %esi, %ecx / %ecx = length to copy null bytes 126 shrl $2, %ecx / %ecx = words to copy null bytes
|
H A D | memcpy.s | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 74 jbe .OneByteCopy / goto fast short copy loop 81 rep; smovb / do the byte part of copy 87 andl %eax,%ecx / complete copy of remaining bytes 90 rep; smovb / do the byte part of copy 104 rep; smovb / do the byte copy 112 movl %ecx,%esi / align source w/byte copy 117 subl %ecx,%edx / copy is done on aligned boundary 122 shrl $2,%ecx / do 4 byte copy RtoL 125 andl %eax,%edx / do 1 byte copy what [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | terminfo.h | 16 * You should have received a copy of the GNU General Public License 45 void ti_get_term (struct terminfo *copy);
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.s | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 35 * Copy s2 to s1, always copy n bytes. 41 cmp %i1, %i0 ! if from address is >= to use forward copy 43 cmp %i2, 17 ! delay slot, for small counts copy bytes 47 bgu ovbc ! if size is bigger, have do overlapped copy 48 cmp %i2, 17 ! delay slot, for small counts copy bytes 50 ! normal, copy forwards 160 ! differenced byte copy, works with any alignment 175 ! an overlapped copy that must be done "backwards"
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memmove.s | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 35 * Copy s2 to s1, always copy n bytes. 41 cmp %i1, %i0 ! if from address is >= to use forward copy 43 cmp %i2, 17 ! delay slot, for small counts copy bytes 47 bgu %xcc, ovbc ! if size is bigger, have to do overlapped copy 48 cmp %i2, 17 ! delay slot, for small counts copy bytes 50 ! normal, copy forwards 160 ! differenced byte copy, works with any alignment 175 ! an overlapped copy that must be done "backwards"
|
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 60 int copy; variable 80 copy = 1; 86 if (copy) { 123 if (copy) { 162 if (copy) { 180 if (copy)
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 57 static void copy(FILE *, FILE *, Section *); 176 copy(fin, fout, &prolog); 178 copy(fin, fout, &global[i]); 179 copy(fin, fout, &page); 180 copy(fin, fout, &trailer); 196 copy(FILE *fin, FILE *fout, Section *s) function
|
/illumos-gate/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_8.s | 8 * 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 8) 80 bpos,a,pt %xcc, .wrdbl1 ! Have at least 16 bytes to copy. 83 retl ! No bytes to copy. 97 bz,a,pt %xcc, .wrdbl3 ! Have 8 bytes remaining to copy.
|