c3                663 source3/smbd/mangle_hash2.c 		unsigned char c1, c2, c3, c4;
c3                667 source3/smbd/mangle_hash2.c 		c3 = (unsigned char)reserved_names[i][2];
c3                672 source3/smbd/mangle_hash2.c 		char_flags[c3] |= FLAG_POSSIBLE3;
c3                676 source3/smbd/mangle_hash2.c 		char_flags[tolower_ascii(c3)] |= FLAG_POSSIBLE3;
c3                318 source4/heimdal/lib/hx509/test_name.c     hx509_cert c1, c2, c3;
c3                329 source4/heimdal/lib/hx509/test_name.c     ret = hx509_cert_init_data(context, certdata3, sizeof(certdata3) - 1, &c3);
c3                336 source4/heimdal/lib/hx509/test_name.c     ret = compare_subject(c1, c3, &l2);
c3                338 source4/heimdal/lib/hx509/test_name.c     ret = compare_subject(c2, c3, &l3);
c3                348 source4/heimdal/lib/hx509/test_name.c     hx509_cert_free(c3);
c3                 59 source4/heimdal/lib/wind/utf8.c 		const unsigned c3 = *++p;
c3                 60 source4/heimdal/lib/wind/utf8.c 		if ((c3 & 0xC0) == 0x80) {
c3                 63 source4/heimdal/lib/wind/utf8.c 			|  (c3 & 0x3F);
c3                 73 source4/heimdal/lib/wind/utf8.c 		const unsigned c3 = *++p;
c3                 74 source4/heimdal/lib/wind/utf8.c 		if ((c3 & 0xC0) == 0x80) {
c3                 79 source4/heimdal/lib/wind/utf8.c 			    | ((c3 & 0x3F) <<  6)
c3                581 source4/ntvfs/posix/pvfs_shortname.c 		unsigned char c1, c2, c3, c4;
c3                585 source4/ntvfs/posix/pvfs_shortname.c 		c3 = (unsigned char)reserved_names[i][2];
c3                590 source4/ntvfs/posix/pvfs_shortname.c 		ctx->char_flags[c3] |= FLAG_POSSIBLE3;
c3                594 source4/ntvfs/posix/pvfs_shortname.c 		ctx->char_flags[tolower(c3)] |= FLAG_POSSIBLE3;
c3                346 source4/torture/rpc/srvsvc.c 	struct srvsvc_NetFileCtr3 c3;
c3                371 source4/torture/rpc/srvsvc.c 			ZERO_STRUCT(c3);
c3                372 source4/torture/rpc/srvsvc.c 			info_ctr.ctr.ctr3 = &c3;