Searched refs:cc (Results 1 - 5 of 5) sorted by relevance

/pkg/src/util/mkcert/
H A DMakefile31 CC = cc
/pkg/src/util/log-scripts/
H A Dtranslate.py66 cc = gi.country_code_by_addr(ip) variable
94 print("{0} {1} {2} {3} {4}".format(ip, cc, d, op, opargs), file=outfile)
H A Dan_ip_active.py57 cc = gi.country_code_by_addr(ip)
H A Dan_report.py104 cc = gi.country_code_by_addr(ip)
105 if cc in filtered_countries:
108 cs[cc] += ips[ip]
110 cs[cc] = ips[ip]
/pkg/src/tests/cli/
H A Dt_pkg_depotd.py1144 cc = hdrs.get("cache-control", "")
1145 self.assertTrue(cc.startswith("must-revalidate, "
1150 cc = hdrs.get("Cache-Control", "")
1151 self.assertTrue(cc.startswith("must-revalidate, "
1162 cc = hdrs.get("cache-control", None)
1165 cc = hdrs.get("Cache-Control", None)
1167 self.assertEqual(cc, None)

Completed in 9 milliseconds