l2                589 lib/replace/crypt.c ufc_long *_ufc_dofinalperm(ufc_long l1, ufc_long l2, ufc_long r1, ufc_long r2)
l2                593 lib/replace/crypt.c     x = (l1 ^ l2) & current_saltbits; l1 ^= x; l2 ^= x;
l2                596 lib/replace/crypt.c     v1=v2=0; l1 >>= 3; l2 >>= 3; r1 >>= 3; r2 >>= 3;
l2                608 lib/replace/crypt.c     v1 |= efp[ 7][ l2         & 0x3f][0]; v2 |= efp[ 7][ l2 & 0x3f][1];
l2                609 lib/replace/crypt.c     v1 |= efp[ 6][(l2 >>= 6)  & 0x3f][0]; v2 |= efp[ 6][ l2 & 0x3f][1];
l2                610 lib/replace/crypt.c     v1 |= efp[ 5][(l2 >>= 10) & 0x3f][0]; v2 |= efp[ 5][ l2 & 0x3f][1];
l2                611 lib/replace/crypt.c     v1 |= efp[ 4][(l2 >>= 6)  & 0x3f][0]; v2 |= efp[ 4][ l2 & 0x3f][1];
l2                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)
l2                703 lib/replace/crypt.c 	l1 ^= SBA(_ufc_sb1, s & 0xffff); l2 ^= SBA(_ufc_sb1, (s & 0xffff)+4);  
l2                704 lib/replace/crypt.c         l1 ^= SBA(_ufc_sb0, s >>= 16);   l2 ^= SBA(_ufc_sb0, (s)         +4); 
l2                706 lib/replace/crypt.c         l1 ^= SBA(_ufc_sb3, s & 0xffff); l2 ^= SBA(_ufc_sb3, (s & 0xffff)+4);
l2                707 lib/replace/crypt.c         l1 ^= SBA(_ufc_sb2, s >>= 16);   l2 ^= SBA(_ufc_sb2, (s)         +4);
l2                712 lib/replace/crypt.c         s = *k++ ^ l2; 
l2                716 lib/replace/crypt.c       s=l1; l1=r1; r1=s; s=l2; l2=r2; r2=s;
l2                718 lib/replace/crypt.c     return _ufc_dofinalperm(l1, l2, r1, r2);
l2                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)
l2                738 lib/replace/crypt.c     l = (((long64)l1) << 32) | ((long64)l2);
l2                759 lib/replace/crypt.c     l1 = l >> 32; l2 = l & 0xffffffff;
l2                761 lib/replace/crypt.c     return _ufc_dofinalperm(l1, l2, r1, r2);
l2                534 lib/replace/replace.c 	size_t l1, l2;
l2                542 lib/replace/replace.c 	l2 = strlen(value);
l2                544 lib/replace/replace.c 	p = malloc(l1+l2+2);
l2                550 lib/replace/replace.c 	memcpy(p+l1+1, value, l2);
l2                551 lib/replace/replace.c 	p[l1+l2+1] = 0;
l2               1368 lib/replace/snprintf.c 	int l1, l2;
l2               1382 lib/replace/snprintf.c 			l2 = sprintf (buf2, fp_fmt[x], fp_nums[y]);
l2               1384 lib/replace/snprintf.c 			if (strcmp (buf1, buf2) || (l1 != l2)) {
l2               1386 lib/replace/snprintf.c 				       fp_fmt[x], l1, buf1, l2, buf2);
l2               1397 lib/replace/snprintf.c 			l2 = sprintf (buf2, int_fmt[x], int_nums[y]);
l2               1399 lib/replace/snprintf.c 			if (strcmp (buf1, buf2) || (l1 != l2)) {
l2               1401 lib/replace/snprintf.c 				       int_fmt[x], l1, buf1, l2, buf2);
l2               1412 lib/replace/snprintf.c 			l2 = sprintf (buf2, str_fmt[x], str_vals[y]);
l2               1414 lib/replace/snprintf.c 			if (strcmp (buf1, buf2) || (l1 != l2)) {
l2               1416 lib/replace/snprintf.c 				       str_fmt[x], l1, buf1, l2, buf2);
l2               1428 lib/replace/snprintf.c 			l2 = sprintf (buf2, ll_fmt[x], ll_nums[y]);
l2               1430 lib/replace/snprintf.c 			if (strcmp (buf1, buf2) || (l1 != l2)) {
l2               1432 lib/replace/snprintf.c 				       ll_fmt[x], l1, buf1, l2, buf2);
l2               1458 lib/replace/snprintf.c 	l2 = sprintf(buf2, "%4$*1$d %2$s %3$*1$.*1$f", 3, "pos test", 12.3456, 9);
l2               1460 lib/replace/snprintf.c 	if (strcmp(buf1, buf2) || (l1 != l2)) {
l2               1462 lib/replace/snprintf.c 				"%4$*1$d %2$s %3$*1$.*1$f", l1, buf1, l2, buf2);
l2               1468 lib/replace/snprintf.c 	l2 = sprintf(buf2, "%4$*4$d %2$s %3$*4$.*4$f", 3, "pos test", 12.3456, 9);
l2               1472 lib/replace/snprintf.c 				"%4$*1$d %2$s %3$*1$.*1$f", l1, buf1, l2, buf2);
l2               1480 lib/replace/snprintf.c 			l2 = sprintf (buf2, ss_fmt[x], ss_nums[y]);
l2               1482 lib/replace/snprintf.c 			if (strcmp (buf1, buf2) || (l1 != l2)) {
l2               1484 lib/replace/snprintf.c 				       ss_fmt[x], l1, buf1, l2, buf2);
l2               1493 lib/replace/snprintf.c 	l2 = sprintf(buf2, "%lld", (LLONG)1234567890);
l2               1497 lib/replace/snprintf.c 				"%lld", l1, buf1, l2, buf2);
l2               1503 lib/replace/snprintf.c 	l2 = sprintf(buf2, "%Lf", (LDOUBLE)890.1234567890123);
l2               1507 lib/replace/snprintf.c 				"%Lf", l1, buf1, l2, buf2);
l2                166 source3/libsmb/smbdes.c static void concat(char *out, char *in1, char *in2, int l1, int l2)
l2                170 source3/libsmb/smbdes.c 	while (l2--)
l2                278 source3/nmbd/nmbd_incomingrequests.c 	int l1,l2,l3;
l2                290 source3/nmbd/nmbd_incomingrequests.c 	for (l2=0;l2<15 && n2[l2] && n2[l2] != ' ';l2++)
l2                295 source3/nmbd/nmbd_incomingrequests.c 			(l2!=l3 || strncmp(n2,global_myname(),l3) != 0))
l2                298 source3/nmbd/nmbd_incomingrequests.c 	if ((l2==l3) && strncmp(n2,global_myname(),l3) == 0 && 
l2               1266 source3/passdb/secrets.c 	uint32 l1, l2, l3, l4, l5;
l2               1299 source3/passdb/secrets.c 				&l2, &pclnt_chal,
l2               1307 source3/passdb/secrets.c 	if (ret == -1 || l1 != 8 || l2 != 8 || l3 != 8 || l4 != 16 || l5 != 16) {
l2               1286 source3/smbd/lanman.c 	int l2;
l2               1320 source3/smbd/lanman.c 		l2 = *stringspace;
l2               1323 source3/smbd/lanman.c 		l2 = *buflen - struct_len;
l2               1338 source3/smbd/lanman.c 			len += CopyAndAdvance(&p2,service->comment,&l2);
l2               1346 source3/smbd/lanman.c 		*stringspace = l2;
l2               1601 source3/smbd/lanman.c 	int l2;
l2               1647 source3/smbd/lanman.c 		l2 = *stringspace;
l2               1650 source3/smbd/lanman.c 		l2 = (*buflen) - struct_len;
l2               1672 source3/smbd/lanman.c 		len += CopyExpanded(conn,snum,&p2,lp_comment(snum),&l2);
l2               1680 source3/smbd/lanman.c 		len += CopyAndAdvance(&p2,lp_pathname(snum),&l2);
l2               1699 source3/smbd/lanman.c 		(*stringspace) = l2;
l2                363 source3/torture/masktest.c 	int l1, l2, i, l;
l2                392 source3/torture/masktest.c 		l2 = 1 + random() % 20;
l2                406 source3/torture/masktest.c 		for (i=0;i<l2;i++) {
l2                409 source3/torture/masktest.c 		file[l+l2] = 0;
l2                121 source4/heimdal/lib/gssapi/krb5/arcfour.c 		  const void *v2, size_t l2,
l2                132 source4/heimdal/lib/gssapi/krb5/arcfour.c     len = l1 + l2 + l3;
l2                139 source4/heimdal/lib/gssapi/krb5/arcfour.c     memcpy(ptr + l1, v2, l2);
l2                140 source4/heimdal/lib/gssapi/krb5/arcfour.c     memcpy(ptr + l1 + l2, v3, l3);
l2                319 source4/heimdal/lib/hx509/test_name.c     int l0, l1, l2, l3;
l2                336 source4/heimdal/lib/hx509/test_name.c     ret = compare_subject(c1, c3, &l2);
l2                342 source4/heimdal/lib/hx509/test_name.c     if (l2 < l1) return 1;
l2                343 source4/heimdal/lib/hx509/test_name.c     if (l3 < l2) return 1;
l2                353 source4/lib/wmi/wmi_wrap.c 		  const char *f2, const char *l2) {
l2                354 source4/lib/wmi/wmi_wrap.c   for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
l2                356 source4/lib/wmi/wmi_wrap.c     while ((*f2 == ' ') && (f2 != l2)) ++f2;
l2                359 source4/lib/wmi/wmi_wrap.c   return (int)((l1 - f1) - (l2 - f2));
l2                165 source4/libcli/auth/smbdes.c static void concat(char *out, char *in1, char *in2, int l1, int l2)
l2                169 source4/libcli/auth/smbdes.c 	while (l2--)
l2                 46 source4/ntvfs/posix/pvfs_streams.c 	int l1, l2, ret;
l2                 52 source4/ntvfs/posix/pvfs_streams.c 	l2 = c2?(c2 - name2):strlen(name2);
l2                 53 source4/ntvfs/posix/pvfs_streams.c 	if (l1 != l2) {
l2                 54 source4/ntvfs/posix/pvfs_streams.c 		return l1 - l2;
l2                224 source4/torture/masktest.c 	int l1, l2, i, l;
l2                247 source4/torture/masktest.c 		l2 = 1 + random() % max_length;
l2                251 source4/torture/masktest.c 		file = talloc_realloc_size(mem_ctx, file, strlen(file)+l2+1);
l2                258 source4/torture/masktest.c 		for (i=0;i<l2;i++) {
l2                261 source4/torture/masktest.c 		file[l+l2] = 0;