Searched refs:filecounter (Results 1 – 1 of 1) sorted by relevance
/external/usrsctp/fuzzer/ |
D | crashtest.py | 27 filecounter = 1 variable 39 print(bcolors.FAIL, "[", filecounter, "]", filename,"- not reproducable", bcolors.ENDC) 41 print(bcolors.OKGREEN, "[", filecounter, "]", filename, "- reproducable", bcolors.ENDC) 43 filecounter = filecounter + 1 variable
|