Home
last modified time | relevance | path

Searched refs:chksum_file (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/modules/
H A Dchksum.sl56 define chksum_file (fp, type) function
80 return chksum_file (file, "md5");
85 return chksum_file (file, "sha1");
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gse2/
H A Dlibgse2.py311 chksum_file = 0
315 chksum_file = int(buf.strip().split()[1])
318 if chksum_data != chksum_file:
320 if abs(chksum_data) == abs(chksum_file):
328 raise ChksumError(msg % (chksum_data, chksum_file))
/dports/emulators/cemu/CEmu-1.3/gui/qt/deploy-scripts/
H A Dappveyor_helper.py244 def validate_gen(filename, chksum_file, hash_name, hash_regex, hash_func): argument
247 hash_fh = open(chksum_file)
251 print(" !! ERROR: Could not open checksum file '%s' for opening!" % chksum_file)