Searched refs:sz1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dstrcoll.c61 size_t sz1, sz2; local
82 sz1 = strlen(s) + 1;
90 if ((t1 = malloc(sz1 * sizeof (wchar_t))) == NULL)
97 if ((mbsrtowcs_l(w1, &cs1, sz1, &mbs1, locale)) == (size_t)-1)
/freebsd-13-stable/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c568 int sz1; local
584 sz1 = u8_number_of_bytes[*s1];
585 if (sz1 < 0) {
587 sz1 = 1;
603 if (sz1 == 1) {
610 } else if ((i1 + sz1) > n1) {
616 (void) do_case_conv(uv, u8s1, s1, sz1, is_it_toupper);
617 s1 += sz1;
645 if (sz1 == 1 && sz2 == 1) {
660 i1 += sz1;
1726 size_t sz1; local
[all...]
/freebsd-13-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c91 size_t sz, sz1; local
176 sz1 = strlen(buf);
177 if (write(fp, buf, sz1) < 0)
/freebsd-13-stable/contrib/mandoc/
H A Dmansearch.c409 size_t sz1, sz2; local
419 sz1 = strcspn(mp1->names, "(");
421 if (sz1 < sz2)
422 sz1 = sz2;
423 if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
427 cp1 = strchr(mp1->names + sz1, '/');
H A Deqn.c38 #define STRNEQ(p1, sz1, p2, sz2) \
39 ((sz1) == (sz2) && 0 == strncmp((p1), (p2), (sz1)))
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c975 krb5_ssize_t sz1, sz2; local
990 while((sz1 = read(fd1, buf, sizeof(buf))) > 0) {
991 sz2 = write(fd2, buf, sz1);
992 if (sz1 != sz2) {
1000 if (sz1 < 0) {

Completed in 190 milliseconds