Searched refs:cc (Results 1 - 5 of 5) sorted by relevance
/pkg/src/util/mkcert/ |
H A D | Makefile | 31 CC = cc
|
/pkg/src/util/log-scripts/ |
H A D | translate.py | 66 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 D | an_ip_active.py | 57 cc = gi.country_code_by_addr(ip)
|
H A D | an_report.py | 104 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 D | t_pkg_depotd.py | 1144 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