Searched defs:savefile (Results 1 – 4 of 4) sorted by relevance
57 struct savefile { struct58 FILE *f;59 const char *name;60 bool warned;61 size_t bintextpos;62 uint32_t key;63 struct crcstate crc;64 unsigned char pad[8];65 unsigned padpos;
51 char *savefile; in initialize() local
233 char *cp, *cmdbuf = NULL, *device, *end, *savefile = NULL; in main() local
1404 char *volatile savefile; fetch_url() local [all...]