l1 589 lib/replace/crypt.c ufc_long *_ufc_dofinalperm(ufc_long l1, ufc_long l2, ufc_long r1, ufc_long r2) l1 593 lib/replace/crypt.c x = (l1 ^ l2) & current_saltbits; l1 ^= x; l2 ^= x; l1 596 lib/replace/crypt.c v1=v2=0; l1 >>= 3; l2 >>= 3; r1 >>= 3; r2 >>= 3; l1 613 lib/replace/crypt.c v1 |= efp[ 3][ l1 & 0x3f][0]; v2 |= efp[ 3][ l1 & 0x3f][1]; l1 614 lib/replace/crypt.c v1 |= efp[ 2][(l1 >>= 6) & 0x3f][0]; v2 |= efp[ 2][ l1 & 0x3f][1]; l1 615 lib/replace/crypt.c v1 |= efp[ 1][(l1 >>= 10) & 0x3f][0]; v2 |= efp[ 1][ l1 & 0x3f][1]; l1 616 lib/replace/crypt.c v1 |= efp[ 0][(l1 >>= 6) & 0x3f][0]; v2 |= efp[ 0][ l1 & 0x3f][1]; l1 695 lib/replace/crypt.c static ufc_long *_ufc_doit(ufc_long l1, ufc_long l2, ufc_long r1, ufc_long r2, ufc_long itr) l1 703 lib/replace/crypt.c l1 ^= SBA(_ufc_sb1, s & 0xffff); l2 ^= SBA(_ufc_sb1, (s & 0xffff)+4); l1 704 lib/replace/crypt.c l1 ^= SBA(_ufc_sb0, s >>= 16); l2 ^= SBA(_ufc_sb0, (s) +4); l1 706 lib/replace/crypt.c l1 ^= SBA(_ufc_sb3, s & 0xffff); l2 ^= SBA(_ufc_sb3, (s & 0xffff)+4); l1 707 lib/replace/crypt.c l1 ^= SBA(_ufc_sb2, s >>= 16); l2 ^= SBA(_ufc_sb2, (s) +4); l1 709 lib/replace/crypt.c s = *k++ ^ l1; l1 716 lib/replace/crypt.c s=l1; l1=r1; r1=s; s=l2; l2=r2; r2=s; l1 718 lib/replace/crypt.c return _ufc_dofinalperm(l1, l2, r1, r2); l1 734 lib/replace/crypt.c static ufc_long *_ufc_doit(ufc_long l1, ufc_long l2, ufc_long r1, ufc_long r2, ufc_long itr) l1 738 lib/replace/crypt.c l = (((long64)l1) << 32) | ((long64)l2); l1 759 lib/replace/crypt.c l1 = l >> 32; l2 = l & 0xffffffff; l1 761 lib/replace/crypt.c return _ufc_dofinalperm(l1, l2, r1, r2); l1 534 lib/replace/replace.c size_t l1, l2; l1 541 lib/replace/replace.c l1 = strlen(name); l1 544 lib/replace/replace.c p = malloc(l1+l2+2); l1 548 lib/replace/replace.c memcpy(p, name, l1); l1 549 lib/replace/replace.c p[l1] = '='; l1 550 lib/replace/replace.c memcpy(p+l1+1, value, l2); l1 551 lib/replace/replace.c p[l1+l2+1] = 0; l1 1368 lib/replace/snprintf.c int l1, l2; l1 1381 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), fp_fmt[x], fp_nums[y]); l1 1384 lib/replace/snprintf.c if (strcmp (buf1, buf2) || (l1 != l2)) { l1 1386 lib/replace/snprintf.c fp_fmt[x], l1, buf1, l2, buf2); l1 1396 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), int_fmt[x], int_nums[y]); l1 1399 lib/replace/snprintf.c if (strcmp (buf1, buf2) || (l1 != l2)) { l1 1401 lib/replace/snprintf.c int_fmt[x], l1, buf1, l2, buf2); l1 1411 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), str_fmt[x], str_vals[y]); l1 1414 lib/replace/snprintf.c if (strcmp (buf1, buf2) || (l1 != l2)) { l1 1416 lib/replace/snprintf.c str_fmt[x], l1, buf1, l2, buf2); l1 1427 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ll_fmt[x], ll_nums[y]); l1 1430 lib/replace/snprintf.c if (strcmp (buf1, buf2) || (l1 != l2)) { l1 1432 lib/replace/snprintf.c ll_fmt[x], l1, buf1, l2, buf2); l1 1457 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), "%4$*1$d %2$s %3$*1$.*1$f", 3, "pos test", 12.3456, 9); l1 1460 lib/replace/snprintf.c if (strcmp(buf1, buf2) || (l1 != l2)) { l1 1462 lib/replace/snprintf.c "%4$*1$d %2$s %3$*1$.*1$f", l1, buf1, l2, buf2); l1 1467 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), "%4$*4$d %2$s %3$*4$.*4$f", 3, "pos test", 12.3456, 9); l1 1472 lib/replace/snprintf.c "%4$*1$d %2$s %3$*1$.*1$f", l1, buf1, l2, buf2); l1 1479 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ss_fmt[x], ss_nums[y]); l1 1482 lib/replace/snprintf.c if (strcmp (buf1, buf2) || (l1 != l2)) { l1 1484 lib/replace/snprintf.c ss_fmt[x], l1, buf1, l2, buf2); l1 1492 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), "%lld", (LLONG)1234567890); l1 1497 lib/replace/snprintf.c "%lld", l1, buf1, l2, buf2); l1 1502 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), "%Lf", (LDOUBLE)890.1234567890123); l1 1507 lib/replace/snprintf.c "%Lf", l1, buf1, l2, buf2); l1 166 source3/libsmb/smbdes.c static void concat(char *out, char *in1, char *in2, int l1, int l2) l1 168 source3/libsmb/smbdes.c while (l1--) l1 278 source3/nmbd/nmbd_incomingrequests.c int l1,l2,l3; l1 288 source3/nmbd/nmbd_incomingrequests.c for (l1=0;l1<15 && n1[l1] && n1[l1] != ' ';l1++) l1 294 source3/nmbd/nmbd_incomingrequests.c if ((l1==l3) && strncmp(n1,global_myname(),l3) == 0 && l1 299 source3/nmbd/nmbd_incomingrequests.c (l1!=l3 || strncmp(n1,global_myname(),l3) != 0)) l1 1266 source3/passdb/secrets.c uint32 l1, l2, l3, l4, l5; l1 1298 source3/passdb/secrets.c &l1, &pseed_chal, l1 1307 source3/passdb/secrets.c if (ret == -1 || l1 != 8 || l2 != 8 || l3 != 8 || l4 != 16 || l5 != 16) { l1 363 source3/torture/masktest.c int l1, l2, i, l; l1 391 source3/torture/masktest.c l1 = 1 + random() % 20; l1 401 source3/torture/masktest.c for (i=0;i<l1;i++) { l1 404 source3/torture/masktest.c mask[l+l1] = 0; l1 120 source4/heimdal/lib/gssapi/krb5/arcfour.c const u_char *v1, size_t l1, l1 132 source4/heimdal/lib/gssapi/krb5/arcfour.c len = l1 + l2 + l3; l1 138 source4/heimdal/lib/gssapi/krb5/arcfour.c memcpy(ptr, v1, l1); l1 139 source4/heimdal/lib/gssapi/krb5/arcfour.c memcpy(ptr + l1, v2, l2); l1 140 source4/heimdal/lib/gssapi/krb5/arcfour.c memcpy(ptr + l1 + l2, v3, l3); l1 319 source4/heimdal/lib/hx509/test_name.c int l0, l1, l2, l3; l1 334 source4/heimdal/lib/hx509/test_name.c ret = compare_subject(c1, c2, &l1); l1 342 source4/heimdal/lib/hx509/test_name.c if (l2 < l1) return 1; l1 344 source4/heimdal/lib/hx509/test_name.c if (l3 < l1) return 1; l1 352 source4/lib/wmi/wmi_wrap.c SWIG_TypeNameComp(const char *f1, const char *l1, l1 354 source4/lib/wmi/wmi_wrap.c for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { l1 355 source4/lib/wmi/wmi_wrap.c while ((*f1 == ' ') && (f1 != l1)) ++f1; l1 359 source4/lib/wmi/wmi_wrap.c return (int)((l1 - f1) - (l2 - f2)); l1 165 source4/libcli/auth/smbdes.c static void concat(char *out, char *in1, char *in2, int l1, int l2) l1 167 source4/libcli/auth/smbdes.c while (l1--) l1 46 source4/ntvfs/posix/pvfs_streams.c int l1, l2, ret; l1 51 source4/ntvfs/posix/pvfs_streams.c l1 = c1?(c1 - name1):strlen(name1); l1 53 source4/ntvfs/posix/pvfs_streams.c if (l1 != l2) { l1 54 source4/ntvfs/posix/pvfs_streams.c return l1 - l2; l1 56 source4/ntvfs/posix/pvfs_streams.c ret = strncasecmp_m(name1, name2, l1); l1 224 source4/torture/masktest.c int l1, l2, i, l; l1 246 source4/torture/masktest.c l1 = 1 + random() % max_length; l1 250 source4/torture/masktest.c mask = talloc_realloc_size(mem_ctx, mask, strlen(mask)+l1+1); l1 253 source4/torture/masktest.c for (i=0;i<l1;i++) { l1 256 source4/torture/masktest.c mask[l+l1] = 0;