d3               2780 source3/modules/getdate.c     int d3 = pc.rel_seconds;
d3               2781 source3/modules/getdate.c     time_t t3 = t2 + d3;
d3               2786 source3/modules/getdate.c 	| ((t2 + d3 < t2) ^ (d3 < 0)))
d3               1079 source3/modules/getdate.y     int d3 = pc.rel_seconds;
d3               1080 source3/modules/getdate.y     time_t t3 = t2 + d3;
d3               1085 source3/modules/getdate.y 	| ((t2 + d3 < t2) ^ (d3 < 0)))
d3               5714 source3/torture/torture.c 	DATA_BLOB d1, d2, d3;
d3               5731 source3/torture/torture.c 	d3 = data_blob_const("d3", 2);
d3               5755 source3/torture/torture.c 	memcache_add(cache, STAT_CACHE, k1, d3);
d3               5761 source3/torture/torture.c 	if (!data_blob_equal(d3, v3)) {