| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | strlcpy.c | 43 size_t copied; in strlcpy() local 49 copied = len - 1; in strlcpy() 51 copied = slen; in strlcpy() 52 (void) memcpy(dst, src, copied); in strlcpy() 53 dst[copied] = '\0'; in strlcpy()
|
| H A D | strlcat.c | 47 size_t copied; in strlcat() local 55 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; in strlcat() 56 (void) memcpy(dst + l1, src, copied); in strlcat() 57 dst[l1+copied] = '\0'; in strlcat()
|
| /onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | misc.c | 56 size_t copied; in strlcpy() local 62 copied = len - 1; in strlcpy() 64 copied = slen; in strlcpy() 65 (void) memcpy(dst, src, copied); in strlcpy() 66 dst[copied] = '\0'; in strlcpy() 79 size_t copied; in strlcat() local 87 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; in strlcat() 88 (void) memcpy(dst + l1, src, copied); in strlcat() 89 dst[l1+copied] = '\0'; in strlcat()
|
| /onnv-gate/usr/src/uts/common/krtld/ |
| H A D | kobj_subr.c | 92 size_t copied; in stand_strlcat() local 100 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; in stand_strlcat() 101 bcopy(src, dst + l1, copied); in stand_strlcat() 102 dst[l1+copied] = '\0'; in stand_strlcat()
|
| /onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | ib_recv.c | 339 int copied = 0; in rdsv3_ib_inc_copy_to_user() local 350 while (copied < size && copied < len) { in rdsv3_ib_inc_copy_to_user() 356 to_copy = min(len - copied, RDSV3_FRAG_SIZE - frag_off); in rdsv3_ib_inc_copy_to_user() 357 to_copy = min(size - copied, to_copy); in rdsv3_ib_inc_copy_to_user() 374 copied += to_copy; in rdsv3_ib_inc_copy_to_user() 378 "Return: inc: %p, copied: %d", inc, copied); in rdsv3_ib_inc_copy_to_user() 380 return (copied); in rdsv3_ib_inc_copy_to_user() 604 unsigned long copied; in rdsv3_ib_cong_recv() local 622 copied = 0; in rdsv3_ib_cong_recv() 624 while (copied < RDSV3_CONG_MAP_BYTES) { in rdsv3_ib_cong_recv() [all …]
|
| H A D | message.c | 398 int copied; in rdsv3_message_inc_copy_to_user() local 410 copied = 0; in rdsv3_message_inc_copy_to_user() 412 while (copied < size && copied < len) { in rdsv3_message_inc_copy_to_user() 414 to_copy = min(len - copied, sg->length - vec_off); in rdsv3_message_inc_copy_to_user() 415 to_copy = min(size - copied, to_copy); in rdsv3_message_inc_copy_to_user() 427 copied += to_copy; in rdsv3_message_inc_copy_to_user() 435 return (copied); in rdsv3_message_inc_copy_to_user()
|
| /onnv-gate/usr/src/common/util/ |
| H A D | string.c | 572 size_t copied; in strlcat() local 581 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2; in strlcat() 582 bcopy(src, dst + l1, copied); in strlcat() 583 dst[l1+copied] = '\0'; in strlcat() 591 size_t copied; in strlcpy() local 597 copied = len - 1; in strlcpy() 599 copied = slen; in strlcpy() 600 bcopy(src, dst, copied); in strlcpy() 601 dst[copied] = '\0'; in strlcpy()
|
| /onnv-gate/usr/src/common/openssl/crypto/dso/ |
| H A D | dso_lib.c | 367 char *copied; in DSO_set_filename() local 380 copied = OPENSSL_malloc(strlen(filename) + 1); in DSO_set_filename() 381 if(copied == NULL) in DSO_set_filename() 386 BUF_strlcpy(copied, filename, strlen(filename) + 1); in DSO_set_filename() 389 dso->filename = copied; in DSO_set_filename()
|
| /onnv-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | spppcomp.c | 458 int tocopy, copied; in spppcomp_outpkt() local 464 tocopy = copied = MIN(len, sizeof (indata)); in spppcomp_outpkt() 512 zmp = msgpullup(mp, copied); in spppcomp_outpkt() 559 copied -= thislen; in spppcomp_outpkt() 560 ASSERT(copied >= PPP_HDRLEN); in spppcomp_outpkt() 563 copied = 0; in spppcomp_outpkt() 565 if (MBLKL(mp) < copied) { in spppcomp_outpkt() 566 zmp = msgpullup(mp, copied); in spppcomp_outpkt() 577 copied -= PPP_HDRLEN; in spppcomp_outpkt() 578 if (copied > 0) { in spppcomp_outpkt() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/bf/ |
| H A D | COPYRIGHT | 40 copied and put under another distrubution license 44 experience in code simply being copied and the attribution removed
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | COPYRIGHT | 44 copied and put under another distrubution license 48 experience in code simply being copied and the attribution removed
|
| /onnv-gate/usr/src/lib/libc/sparcv9/crt/ |
| H A D | __align_cpy_8.s | 78 bz,pn %xcc, .wrdbl2 ! Only 8 bytes need to be copied.
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | RSA_get_ex_new_index.pod | 40 initially created, when it is copied and when it is freed up. If any or all of 78 B<dup_func()> is called when a structure is being copied. Pointers to the 82 the value is copied to the destination: the application can thus modify the data
|
| /onnv-gate/usr/src/tools/scripts/ |
| H A D | hgstyle | 17 start_file_copies = 'copied:\n'
|
| /onnv-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | strncpy.s | 56 ! 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,
|
| /onnv-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_log.c | 549 size_t dlen, copied; local 616 for (copied = 0; ((ipl = ifs->ifs_iplt[unit]) != NULL); copied += dlen) {
|
| /onnv-gate/usr/src/cmd/cmd-inet/etc/secret/ |
| H A D | ipseckeys.sample | 32 # This file should be copied into /etc/inet/secret/ipseckeys to load the
|
| /onnv-gate/usr/src/cmd/ipf/tools/ |
| H A D | IPFILTER.LICENCE | 16 * copied, in part or in whole, and put under another distribution licence
|
| /onnv-gate/usr/src/tools/cscope-fast/ |
| H A D | main.c | 962 int copied = 0; /* copied crossref for these files */ in build() local 1140 if (copied == 0) { in build() 1146 (long)copied); in build() 1183 ++copied; in build()
|
| /onnv-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | sockcommon_subr.c | 774 ssize_t copied = 0; in so_dequeue_msg() local 779 copied = sod_uioa_mblk(so, mp); in so_dequeue_msg() 780 if (copied > 0) in so_dequeue_msg() 805 copied = oldresid - uiop->uio_resid; in so_dequeue_msg() 809 ASSERT(copied >= 0); in so_dequeue_msg() 810 if (copied > 0 && !(flags & MSG_PEEK)) { in so_dequeue_msg() 812 so->so_rcv_queued -= copied; in so_dequeue_msg() 815 so->so_oobmark -= copied; in so_dequeue_msg()
|
| /onnv-gate/usr/src/cmd/netfiles/ |
| H A D | nsswitch.files | 28 # An example file that could be copied over to /etc/nsswitch.conf; it
|
| H A D | nsswitch.ldap | 26 # An example file that could be copied over to /etc/nsswitch.conf; it
|
| /onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strncpy.s | 56 ! 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,
|
| /onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| H A D | README | 34 is named by its two character troff name and is copied to the output file,
|
| /onnv-gate/usr/src/uts/common/xen/public/ |
| H A D | COPYING | 10 The intention is that these files can be freely copied into the source
|