Home
last modified time | relevance | path

Searched refs:dstlen (Results 1 – 13 of 13) sorted by relevance

/dragonfly/lib/libc/nameser/
H A Dns_ttl.c50 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() argument
63 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
67 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl()
71 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
75 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
79 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl()
/dragonfly/sys/kern/libmchain/
H A Dsubr_mchain.c199 size_t cplen, srclen, dstlen; in mb_put_mem() local
213 srclen = dstlen = cplen; in mb_put_mem()
218 dstlen = mleft; in mb_put_mem()
219 error = mbp->mb_copy(mbp, source, dst, &srclen, &dstlen); in mb_put_mem()
241 m->m_len += dstlen; in mb_put_mem()
242 mleft -= dstlen; in mb_put_mem()
243 mbp->mb_count += dstlen; in mb_put_mem()
/dragonfly/sys/bus/cam/
H A Dcam.c112 cam_strvis(u_int8_t *dst, const u_int8_t *src, int srclen, int dstlen) in cam_strvis() argument
122 while (srclen > 0 && dstlen > 1) { in cam_strvis()
128 if (dstlen > 4) { in cam_strvis()
142 dstlen -= cur_pos - dst; in cam_strvis()
H A Dcam.h200 void cam_strvis(u_int8_t *dst, const u_int8_t *src, int srclen, int dstlen);
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c311 size_t *srclen, size_t *dstlen) in smb_copy_iconv() argument
314 size_t inlen = *srclen, outlen = *dstlen; in smb_copy_iconv()
318 if (inlen != *srclen || outlen != *dstlen) { in smb_copy_iconv()
320 *dstlen -= outlen; in smb_copy_iconv()
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_drive.c292 cam_strvis(char *dst, const char *src, int srclen, int dstlen) in cam_strvis() argument
302 while (srclen > 0 && dstlen > 1) { in cam_strvis()
308 if (dstlen > 4) { in cam_strvis()
322 dstlen -= cur_pos - dst; in cam_strvis()
/dragonfly/sys/libiconv/
H A Diconv_ucs.c66 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);
481 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() argument
505 if (dstlen < w) in ucs4_to_utf8()
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c942 size_t dstlen; in tzparse() local
985 dstlen = name - dstname; in tzparse()
990 dstlen = name - dstname; /* length of DST zone name */ in tzparse()
1154 dstlen = 0; in tzparse()
1163 if (dstlen != 0) in tzparse()
1164 sp->charcnt += dstlen + 1; in tzparse()
1171 if (dstlen != 0) { in tzparse()
1172 strncpy(cp, dstname, dstlen); in tzparse()
1173 *(cp + dstlen) = '\0'; in tzparse()
/dragonfly/sys/sys/
H A Dmchain.h57 size_t *srclen, size_t *dstlen);
/dragonfly/contrib/tnftp/src/
H A Dutil.c1135 ftpvis(char *dst, size_t dstlen, const char *src, size_t srclen) in ftpvis() argument
1140 while (src[si] != '\0' && di < dstlen && si < srclen) { in ftpvis()
1152 if (di >= dstlen - 3) in ftpvis()
1158 if (di < dstlen) in ftpvis()
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-open.c1431 uLongf dstlen; in ctf_bufopen_internal() local
1448 dstlen = fp->ctf_size; in ctf_bufopen_internal()
1451 if ((rc = uncompress (fp->ctf_base, &dstlen, src, srclen)) != Z_OK) in ctf_bufopen_internal()
1458 if ((size_t) dstlen != fp->ctf_size) in ctf_bufopen_internal()
1461 "bytes\n", (unsigned long) dstlen, in ctf_bufopen_internal()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c2470 tree dstlen = dsi->nonzero_chars; in handle_builtin_strcat() local
2531 if (dsi && dstlen) in handle_builtin_strcat()
2533 tree type = TREE_TYPE (dstlen); in handle_builtin_strcat()
2542 dstlen, srcsize)) in handle_builtin_strcat()
2567 unshare_expr (dstlen))); in handle_builtin_strcat()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-strlen.c1412 tree src, dst, srclen, dstlen, len, lhs, args, type, fn, objsz, endptr; in handle_builtin_strcat() local
1477 dstlen = dsi->length; in handle_builtin_strcat()
1551 unshare_expr (dstlen))); in handle_builtin_strcat()