Searched refs:datfile (Results 1 – 2 of 2) sorted by relevance
125 if not os.path.isfile(options.datfile):126 print("Datfile doesn't exist: %s" % (options.datfile))129 if not options.datfile.endswith(".dat"):130 print("Datfile doesn't end with .dat: %s" % (options.datfile))181 runcmd("icupkg", "-t%s %s %s""" % (endian_letter, options.datfile, outfile))
320 char *datfile; in stats_container_save() local328 if (asprintf(&datfile, "%s.dat", filename) == -1) { in stats_container_save()340 if ((dat_fd = fopen(datfile, "w")) == NULL) { in stats_container_save()368 maxx + 1, maxy + 1, datfile, mode); in stats_container_save()