Searched defs:ARC (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/tools/onbld/Checks/
H A DComments.py31 # - Have a synopsis matching that of the CR or ARC case.
36 from onbld.Checks.DbLookups import BugDB, ARC namespace
38 arcre = re.compile(r'^([A-Z][A-Z]*ARC[/ \t][12]\d{3}/\d{3}) (.*)$')
48 # Translate any acceptable case number format into "<ARC> <YEAR>/<NUM>"
52 return re.sub(r'^([A-Z][A-Z]*ARC)[/ \t]', '\\1 ', caseid)
60 If check_db is True (the default), validate CR and ARC
112 # ARC case
150 valid = ARC(arcs.keys(), arcPath)
199 output.write("These comments are neither bug nor ARC case:\n")
205 output.write("These bugs/ARC case
[all...]
H A DDbLookups.py31 # * onnv.us.oracle.com/cgi-bin/arc.cgi (for ARC on SWAN)
244 return "Error retrieving ARC data: %s" % (Exception.__str__(self))
246 def ARC(arclist, arcPath=None): function

Completed in 28 milliseconds