Searched refs:copied (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrlcpy.c43 size_t copied; local
49 copied = len - 1;
51 copied = slen;
52 (void) memcpy(dst, src, copied);
53 dst[copied] = '\0';
H A Dstrlcat.c47 size_t copied; local
55 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2;
56 (void) memcpy(dst + l1, src, copied);
57 dst[l1+copied] = '\0';
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c84 grub_uint32_t bits, copied; local
86 bits = copied = tag = 0;
89 if (copied > GRUB_NTFS_COM_LEN)
114 if (!copied)
120 for (i = copied - 1, lmask = 0xFFF, dshift = 12; i >= 0x10;
132 dest[copied] = dest[copied - delta - 1];
133 copied++;
142 dest[copied++] = ch;
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s48 * Bytes to be copied are non-overlapping or _exactly_ overlapping.
49 * The number of bytes to be copied is a multiple of 8.
56 * the number of bytes expected to be copied. No timing runs using other
66 * o3 contents being copied
67 * o4 more contents being copied
78 bz,pn %xcc, .wrdbl2 ! Only 8 bytes need to be copied.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm125 Sean M. Burke C<sburke@cpan.org>, with significant portions copied from
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s56 ! are copied to s1. If a null character is reached in s2 yet more
57 ! bytes remain to be copied, strncpy will copy null bytes into
62 ! is copied based upon destination alignment. (byte, half-word,
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s56 ! are copied to s1. If a null character is reached in s2 yet more
57 ! bytes remain to be copied, strncpy will copy null bytes into
62 ! is copied based upon destination alignment. (byte, half-word,
H A Dstrcpy.s56 ! word boundary. Once this has occurred, the string is copied,
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s131 / before last double word copied
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm77 croak("'$from' and '$to' are identical (not copied)");
86 croak("'$from' and '$to' are identical (not copied)");
356 handle to an opened file, then data is copied using Perl
378 see below). All data from the input file is copied to the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm970 pattern is copied verbatim.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1429 Ref to array of executable files. The files will be copied to the
1588 Directory to put real binary files during 'make'. These will be copied
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c8435 size_t copied; local
8444 copied = strlcpy(request.rpr_file,
8446 if (copied >= sizeof (request.rpr_file))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH3138 * that cannot be copied by simple assignment, so that some
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm468 copied to a local variable named C<$self>). If subclasses override this

Completed in 1438 milliseconds